@charset "UTF-8";
/* CSS Style Sheet for Caroline Gerster by schuerch konzeption */


/* -----------------HTML/BODY----------------- */

html {
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#0e7398;
	font-size:11px;
}
body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

a {
	text-decoration: none;
}


/* -----------------CONTAINER----------------- */

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(../images/hg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#content {
	padding-bottom: 80px;
}

/* -----------------FOOTER----------------- */

#container-foot {
	font-size:10px;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 70px;
	background-color:#0e7398;
	background-image:url(../images/hg_unten.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#footer {
	height:26px;
	width:100%;
	margin:0px;
	padding:0px;
}
#content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#footer_innen {
	width:610px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-left:290px;
	color:#666;
	margin-top:0px;	
}

#footer_innen a{
	color: #666;
}

/* -----------------INHALTSBEREICH----------------- */


#abstand {
	height:20px;
	background-color:#0e7398;
}
#inhalt {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:840px;
	margin:30px;
	height:171px;
	background-image:url(../images/kopf.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#navigation {
	width:160px;
	float:left;
}
#content_rechts {
	width:540px;
	margin-right:70px;
	padding-left:60px;
	float:right;
	border-left:solid 2px #FFFFFF;
	margin-top:8px;
	margin-bottom:30px;
}


/* -----------------NAVIGATION----------------- */
/* 1. Level */

#level_1 {
	width: 130px;
	float:right;
}




#level_1 ul{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
text-align: right;
}

#level_1 ul li{
	margin: 0;
	padding: 0;
}

#level_1 a{
	display:block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	width: 130px;
	color: #0e7398;
line-height:22px;
}


#level_1 a:link,
#level_1 a:visited {
	text-decoration: none;
}

#level_1 a:hover{
	color: #4291ae;
}

#level_1 a#current{
	color: #b18a3b;
font-weight:bold;

}

/* 2. Level  */

#level_1 #subnavigation a{
	display:block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	width: 130px;
	color: #0e7398;
line-height:20px;
}

#level_1 ul ul{
	font-size: 9px;
}



#level_1 a#aktuell{
	color: #b18a3b;
font-weight:bold;

}


/* -----------------CONTENT----------------- */


#content_rechts h1 {
	color:#b18a3b;
	margin-bottom:15px;
	font-weight:bold;
	font-size:15px;
}
#content_rechts h2 {
	color:#b18a3b;
	margin-bottom:15px;
	font-weight:bold;
	font-size:12px;
}
#content_rechts h3 {
	color:#b18a3b;
	margin-bottom:15px;
	font-weight:bold;
}
#content_rechts p {
	color:#0e7398;
	line-height:20px;
}

#content_rechts a {
	color:#0c198d;
	text-decoration: none;
}

.textmittung {
	text-align: center;
}
	