html[xmlns^="http"]{
	 /* Mozilla-Scrollbar */
	overflow-y: scroll;
}

html, body{
	margin:0;
	padding:0;
	height:100%;
	color:#003399;
	background-color:#D4D0C8;
}

body{
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

ul {
	margin-top:0em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 1em;
	line-height:1.4em;
	padding-left:30px;
}


div.website{
    min-height: 100%;
    height: auto !important;
    height: 100%;
	position: relative;
	width:980px;
	text-align: left;
	color:#003399;
	background-color:#FFFFFF;
	background-image: url(images/hintergrundbild_oben_ohne.jpg);
	background-repeat: no-repeat;
	background-position: 198px 141px;
}

body.linien div.website{
	background-image: url(images/hintergrundbild_oben.jpg);
}


/* ####################################################### */
/* #### Raster / Seitenaufteilung ######################## */

div.oben{
	color:#003399;
	background-color:#95C1ED;
	height:127px;
	overflow:hidden;
	font-size: 11px;
	font-weight:bold;
}

ul.staticnav{
	position:absolute;
	display:block;
	top:0;
	left:310px;
	width:670px;
	margin:0;
	padding:0;
	font-weight:bold;
}

ul.nav{
	display:block;
	color:#95C1ED;
	background-color:#003399;
	margin:0;
	padding:0 0 0 196px;
	height:1.5em;
	font-size: 11px;
}

div.linkespalte{
	clear:left;
	float:left;
	width:165px;
	overflow:hidden;
}

div.mitterechts{
	float:right;
	width:782px;
	overflow:hidden;
	/* background-image: url(images/hintergrundbild_unten.gif);
	background-repeat: no-repeat;
	background-position: left bottom; */
}


div.mittlerespalte{
	float:left;
	width:573px;
/*	overflow:hidden; */

}
body.linien div.mittlerespalte{
	background-image: url(images/hintergrundbild_mitte.gif);
	background-repeat: repeat-y;
	background-position: 571px 0px;
	border-bottom:2px solid #D1E3F1;
}

div.rechtespalte{
	float:right;
	width:179px;
	overflow:hidden;
}

div.footer{
	clear:both;
	padding: 10px 209px 5px 198px;
	text-align:center;
}

table.search{
	position:absolute;
	left:735px;
	top:90px;
}


/* ####################################################### */
/* #### Allgemein: Schriften, Listen u. Links ############ */

html, body, table, th, td, div{
	color: #000000;
	font-size: 12px;
	line-height:1.35em;
	font-family: arial, verdana, helvetica, lucida, sans-serif;
}

html p, body p, table p, th p, td p, div p{
       margin-top: 0.5em;
       margin-bottom: 0.5em;
       margin-left: 0;
       margin-right: 0;
}

h1{
	font-size:1.5em;
	line-height:1.3em;
	border-bottom:2px solid #003399;
	margin-bottom:4px;
	color:#003399;
	background-color:inherit;
}

h2{
	font-size:1.2em;
}

a{
	color:#003399;
}

body.linien div.mittlerespalte p{
	padding: 0 15px 0 5px;
	border-left:2px solid #D1E3F1;
}
body.linien div.mittlerespalte p.breadcrumb,
div.mittlerespalte p.breadcrumb{
	font-size:11px;
	padding: 0 15px 0 0;
	border-left:none;
	color:#666666;
	background-color:inherit;
}
div.mittlerespalte p.breadcrumb a{
	text-decoration:none;
	color:#666666;
	background-color:inherit;
}


p.footerlinks{
	font-size:11px;
	margin:0;
	border-bottom:1px dotted #000000;
}
p.footerlinks a{
	text-decoration:none;
}

p.copyright{
	font-size:11px;
	line-height:1.3em;
	margin:0;
}
p.copyright a{
	color:#000000;
	background-color:inherit;
	text-decoration:none;
}


img{
	border:none;
}


/* ####################################################### */
/* #### Staticnav: Kopfnavigation ######################## */

ul.staticnav li{
	display:block;
	float:right;
	margin:0;
	padding:5px 10px 0 10px;
	list-style-type: none;
	border-left:2px solid #FFCC00;
}

ul.staticnav li a{
	text-decoration:none;
}



/* ####################################################### */
/* #### Hauptnavigation ################################## */


ul.nav li{
	display:inline;
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.nav li a{
	display:block;
	float:left;
	color:#95C1ED;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
	margin: 0;
	padding: 0 10px 0 17px;
	background-image: url(images/bg_nav_li_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.nav li a:hover,
ul.nav li a.active{
	color:#FFD300;
	background-color:inherit;
}

/* ####################################################### */
/* #### Unternavigation ################################## */

ul.subnav{
	display:block;
	color:#003399;
	background-color:#95C1ED;
	margin:0;
	padding:10px 0 10px 10px;
	font-size: 11px;
}

ul.subnav li{
	margin:0;
	padding:2px 0 2px 0;
	list-style-type:none;
}

ul.subnav li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#003399;
	background-color:inherit;
	background-repeat: no-repeat;
	background-position: left center;
}

ul.subnav li.first a{
	padding: 0 0 0 21px;
	background-image: url(images/bg_subnav_first.gif);
}
ul.subnav li.first a:hover{
	background-image: url(images/bg_subnav_first_hover.gif);
}
ul.subnav li.first a.active{
	background-image: url(images/bg_subnav_first_active.gif);
}

ul.subnav li.sec a{
	padding: 0 0 0 40px;
	background-image: url(images/bg_subnav_sec.gif);
}
ul.subnav li.sec a:hover{
	background-image: url(images/bg_subnav_sec_hover.gif);
}
ul.subnav li.sec a.active{
	background-image: url(images/bg_subnav_sec_active.gif);
}


/* ####################################################### */
/* #### Formulare ######################################## */

fieldset{
	margin: 0;
	padding:10px;
	background-color:#efefef;
}
div.rahmen1 fieldset{
	margin: 10px 0 10px 10px;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:5px;
}



/* ####################################################### */
/* #### Nested Content Elements ########################## */

div.nested{
	background-repeat: repeat-y;
	background-position: left top;
}


div.layout1{ background-image: url(nested/bg-layout1.gif); }
div.layout2{ background-image: url(nested/bg-layout2.gif); }
div.layout3{ background-image: url(nested/bg-layout3.gif); }
div.layout4{ background-image: url(nested/bg-layout4.gif); }
div.layout5{ background-image: url(nested/bg-layout5.gif); }
div.layout6{ background-image: url(nested/bg-layout6.gif); }
div.layout7{ background-image: url(nested/bg-layout7.gif); }

div.bgtop{ 
	background-position: left top;
	background-repeat: no-repeat;
}
div.bgbottom{ 
	background-position: left bottom;
 	background-repeat: no-repeat;
}

div.layout1 div.bgtop,
div.layout1 div.bgbottom{
	background-image: url(nested/bg-layout1-h.gif);
}
div.layout2 div.bgtop,
div.layout2 div.bgbottom{
	background-image: url(nested/bg-layout2-h.gif);
}
div.layout3 div.bgtop,
div.layout3 div.bgbottom{
	background-image: url(nested/bg-layout3-h.gif);
}
div.layout4 div.bgtop,
div.layout4 div.bgbottom{
	background-image: url(nested/bg-layout4-h.gif);
}
div.layout5 div.bgtop,
div.layout5 div.bgbottom{
	background-image: url(nested/bg-layout5-h.gif);
}
div.layout6 div.bgtop,
div.layout6 div.bgbottom{
	background-image: url(nested/bg-layout6-h.gif);
}
div.layout7 div.bgtop,
div.layout7 div.bgbottom{
	background-image: url(nested/bg-layout7-h.gif);
}

div.size439{ width:439px; overflow:hidden; }
div.size379{ width:379px; overflow:hidden; }
div.size282{ width:282px; overflow:hidden; }
div.size215{ width:215px; overflow:hidden; }
div.size185{ width:185px; overflow:hidden; }
div.size125{ width:125px; overflow:hidden; }

div.float-left { float:left; }
div.float-right { float:right; }

div.clearer{ clear:both; }

div.inner{
	padding:1px;
}

div.inner p{
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	line-height:1.25em;
}

div.nested h1{
	font-size:12px;
	line-height:1.3em;
	border-bottom:1px solid #003399;
	margin:0 0 0px 0;
	padding: 1px 5px 1px 10px;
	color:#003399;
	background-color:#95C1ED;
}

div.inner img{
	border:none;
}


div.spacer{
	height:10px;
	overflow:hidden;
}
