body {
	margin: 0px auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	/* background-image: url(images/bg-line.jpg);
	background-repeat: repeat-x; 
	background: #dddddf;*/
	background: #fff;
}
#totalContainer {
	margin: 10px auto;
	width:1155px;
	height: 790px;
	text-align:left;
	background: url(images/shaddow.jpg);
}
#siteContainer {
	width:1145px;
	height: 780px;
	background-color:#FFFFFF;
	border: 1px solid #999;
	overflow: hidden;
}
ol, ul {
	position: relative;
	right: 25px;
	/* margin: 0px; */
	/* padding: 0px; */
	/* list-style-position: inside; */ list-style-position: outside; 
}
a img {
	border:none;
}
/* ####   Ebenendefinitionen   #### */
/* ################################ */
#header {
	position:relative;
	width:1145px;
	height:125px;
	z-index:2;
	background-image: url(images/bg-repeat-x125.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

#wrapper {
	position:relative;
	clear:both;
	width: 1145px;
	height: 635px;
	background-image: url(images/bg_content-home.jpg);
	z-index:5;
}

#logo {
	float:left;
	width:165px;
	height:125px;
	z-index:4; 
}
/* Hauptnavigation oben ###### ################################# */
#navi1 {
	float:left;
	width:980px;
	height:100px;
	z-index:2;
}
.navi1-no {
	float:left;
	width:140px;
	height:100px;
	z-index:3;
	background-image: url(images/bg-linie-v.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 0px;
	padding-top: 3px;
}
.navi1-act {
	float:left;
	width:140px;
	height:100px;
	z-index:3;
	background-image: url(images/bg-highlight.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 0px;
	padding-top: 3px;
}
.navi1-no a {
	display:block;
	height:100px;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	text-decoration:none;	
/*	padding-left: 10px; */
}
.navi1-act a {
	display:block;
	height:100px;
	font-size: 13px;
	color: #105bf1;
	font-weight: bold;
	text-decoration:none;
/*	padding-left: 10px; */
}
.navi1-no a:hover, .navi1-act a:hover {
	color:#105bf1;
	width:140px;
	height:100px;
	z-index:5;
	background-image: url(images/bg-highlight.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px; 
}

#subHeader {
	position:relative;
	clear:both;
	width: 1145px;
	height: 40px;
	z-index:10;
}
#slogan {
	float: left;
	width: 165px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #778;
}

#left {
	float: left;
	position: relative;
	width: 160px;
	z-index: 2;
	margin: 15px 0px 0px 5px;
}

/* Subnavigation linke Spalte ################################# */
#navi2 {
	float:left;
	width:156px;
	height: 460px;

}
.navi2-no a, .navi2-no a:visited {
	display:block;
	margin: 3px 0px 0px 0px;
	padding: 6px 1px 1px 8px;
	width: 147px;
	height: 20px;
	background: url(images/nav21-bg.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.navi2-act a, .navi2-act a:visited  {
	display:block;
	margin: 3px 0px 0px 0px;
	padding: 6px 1px 1px 8px;
	width: 147px;
	height: 20px;
	background: url(images/nav21-bg.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: #105bf1;
}
.navi2-no a:hover, .navi2-act a:hover {
	/* color:#105bf1; */
	background: url(images/nav21hover-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* Subnavigation 2. Ebene */
.navi22-no a, .navi22-no a:visited {
	display:block;
	margin: 1px 0px 0px 1px;
	/* padding: 5px 0px 0px 10px;
	width: 142px;
	height: 18px; */ width: 137px; padding: 5px 5px 3px 10px;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background: url(images/nav22-bg.gif);
}
.navi22-act a, .navi22-act a:visited  {
	display:block;
	margin: 1px 0px 0px 1px;
	/* padding: 5px 0px 0px 10px;
	width: 142px;
	height: 18px; */ width: 137px; padding: 5px 5px 3px 10px;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: #105bf1;
	background: url(images/nav22-bg.gif);
}
.navi22-no a:hover, .navi22-act a:hover {
	/* color:#105bf1; */
	background: url(images/nav22-highlight-bg.gif);
}
/* Subnavigation 3. Ebene */
.navi23-no a, .navi23-no a:visited {
	display:block;
	margin: 0px 0px 0px 1px;
	/* padding: 5px 0px 0px 10px;
	width: 142px;
	height: 18px; */ width: 132px; padding: 5px 0px 3px 20px;
	text-decoration:none;
	font-size: 12px;
	color: #666;
	background: url(images/nav22-bg.gif);
}
.navi23-act a, .navi23-act a:visited  {
	display:block;
	margin: 0px 0px 0px 1px;
	/* padding: 5px 0px 0px 10px;
	width: 142px;
	height: 18px; */ width: 132px; padding: 5px 0px 3px 20px;
	text-decoration:none;
	font-size: 12px;
	color: #105bf1;
	background: url(images/nav22-bg.gif);
}
.navi23-no a:hover, .navi23-act a:hover {
	color:#105bf1;
	background: url(images/nav22-bg.gif);
}

#crosslink {
	float: left;
	width: 150px;
	height: 41px;
}

#main {
	position:relative;
	width:940px;
	height: 505px;
	/* margin: 20px 0px 0px 165px; */  margin: 20px 0px 0px 0px; float: left;
	padding: 0px 5px 0px 20px;
	font-size: 12px;
	color: #333;
	overflow: auto;
}

.clearfix {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Nebennavigation unter dem Seitenkkopf ################################# */
#langMenu {
	float:right;
	/*width:425px;*/
	z-index:10;
	text-align: right; 
	margin-right: 15px;
	font-size: 12px;
	color: #666;
}
#langMenu img a {
	border: none;
}
#navi3 {
	float:right;
	/*width:425px;*/
	z-index:10;
	text-align: right; 
	margin-right: 15px;
	font-size: 12px;
	color: #666;
}
.navi3-no a, .navi3-no a:visited {
	text-decoration:none;
	line-height: 16px;
	padding: 0px 8px 0px 8px;
	color: #666;
}
.navi3-act a, .navi3-act a:visited, .navi3-no a:hover, .navi3-act a:hover {
	text-decoration:none;
	line-height: 16px;
	padding: 0px 8px 0px 8px;
	color: #105bf1;
}
.navi3x-no a, .navi3x-no a:visited {
	text-decoration:none;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 8px 0px 8px;
	margin-right: 8px;
	font-weight: bold;
	color: #105bf1;
	background: url(images/nav3-bg.gif) repeat-x;
}
.navi3x-act a, .navi3x-act a:visited, .navi3x-no a:hover, .navi3x-act a:hover {
	text-decoration:none;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 8px 0px 8px;
	margin-right: 8px;
	font-weight: bold;
	color: #666;
	background: url(images/nav3-bg.gif) repeat-x;
}

#search {
	float:right;
	width:140px;
	height: 16px;
	overflow: hidden;
	z-index:2;
	background-image: url(images/search-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#search .suche {
	float: left;
	width:114px;
	height:16px;
	border:none;
	background:none;
	padding: 2px 0px 0px 4px;
	font-size: 11px;
	color: #666;
}
#search input.go {
	float: right;	
}
#survey .survey-no a, #survey .survey-no a:visited {
	text-decoration:none;
	font-size: 12px;
	color: #666;
}
#survey .survey-no a:hover, #survey .survey-act a {
	text-decoration:none;
	font-size: 12px;
	color: #105bf1;
}

