body {
	font-family: Arial,Helvetica,Sans-Serif;
	margin:0; padding:0; height:760px;
	font-size:10pt;
	background-repeat:no-repeat;
}

#gradient{
	width:100%;
	height:172px;
	position:absolute;
	top:24px;
	left:0px;
	background:url(../img/verlauf.jpg);
	z-index:-1;
}

#container { 
	/*border-width:1px;
	border-color:silver;
	border-style:solid; */
	width:1050px;
	height:100%;
	z-index:3;
	margin:auto;
	background:#ffffff;
}

#headgrad{
	width:200px;
	height:172px;
	background-image:url(../img/verlauf.jpg);
	background-repeat:no-repeat;
	float:left;
	z-index:2;
}

#topnavi {
	width:845px;
	height:24px;
	float:left;
	clear:both;
	z-index:3;
	text-align:right;
}

#topnavi>a {
	text-decoration:none;
	color:#000000;
}

#topnavi>a:hover {
	text-decoration:underline;

}

#logo {
	float:left;
	width:200px;
	height:172px;
	clear:both;
	text-align:center;
	vertical-align:middle;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	z-index:2;
}

#head {
	width:650px;
	height:172px;
	float:left;
	z-index:2;
}

/* Navigation */
#sidenav {
	height:70%;
	width:200px;
	font-size:8pt;
	float:left;
	clear:both;
	z-index:4;
}

div.navitem {
	height:24px;
	width:200px;
	background-image:url(../img/nav_green.jpg);
	background-repeat:no-repeat;
	color:#296905;
	text-indent:45px;
	line-height:20px;
	vertical-align:middle;
	z-index:2;
}

div.navselected {
	height:24px;
	width:200px;
	background-image:url(../img/nav_blue.jpg);
	text-indent:45px;
	line-height:20px;
	color:#ffffff;
	vertical-align:middle;
	z-index:2;
}
div.subnav {
	margin-left:5px;
	border-bottom-style:dotted;
	border-bottom-color:yellow;
	border-bottom-width:1px;
	background-image:url(../img/subnav_green.jpg);
}
div.subnav>a {
	color:#296905;
	padding-left:13px;
	margin-top:0px;
	padding-top:0px;
	text-decoration:none;
}

div.subnav>a:hover {
	text-decoration:underline;
}
div.subnav_act {
	margin-left:5px;
	border-bottom-style:dotted;
	border-bottom-color:yellow;
	border-bottom-width:1px;
	background-image:url(../img/subnav_blue.jpg);
}
div.subnav_act>a {
	color:#ffffff;
	padding-left:13px;
	margin-top:0px;
	padding-top:0px;
	text-decoration:none;
}


div.navselected>a {
	color:#ffffff;
	text-decoration:none;
}

div.navitem>a {
	color:#296905;
	text-decoration:none;
	height:24px;
	width:200px;
}


div.navitem>a:hover {
	text-decoration:underline;
/*	color:#7dae35; */
}

#search {
	clear:both;
	height:24px;
	width:200px;
	float:left;
	background:#7dae35;
}

#headnav {
	float:left;
	height:24px;
	width:500px;
	line-height:20px;
	text-indent: 5px;
	font-size:8pt;
	color:#808080
}

#headnav>a {
	color:#808080;
	text-decoration:none;
}

#headnav>a:hover {
	text-decoration:underline;
}

#content {
	float:left;
	overflow:auto;
	width:548px;
	height:70%;
	color:#808080;
	padding-left:50px;
	padding-right:50px;
	text-align:justify;
}

#additional {
	float:left;
	width:200px;
	height:70%;
	
	z-index:2;
}

#additional>p.bodytext {
	margin-left:5px;
	border-color:silver;
	border-style:solid;
	border-width:1px;
}

.csc-sitemap>ul>li>a {
	text-decoration:none;
	color:#808080;
}

.csc-sitemap>ul>li>ul>li>a {
	text-decoration:none;
	color:#808080;
}


.csc-sitemap>ul>li>a:hover {
	text-decoration:underline;
	color:#808080;
}

.csc-sitemap>ul>li>ul>li>a:hover {
	text-decoration:underline;
	color:#808080;
}
