@charset "UTF-8";

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/**/
#header {
	/*background: #009933;*/
	padding-left: 235px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#logo {
	height: 80px;
}
#pnglogo {
	/*background-color:#009933;*/
	left: 186px;
	position:absolute;
	height: 50px;
	width: 50px;
}
#navi {
	text-align: right;
	left:0px;
	position:absolute;
	width: 265px;
	margin-bottom: 10px;
}
.naviBoxLarge {
	background: url(imgs/line_nav_dashed_large.gif) no-repeat 42px bottom;
	padding-bottom: 18px;
}
.naviBoxSmall {
	background: url(imgs/line_nav_dashed_small.gif) no-repeat 203px bottom;
	padding-bottom: 18px;
}
#navi .selected {
	/*color: #009933;*/
	font-weight: bold;
}
#navi .selectedArrows {
	/*color: #009933;*/
	font-weight: bold;
}
#spalte1 {
	width: 368px;
	left:283px;
	position:absolute;
}
#spalte2 {
	left:651px;
	position:absolute;
}
.contentBlock {
	width: 351px;/*+1px sizer*/
	clear:both;

}
.contentBlockContent {
	width: 350px;
	float:left;
}
.contentBlockSizer {
	width: 1px;
	height: 180px;
	float:right;
	clear:right;
}
.contentBlockEnd {
	height:36px;
	clear:both;
}
/**/
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
/**/
#spalte1 a, #spalte2 a {
	/*color:#009933;*/
	text-decoration:underline;
}