body {
	font-family: Arial, Helvetica, sans-serif;
}
#totalContainer {
	margin: 10px auto;
	width:950px;
	text-align:left;
}
#siteContainer {
	width:950px;
}
ol, ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}
a img {
	border:none;
}
/* ####   Ebenendefinitionen   #### */
/* ################################ */
#header {
	position:relative;
	width:950px;
	height:125px;
	margin-top: 20px;
}

#wrapper {
	position:relative;
	clear:both;
	width: 950px;
	z-index:5;
}

#logo {
	float:left;
	width:165px;
	height:125px;
	z-index:4; 
}
/* Hauptnavigation oben ###### ################################# */
#navi1 {
	display: none;
}

#subHeader {
	position:relative;
	clear:both;
	width: 950px;
	height: 40px;
	z-index:10;
}
#slogan {
	float: left;
	width: 165px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #778;
}

#left {
	display: none;
}

/* Subnavigation linke Spalte ################################# */
#navi2 {
	display: none;
}

#main {
	position:relative;
	width:940px;
	/* margin: 20px 0px 0px 165px; */  margin: 20px 0px 0px 0px; float: left;
	padding: 0px 5px 0px 0px;
	font-size: 12px;
	color: #333;
	overflow: auto;
}

.clearfix {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Nebennavigation unter dem Seitenkkopf ################################# */
#navi3 {
	display: none;
}

#search {
	display: none;
}

/* 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;
}

/* Main Content Formatierungen ################################# */
#main p, #main p.bodytext {
	font-size: 12px;
	color: #333;
	letter-spacing: 0.01em;
	line-height: 16px;
}
#main p.small {
	font-size: 9px;
	color: #666;
	letter-spacing: 0.01em;
	line-height: 12px;
}
#main p a, #main dd a {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.01em;
	line-height: 16px;
}

#main h1 {
	font-size: 20px;
	color: #333;
	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:0px;
	padding-top:0px;
}
#main ol li, ul li {
	margin-bottom: 2px;
}
#main ol ul li, ul ol li, ul ul li, ol ol li {
	margin-left: 15px;
}
#main ol {
	letter-spacing: 0.01em;
}
#main ul {
	letter-spacing: 0.01em;	
}
#main p {
	margin-bottom:0px;
	padding-bottom:4px;
}

.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;
}



