html{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color:#ffffff;
}

body{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: transparent;
}


/* #### Schriften, Listen und Links ############ */

html, body, table, th, td{
	font-size: 14px;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
}

p{
	margin: 10px 0 20px 0;
	padding: 0;
	line-height: 18px;
}
p.rechts{ text-align: right; }

h1{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background: transparent;
}

h2{ 
	font-size: 14px;
	color: #990000;
}

.box h2{
	margin:0;
}
.box p{
	margin: 0;
	padding: 5px 0 10px 20px; 
	line-height: 18px;
}

h3, h4{ font-size: 14px; }

h2,h3,h4,h5,h6{
	padding: 0;
	font-weight: bold;
}

h2,h3,h4,h5,h6{
	margin: 10px 0 20px 0;
}

p.bottom{
	font-size: 10px;
	margin: 0;
	padding: 30px 0 0 0;
	color: #666666;
	background-color: transparent;
}

a{
	color: #000099;
	background-color: transparent;
}

a.link{	font-style: italic; }

ul li{
	list-style-type: square;
	line-height: 18px;
	padding-bottom: 18px;
}

ol li{
	padding-bottom: 20px;
	line-height: 18px;
}

dt{
	font-weight: bold;
	color: #990000;
}

dd{
	margin: 0;
	padding: 5px 0 10px 20px; 
	line-height: 18px;
}

a:hover{ text-decoration: underline; }

span.highlight{
	font-weight: bold;
	color: #990000;
}

td{
	vertical-align: top;
}

/* #### Bereiche ############################### */

div.logo{
	left: 0px;
	top: 0px;
	height: 110px;
	width: 775px;
	background-color:#ffffff;
}

div.logo#admin{	background:url("images/logo_bg_admin.gif") no-repeat left top; }
div.logo#login { background:url("images/logo_bg_login.gif") no-repeat left top; }

#logo{
	position: absolute;
	left: 685px;
	top: 0px;
}

div#topbanner{
	position:absolute;
	left:25px;
	top:21px;
	width:468px;
	height:60px;
	overflow:hidden;
}

div.content{
	position: absolute;
	top: 175px;
	left: 50px;
	width: 450px;
	padding: 0 0 20px 0px;
}

div.homecontent{
	position:absolute;
	top:110px;
	left:25px;
	width:750px;
	background-image: url("images/bg_homecontent.gif");
	background-repeat: repeat-y;
	background-position:left top;
}
div.homecontent div.inner { padding:20px; }
div.homecontent div.leftcontent{
	float:left;
	width:335px;
	overflow:hidden;
	color:#ffffff;
}
div.homecontent div.leftcontent a{ color:#ffffff;text-decoration:none; }
div.homecontent div.rightcontent{
	float:right;
	width:335px;
	overflow:hidden;
}
div.homecontent div.rightcontent a{ color:#000000;text-decoration:none; }
div.clearer{ clear:both; }

div.marginals{
	position: absolute;
	width: 210px;
	left: 545px;
	top: 175px;
	padding: 0 0 40px 0px;
}

div.marginals p{
	font-size: 12px;
	margin: 10px 0 0 0;
}

div.marginals p.bildunterschrift,
div.marginals .csc-textpic-caption{
	font-size: 10px;
	text-align: center;
}

dd.csc-textpic-caption{
	margin:0;
	padding:0.5em 0 0 0;
}

span.external img{
	background:url("images/ext_pfeil.gif") no-repeat left top;
}
div.marginals .csc-textpic-caption span.external img{
	width:7px;
	height:7px;
	background:url("images/ext_pfeil_klein.gif") no-repeat left top;
}


div.marginals h2{
	margin: 0px 0 20px 0;
}

/* #### Haupt-Navigation ####################### */

ul.nav{
	position: absolute;
	top: 110px;
	left: 25px;
	width: 750px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	background-color: #00AEEF;
}

ul.nav li{
	float: left;
	width: 125px;
	list-style-type: none;
	padding-bottom: 0;
}

ul.nav a{
	display: block;
/*	float: left;*/
	width: 125px;
	height: 19px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	line-height: 17px;
	text-align: center;
	margin: 1px auto 0 auto;
}

ul.nav a:hover{
	color: #333333;
	background:url("images/dot_redoutline.png") no-repeat left top;
}
ul.nav li.active a,
ul.nav li.active a:hover{
	color: #000000;
	background-color: transparent;
	background:url("images/navactive_bg.gif") no-repeat left top;
}



/* #### Sub-Navigation ######################### */

ul.subnav{
	position: absolute;
	top: 130px;
	left: 25px;
	width: 748px;
	height: 19px;
	margin: 0;
	padding: 0;
	font-size:13px;
	background-color: #EFEFEF;
	border: 1px solid #00AEEF;
	border-top: 0px;
}

ul.subnav li{
	float: left;
	width: 125px;
	list-style-type: none;
	padding-bottom: 0;
}

ul.subnav a{
	display: block;
/*	float: left;*/
	width: 125px;
	text-decoration: none;
	color: #999999;
	background-color: transparent;	
	line-height: 19px;
	text-align: center;
	margin: 0 auto 0 auto;
}

ul.subnav a:hover{
	color: #333333;
}

ul.subnav li.active a,
ul.subnav li.active a:hover{
	color: #000000;
}

/* #### Bilder ################################# */

img{
	margin:0;
	padding:0;
	border:none;
}

img.indexprint {
	margin-right: 4px;
	margin-bottom: 4px;
}

/* #### Bildboxen ############################## */

div.bildbox{
	margin: 0 0 20px 0;
	padding:0;
}

div.bildbox img{
	margin: 0 20px 0 0;
	float: left;
}

div.bildbox p{
	display: block;
	margin: 0;
}

div.bildbox p.boxdehnung{
	padding: 0;
	clear:left;
	line-height: 5px;
}

/* #### Formular ############################### */

.eingabe {
	border: 1px solid #000000;
}

/* Formulare: */
fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:3px;
}
.csc-mailform-field textarea, input.csc-mailform-input{
	width:300px;
}