html, body{
	margin:0;
	padding:0;
	height: 100%;
	color: #000000;
	background-color: #ffffff;
}

div#website{
	min-height: 100%;
	min-width: 1000px;
	position: relative;
	text-align: left;
	background-image: url(images/bg_website.gif);
	background-position: right top;
	background-repeat: repeat-y;
}


div#header{
	height:80px;
	overflow:hidden;
	padding: 0 121px 0 180px;
	color:#ffffff;
	background-color:#039242;
	overflow:hidden;
	background-image: url(images/bg_header.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
div#header div{
	padding-top:28px;
	text-align:center;
	font-weight:bold;
}

div#logo{
	position:absolute;
	left:0;
	top:0;
	width:180px;
	height:80px;
	overflow:hidden;
	color:#000000;
	background-color:#ffffff;
	background-image: url(images/logo.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
div#logo div{
	text-align:right;
	padding:36px 13px 0 0;
	font-size: 11px;
}


div.links{
	color:#ffffff;
	background-color:#039242;
	float: left;
	width: 180px;
}
div.links div.rand{
	padding: 14px 7px 14px 7px;
}

div.rechts{
	background-image: url(images/bg_rechts.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	padding:35px 0 30px 0;
	width: 120px;
	color:#ffffff;
	background-color:#039242;
}
div.marginalien{
	padding:0 8px 0 8px;
	font-size:11px;
}

div#mitte{
	margin: 0 123px 0 183px;
}

div.breadcrumb{
	padding-right:2px;
	text-align:right;
	border-bottom:1px solid #039242;
}

div#content{
	padding: 15px 8px 0 8px;
}
div#contentleft{
	float:left;
	width:525px;
	overflow:hidden;
}
div.zweispalter div#contentleft{
	width:330px;
}
div#contentright{
	float:right;
	width:330px;
	overflow:hidden;
}


div.clearer{
	clear:both;
	height:1px;
	overflow:hidden;
}

/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div{
	font-size: 12px;
	line-height:1.4em;
	font-family: arial, verdana, helvetica, lucida, sans-serif;
}

h1{
	font-size:19px;
	margin-top:0;
	line-height:1.2em;
}
h2{
	font-size:14px;
}

a{
	text-decoration:none;
	color:#039242;
}
a:hover{
	color:#aaaaaa;
}

img{
	border:none;
}

span.important{
	color:#FFFF00;
	background-color:inherit;
}


/* Formulare: */
fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:5px;
}




/* ############################################################ */
/* #### Navigation ############################################ */

ul.nav{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	display:block;
	margin:0;
	padding: 0 125px 0 180px;
	color:#ffffff;
	background-color:#039242;
	height:1.6em;
}

ul.nav li{
	display:inline;
	margin:0;
	padding: 0 0 0 0;
	list-style-type: none;
}
ul.nav li.sitemap{
	float:right;
	padding:0 0 0 0;
}

ul.nav li a{
	text-decoration:none;
	color:#ffffff;
	background-color:inherit;
}
ul.nav li a:hover,
ul.nav li a.aktiv{
	text-decoration:underline;
}



/* ############################################################ */
/* #### Lex-Navigation ######################################## */

div.lexnavigation{
	color:#ffffff;
	background-color:#45B170;
	padding: 0 0 0 12px;
	border:2px solid #ffffff;	
}

div.lexnavigation h2{
	padding: 6px 0 3px 0;
	margin:0;
}
div.lexnavigation h2 a{
	color:#ffffff;
	background-color:inherit;
}

div.lexnavigation ul{
	display:block;
	margin:0;
	padding:0;
	font-size:14px;
}
div.lexnavigation ul li{
	list-style-type:none;
	display:block;
	width:21px;
	height:21px;
	float:left;
}
div.lexnavigation ul li a{
	display:block;
	width:21px;
	color:#ffffff;
	background-color:inherit;
}
div.lexnavigation ul li a:hover,
div.lexnavigation ul li a.aktiv{
	text-decoration:underline;
}
div.lexnavigation div{
	clear:both;
	height:8px;
	width:1px;
	overflow:hidden;
}