body, p, table, tr, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

h1 {	
	font-size: 18px;
	color: green;
	background: url("img/base/headerbg.jpg");
	line-height: 30px;
}

a {
	text-decoration: none;
	color: #009900;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

hr {
 	width: 80%;
	border: solid 2px #009900;
}

ul {
	list-style-image: url("img/base/punkt.gif");
}
ol {
	list-style-type: decimal;

}

td {
	vertical-align:top;	
}


td.lang {
	background-color: #FF9900;
	text-align: right;
}
a.lang {
	color: white;
	font-weight: bold;
}

td.footer {
	text-align:center;
	font-size: 80%;
}

td.navigation0 {
	font-weight: bold;
	font-size: 10pt;
	line-height: 18px;
	background-image: url("img/base/navbg.gif"); 
	padding-left: 25px;
}
td#selected {
	background-image: url("img/base/navbg_sel.gif"); 
	color: #FF9900;	
}

td.navigation1 {
	padding-left: 25px;
}
td.navigation2 {
	padding-left: 35px;
}