/* Footer ################################# */
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #105bf1;
}
/* Mailform ############################### */
legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
border: none;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #333;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}

/* Inhaltsobjektdefinitionen (Flexible Content) */

/* Zwei Spalten */
.fce2Spalten {
	overflow:hidden;
	margin-bottom: 10px;
	position:relative;
	width: 820px;
}
.fce2SpaltenA {
	float:left;
	width:380px;
	margin-right:20px;
}
.fce2SpaltenB {
	float:left;
	width:420px;
}

/* Drei Spalten */
.fce3Spalten {
	overflow:hidden;
	margin-bottom: 10px;
	position:relative;
	width: 930px;
}
.fce3SpaltenA {
	float:left;
	width:380px;
	margin-right:20px;
}
.fce3SpaltenB {
	float:left;
	width:420px;
}
.fce3SpaltenC {
	float:left;
	margin-left: 20px;
	width:90px;
	background: url(images/bg-aktuelles.png);
}
#main div.fce3SpaltenC p, #main div.fce3SpaltenC p.bodytext {
	font-size: 10px;
	padding: 5px;
}
#main div.fce3SpaltenC p a:link, #main div.fce3SpaltenC p a:visited, #main div.fce3SpaltenC p a:hover {
	font-size: 10px;
	border-bottom: none;
}
#main div.fce3SpaltenC h1 {
	font-size: 12px;
	display: block;
	line-height: 20px;
	text-align: center;
	background: url(images/aktuellesh1-bg.gif) no-repeat;
}

/* Main Content Formatierungen ################################# */
#main p, #main p.bodytext {
	font-size: 12px;
	color: #333;
	letter-spacing: 0.01em;
	line-height: 16px;
	margin: 5px 0px 5px 0px;
}
#main p.small {
	font-size: 9px;
	color: #666;
	letter-spacing: 0.01em;
	line-height: 12px;
}
#main p a, #main dd a {
	color: #105bf1;
	text-decoration: none;
	border-bottom: dotted 1px #333;
	letter-spacing: 0.01em;
	line-height: 16px;
}
#main p a:hover, #main dd a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #333;
	letter-spacing: 0.01em;
	line-height: 16px;
}
#main p a img, div.fce2SpaltenA p a img {
	border:none;
}
/* #main p a.pdf {
	padding-left:18px;
	background:url(pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} */
#main h1 {
	font-size: 20px;
	color: #fd0;
	font-weight:bold;
	margin-bottom: 10px;
	padding-bottom:0px;
	margin-top: 0px;
	padding-top: 0px;
}
#main h2 {
	font-size: 12px;
	color: #333;
	font-weight:bold;
	margin-top:5px;
	padding-top:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main ol li, #main ul li {
	margin-bottom: 2px;
}
#main ol ul li, #main ul ol li, #main ul ul li, #main ol ol li {
	margin-left: 15px;
}
#main ul li, #main ol ul li, #main ul ul li {
	list-style-type: disc;
}
#main ol {
	letter-spacing: 0.01em;
}
#main ul {
	letter-spacing: 0.01em;	
}
#main div.csc-textpic {
	clear: both;
	display: block;
	margin-bottom: 10px;
}
#main p {
	margin-bottom:0px;
	padding-bottom:4px;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-center img {
display: block;
margin-left: auto;
margin-right: auto;
}


.clearit {
	clear:both;
	line-height:0px;
}
.csc-sitemap {
	margin-left:15px;
}
.csc-sitemap a {
	color: #105bf1;
	text-decoration:none;
	letter-spacing: 0.01em;
	line-height: 16px;
}


