/*Generelle Seitenformatierung HTML Standard Elemente*/
body{font-family:Arial, Helvetica; font-size:12px; background-image:url(../images/bg.jpg); background-position: bottom; background-repeat:repeat; color:#ffffff;}


/*Seitenspeziefische Formatierungen*/
.rootBoxFull{margin:15px auto;}

/*Headline*/
.headBoxGrid{height:40px; margin:0 auto; border-top: 2px solid #667d88; border-left: 2px solid #667d88; border-right: 2px solid #667d88; background-repeat:no-repeat; background-position:center; background-color:#8397a2;}
.headBoxLogo{height:145px; background-image:url(../images/logo.png); background-repeat:no-repeat; background-position:center left; margin-left:20px;}
.secNav{padding-top:15px; text-align:right; float:right; font-size: 13px;}
.secNav li{float:left; margin-right:10px; margin-left:10px;}
.secNav li:after{clear:left;}

/*Logo-Box*/
.logoBoxFull{height:145px; background-color:#e8eef1; border-top: 1px solid #667d88; border-bottom: 1px solid #667d88;}
.logoBox{ background-image:url(../images/logo.jpg); background-position: center center; height:140px; width:294px;}
.imageSlider{/*background-color:lightgrey;*/ height:125px; margin-top:10px; border:1px solid #fff;}

/*Menü*/
.menuBoxFull.layer1{height:45px; background-color: #8397A2; border-top: 2px solid #667d88;}
.mainNav{height:45px;}
.mainNav ul{ font-family: Arial; font-size: 13px; color:#ffffff;height:19px;}
.mainNav li{float:left; padding:12px 10px 18px 5px;}
.mainNav li:after{clear:left;}

/*sec Navigation*/
.secNav a{color:#ffffff; text-decoration:none;padding:13px 5px;}
.secNav a:hover{background-color:#667d88; text-decoration:underline;padding:14px 5px 12px 5px;}

/*Hauptmenü*/
.mainNav a{color:#FFFFFF; text-decoration:none; padding:12px 5px 18px 5px;}
.mainNav a:hover{background-color:#667d88; text-decoration:underline;height:45px;padding:12px 5px 18px 5px;}

/*Content-Bereich*/
.contentBoxFull{border-left: 2px solid #667d88; border-right: 2px solid #667d88; border-bottom: 2px solid #667d88;}
.contentBoxGrid{}
.contentBoxHead{height:20px; background-image:url(../images/content-top.png); background-repeat:no-repeat;}
.contentBox{ background-color:#e8eef1; min-height:200px;  color:#444; padding-top:15px; padding-bottom:15px;}
.contentBox .clear{margin-bottom:20px;}
.contentInput{width:960px; margin: 20px auto;}

/*Footer*/
.footerBoxFull{height:20px; background-color:#8397a2; border-top: 2px solid #667d88;}
.footerBoxGrid{height:20px; background-color:#8397a2; border-top: 2px solid #667d88;}

/*Inhalts Elemente*/
.grid_6{height:200px; background-color:#d9e5ed; border: 1px solid #8aa8c8; border-radius:5px;}
h1{font-size:20px; color:#667d88; padding-bottom:10px;}
h2{font-size:18px; color:#667d88; padding-bottom:10px;}
h3{font-size:14px; color:#667d88; font-weight:bold; padding-bottom:10px;}
h4{font-size:20px; color:#667d88; padding-bottom:10px;}
h5{font-size:18px; color:#667d88; padding-bottom:10px;}
h6{font-size:16px; color:#667d88; font-weight:bold; padding-bottom:10px;}

p{ 
padding-bottom:10px;
line-height:20px;
}

a{font-weight:bold; text-decoration:underline; color:#667d88;}
a:hover{font-weight:bold; text-decoration:underline; color:#8397A2;}
textarea{font-family:Arial, helvetica; font-size:12px;}
#submit{background-color:#667d88; color:#FFFFFF; padding:3px 6px;}

/*Datenschutz*/

#datenschutz li {
	list-style:circle;
	line-height: 20px;
	margin-left: 30px;
	}
	
.bold {
	font-size:12px; 
	color:#667d88; 
	font-weight:bold; 
	padding-bottom:10px;
	}
	
#datenschutz h3 {
	margin-top: 15px;
	}


/*Temporär*/
.headBoxSlogan{height:145px;}