@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
	background-color: #666666;
}
.clearing { clear: both; }

#wrapperOuter {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 980px;
	position:relative;
}
/* Logo und Slogan */
#logo {
	position: absolute;
	top: 210px;
	left: 25px;
	background: url(../images/logo-columnLeft.png) no-repeat left top;
	height: 110px;
	width: 410px;
	padding: 50px 0 0 90px;
	font-size: 18px;
	color: #363A90;
	font-style: normal;
	font-family: "Futura", Arial, Helvetica, sans-serif;
}

/* header */
#headerTop { background-color: #363A90; height: 40px; }
#headerTop h1 { 
	margin: 0; 
	padding: 0; 
	background-color: #bdbfc1; 
	color: #363A90; 
	width: 200px; 
	font-size:18px; 
	height: 22px;
	font-weight: normal;
	padding: 8px 0 10px 10px; 
}
#headerBottom {
	text-align: right;
	height: 250px;
	border-bottom: 1px solid #363A90;
	background-color: #fff;
	/*border-left: 1px solid #363A90;*/
}
#mood { 
	border-left: 1px solid #363A90; 
	width: 400px; 
	height: 250px; 
	float: right; 
}
#mood p.moodText {
	margin:0;
	padding: 5px 10px 5px 0;
	color:#363A90;
	font-size: 11px;
	width: 215px;
	border-bottom: 1px solid #363A90;
}

/* Content */
#wrapperContent {
	background: url(../images/bg-contentSeperator.png) repeat-y left top #efefef;
	border-bottom: 1px solid #363A90;
}

/* Navigation */
#navi {
	float: left;
	width: 210px;
}
#navi.general {
	margin-top: 110px;
}
#navi.start {
	margin-top: 60px;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navi ul li {
	color: #363A90;
	font-size: 18px;
}
#navi ul li a {
	color: #363A90;
	text-decoration: none;
	display: block;
	border-top: 1px solid #363A90;
	padding: 4px 5px 4px 25px;
}
* html #navi ul li a {
	height: 24px;
}
#navi ul li a:hover {
	background-color: #bdbfc1;
}
#navi ul li a.aktiv {
	font-weight: bold;
	background-color: #bdbfc1;
}

/* Contentbereich */
#content {
	float: right;
	width: 714px;
	padding: 28px 30px 25px 25px;
	color: #363A90;
	font-size: 12px;
}
#content h1 { color: #363A90; font-size: 21px; }
#content h2 { color: #5b5e63; font-size: 18px; }
#content h3.inline12 { font-size: 12px; display:inline; margin:0; padding:0; color:#363A90; }
#content h3 { color: #000; font-size: 16px; }
#content h4 { color: #000; font-size: 15px; }
#content h5 { color: #000; font-size: 14px; }
#content h6 { color: #000; font-size: 13px; font-weight: bold; }
#content p { font-size: 12px; }
#content a { color: #363A90; font-weight: bold; }
#content a:hover { color: #6699FF; }
#content ul { margin: 0; padding: 0; list-style-type: square; }
#content ul li { list-style-type: square; margin-left: 14px; margin-bottom: 5px;}
#content ul li ul li { margin-bottom: 0px;}

#contentFooter { 
	clear: both; 
	border-top: 1px solid #363A90; 
	height: 25px;
	background-color: #efefef; 
}
#footer {
	clear: both;
	background-color: #363A90;
	color: #fff;
	font-size: 14px;
	text-align:center;
	padding: 8px 5px;
}

/* Formatierung Impressum */
.rubrik { clear: both; margin-bottom: 15px; }
.rubrikTitel {
	float: left;
	width: 25%;
}
.rubrikContent {
	float: right;
	width: 74%;
}
.rubrikTitel p, .rubrikTitel h1, .rubrikTitel h2, .rubrikTitel h3, .rubrikContent p, .rubrikContent h1, .rubrikContent h2, .rubrikContent h3 {
	margin: 0;
}
#vertical_slide1, #vertical_slide2, #vertical_slide3 {
	background: #fff;
	color: #363A90;
	padding: 10px;
	border: 5px solid #363A90;
}
.controls { display: none; }
