body {
text-align: center;
	background-color: #012248;
	color:#012248;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	}

a{
	text-decoration: none;
}

html, body {
	width: 100%;
}


#position {
	text-align: left;
	position: relative;
	top: 0;
	right: 0;
	width: 869px;
	height: 100%;
	margin: auto;
}

#main {
	width: 869px;
	background-color: #FFF;
	background-image: url(pics/bg_main.gif);
	background-repeat: repeat-y;

}

#header {
	width: 869px;
	height: 211px;
	background-image: url(pics/header.jpg);
	background-repeat: no-repeat;	
}



div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* -----------------Inhalt--------------------- */

#content-area {

	width: 100%;
	min-height: 400px;
}



#content-area-middle {
	width: 630px;

	float: left;
	clear: right;
}

#content-middle {
line-height: 140%;
	padding:30px 30px;

}
#content-middle a{
	color: #012248;
	text-decoration: underline;
	}
	
#content-middle a:hover{
	color: #908350;
	text-decoration: underline;
	}

h1 {
font-size: 11px;
text-transform:uppercase;
margin:0px;
padding-top: 40px;
color: #012248;
}
h2 {
font-size:18px;
font-weight: normal;
padding: 5px 0px 15px 0px;
margin:0px;
color: #5c7076;
}



/* -----------------Hauptmenu--------------------- */
#menu_back{
background: url(pics/menu.jpg) no-repeat;
margin:0px;
height: 54px;
width: 869px;
color: #908350;
text-align: center;
}



#menu{
font-size: 11px;
letter-spacing: 1px;
font-weight: bold;
font-family: Arial, Helvetica, Sans-Serif;
padding-top: 5px;
}

#menu a{
color: #7b7044;
}

#menu a:hover{
color: #8f989d;
}

#menu .aktiv{
color: #8f989d;}


/* -----------------Untermenu--------------------- */
#content-area-left {
	width: 190px;
	float: left;


}

#content-left {
text-align: right;
margin-top: 65px;


}

#content-left a{
	color: #fff;
	margin-right: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	
}

#content-left a:hover{
	color: #012248;

	
}

#content-left .aktiv2{
	color: #012248;
	margin-right: 30px;
	letter-spacing: 1px;
	font-weight: bold;

	
}

li{

	list-style: none;
	line-height: 29px;
}

/* -----------------News--------------------- */

#content-area-right {
	width: 200px;
	min-height: 400px;	
	float: right;
}

#content-right {
width: 160px;
	background: #fff;
    margin-top: 10px;
	padding: 10px;
}


.datum{
color: #8f989d;
}

#content-right a{
color:#012248;
font-weight: bold;
}

#content-right a:hover{
color:#a0a9af;
}



/* -----------------Footer--------------------- */

#footer {
	width: 869px;
	height: 30px;
	background: #fff;	
}

#copyright {
	text-align: center;
	padding: 9px 0px 8px 0px;
	font-size: 10px;
	color: #012248;
}

#copyright a{
color: #012248;
text-decoration: underline;
}

#copyright a:hover{
color: #908350;
text-decoration: underline;
}

/* -----------------Formular--------------------- */

#formular { margin:20px 0px 20px 0px; padding:0; width:500px; background:transparent;}
form { margin:0; padding:0; border:1px solid; border-color:#eee;}
fieldset {width:220px; border:1px solid; border-color:#fff #fff #fff #fff; padding:3px; margin:0; text-align:left; height:280px;}
fieldset#daten {float:left; border-right:1px solid #fff;}
fieldset#nachricht {float:right; border-left:1px solid #fff;}
legend {font-size:1.1em; color:#333; font-weight:bold; padding:3px; margin:3px; background:none;}
label {color:#333; padding:2px; margin:0 0 0 7px;}
input {margin:3px 0 6px 7px; width:191px; background:#eee; border:1px solid; border-color:#ccc; color:#333;}
input:focus {border-color:#012248; background:#fff; color:#000;}
select {border:1px solid #fff; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:100px;margin:3px 0 6px 7px;}
option {color:#333;}
textarea {width:191px; border:1px solid #ccc; margin:3px 0 6px 7px; background:#eee;}
textarea:focus {border-color:#012248; background:#fff; color:#000;}
.plz {width:30px;}
.ort {width:150px;}
.strasse {width:160px;}
.strnummer {width:20px;}
.button {clear:both; float:right; clear:right; width:206px; margin:10px 0 0 0;}
.submitbtn {width:115px; background:#eee; border:1px solid; border-color:#f8f8f8 #999 #999 #f8f8f8; color:#333; cursor:pointer; padding:0; margin:0; font-size:.85em;}
.submitbtn:hover { background:#012248; border:1px solid; border-color:#999 #333 #333 #999; color:#fff;}
.clear { clear:both; margin:0; padding:0;}

#formular .warning{
    background: #012248;
	margin:12px 0 0px 11px;
	font-weight: normal;
	color: #fff;
	width:191px;
	padding: 2px 0px;
	}
	

.danke{
    background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #EEE;
	color: #333;
    margin:60px 0;
	padding: 10px 10px;
    font-weight: bold;
}

