﻿.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}

body {
	margin: 0;
	padding: 0;
	background: #A6C9FD url(images/HG_NewBlasen1.jpg) fixed;
	font-family: Arial, 'Arial', Helvetica, 'Helvetica', sans-serif;
	font-size: 12px;	
	color:#000000;	
}

#balken {
	margin-top: 280px;
	background: #000040 url(images/balkenpart.jpg) repeat-x left top;
	width: 100%;
	height: 110px;
	position:absolute;
	z-index: -1;
}

.leichtschatten {
	-webkit-box-shadow: 4px 4px 10px #000;
	-moz-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
    background: #FFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}

.schatten {
	-webkit-box-shadow: 0px 0px 40px #000;
	-moz-box-shadow: 0px 0px 40px #000;
	box-shadow: 0px 0px 40px #000;

}

.innenschatten {
	-moz-box-shadow: inset 0 0  5px #000;
	-webkit-box-shadow: inset 0 0  5px #000;
	box-shadow: inset 0 0  5px #000 ;
}


.boxschatten {
	-webkit-box-shadow: 4px 4px 10px #000;
	-moz-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
}


.innenaussenschatten {
	-moz-box-shadow: inset 0 0  3px #000, 0px 0px 10px #000;
	-webkit-box-shadow: inset 0 0  3px #000, 0px 0px 10px #000;
	box-shadow: inset 0 0 3px #000, 0px 0px 10px #000;	
}

.roundcorner {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
}

.roundcornersmall {
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
}

.roundcorneroben {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#wrapper {
	width: 980px;
	margin: 18px auto 100px auto;
	padding: 0;
	padding-top: 1px;
	padding-bottom:0px;
	min-height: 900px;
	position:relative;
	z-index: 2;
	background: #9AC2FC;
	background: -moz-linear-gradient(top,#8DBBFC, #B2D0FD);		
	background: -webkit-linear-gradient(top,#8DBBFC, #B2D0FD);	
	background: -ms-linear-gradient(top,#8DBBFC, #B2D0FD);	
	background: -o-linear-gradient(top,#8DBBFC, #B2D0FD);	
}

#kopfbox{
    width: 972px;
	margin:2px;
    border:2px solid #FFF;
	margin-bottom: 0px;
	background: #FFF url(images/kopf4.jpg);
	height: 266px;
}

#balkenbox{
	background: #000040 url(images/balkenpart.jpg) repeat-x left top;
	width: 100%;
	height: 110px;
}


#footer{
	margin-left: 60px;	
	padding-bottom:20px;
	font-size: 12px;
	color: #888;
	text-align: center;
}

.menu_area {
	width: 980px;
	height: 50px;
	margin: 0px auto;
	padding: 40px 0px 0px 60px;
}

.menu {
	float: left; 
	display: inline-block; 
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 1px; 
	padding-left: 11px; 
	padding-right: 11px; 
	padding-top: 8px; 
	color: #fff;
	font-weight: normal;
	font-family: Arial, 'Arial', Helvetica, 'Helvetica', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	height:50px;
	min-width: 85px;
	background-color: transparent; 
	background-image:url('images/link_arrow.png');
	background-repeat: no-repeat; 
	background-position: center 30px;	
}


.menu:hover {
	float: left; 
	display: inline-block; 
	height: 55px; 
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 1px; 
	background-color: #98BBFF; 
	color: #000;
	border-left: 2px solid #fff; 
	border-top: 2px solid #fff; 
	border-right: 2px solid #fff;
	-moz-border-radius-topleft:  10px; 
	-webkit-border-top-left-radius: 10px; 
	border-top-left-radius: 10px;
	-moz-border-radius-topright:  10px; 
	-webkit-border-top-right-radius: 10px; 
	border-top-right-radius: 10px;
	padding-left: 9px; 
	padding-right: 9px; 
	padding-top: 6px; 
	min-width: 85px;
	text-align: center;
	-moz-box-shadow: 0px -2px 9px #333;
	-webkit-box-shadow: 0px -2px 9px #333;
	box-shadow: 0px -2px 9px #333;
}
.menu_hover {
	background-image:url('images/link_arrow_active.png');
	background-repeat: no-repeat; background-position: center 30px;	
	float: left; 
	display: inline-block; 
	font-family: Arial, 'Arial', Helvetica, 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;	
	height: 61px; 
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 1px; 
	background-color: #98BBFF; 
	color: #C30000;
	border-left: 2px solid #fff; 
	border-top: 2px solid #fff; 
	border-right: 2px solid #fff;
	-moz-border-radius-topleft:  10px; 
	-webkit-border-top-left-radius: 10px; 
	border-top-left-radius: 10px;
	-moz-border-radius-topright:  10px; 
	-webkit-border-top-right-radius: 10px; 
	border-top-right-radius: 10px;
	padding-left: 9px; 
	padding-right: 9px; 
	padding-top: 6px; 
	text-align: center;
	min-width: 85px;
	-moz-box-shadow: 0px -2px 9px #333;
	-webkit-box-shadow: 0px -2px 9px #333;
	box-shadow: 0px -2px 9px #333;
}

.post {
	width: 860px;
    margin: 20px auto;
	padding: 20px;	
	padding-top: 40px;
	min-height: 240px;
	border:1px solid #FFF;
	font-family: Arial, 'Arial', Helvetica, 'Helvetica', sans-serif;
	font-size: 16px;	
	text-align: justify;
	color: #000040;
	background: #A5C8FD;
	background: -moz-linear-gradient(top,#B2D0FD, #8DBBFC);		
	background: -webkit-linear-gradient(top,#B2D0FD, #8DBBFC );
	background: -ms-linear-gradient(top,#B2D0FD, #8DBBFC );
	background: -o-linear-gradient(top,#B2D0FD, #8DBBFC );	
}	

.post a {
	  text-decoration: none;
	  color: #000040;
}

.title {   
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	/*height: 38px;*/
	/*margin-bottom: 1px;*/
	/*padding: 12px 0 0 0px;*/
	/*letter-spacing: -.5px;*/
	color: #00015A;
	text-align: center;
}

.content {   
	margin: 30px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 21px;
	color: #00015A;
	text-align: justify;
}
	
.gradient {
	background: -moz-linear-gradient(top,#B2D0FD, #8DBBFC);		
	background: -webkit-linear-gradient(top,#B2D0FD, #8DBBFC );
	background: -ms-linear-gradient(top,#B2D0FD, #8DBBFC );
	background: -o-linear-gradient(top,#B2D0FD, #8DBBFC );	
}
	
.boxaussen {
    background-color: #9FD4FC;
	border: solid 1px #FFF; 
	margin: 20px;		
	position: relative;
	height: auto;
	display:inline-block;
	vertical-align:top;
}

.boxtitle {
   height: 26px;
   padding-top: 5px;
   background-color: #C30000; /*#00015A;*/
   color: #fff;
   text-align: center;
   font-weight: bold;
}

.boxcontent {
   font-size: 16px;
   text-align: justify;
   color: #00015A;
   margin: 10px;
}


.dataeingabe {
   margin: 2px; 
   margin-left: 115px;
   width: 600px;
   font-size: 16px;
   font-family: Arial "Arial", "Helvetica", sans-serif;
   font-weight: lighter;
   margin-top: 20px; 
   outline: 1px outset #96CFCB;
   padding: 5px 5px;
   border: 1px solid #96CFCB;
   background: #94BFFC;
   margin-bottom: 50px;
}


.dataeingabe .hinweis {
	 margin: 5px 0px -10px 15px; 
	 font-size: 0.7em;
	 font-weight: lighter;	
	 font-style:normal;
} 

.dataeingabe .codeeingabe {
	 margin: -10px 0px 10px 55px; 
	 height: 20px; 
	 width: 200px;
	 border: solid 1px #96CFCB;
	 text-transform: uppercase;
} 

.dataeingabe .absenden{
	 margin: 20px 0px 10px 55px; 
	 height: 50px; 
	 width: 490px;
}

.dataeingabe .textfeld{
	 /* margin-left: 30px;  */
	 height: 20px; 
	 width: 300px;
	 border: solid 1px #96CFCB;
}

.dataeingabe .radio{
	 /* margin-left: 30px;  */
	 border: solid 1px #96CFCB;
}

.dataeingabe .nachricht{
	 /* margin-left: 30px;  */
	 height: 130px; 
	 width: 350px;
	 border: solid 1px #96CFCB;
}

.dataeingabe .codeanzeige {
	 margin: 10px 0px 10px 105px;  
	 height: 80px; 
	 width: 200px;
	 border: 0px;
}


.dataeingabe p{
    /* KEIN Umbruch nach p*/
	/* display:inline; */
	/* KEIN Absatz nach p*/
	margin:0px;
}

.dataeingabe .links{
   margin: 20px;
   margin-left: 60px;
   margin-right: 1px;
   float: left;
   line-height: 26px;
}

.dataeingabe .rechts{
   margin: 20px; 
   margin-left: 160px;   
   line-height: 26px;
}

.dataeingabe .spamschutz{
   margin: 0px; 
   margin-left: 90px;   
   margin-right: 90px;   
   line-height: 26px;
   padding-right: 10px;
   padding-left: 10px;
   border: solid 1px #CFDAD9;
}

.zentriert {
	margin-left: auto; margin-right: auto;
	display: block;
}



.notizzettel, .notizzettel a  {
    color: #000;
	margin-top: 240px;
	margin-left: 800px;
	padding-top: 45px;
	background: url(images/notes.png) left top;
	background-repeat: no-repeat;
	width: 230px;
	height: 190px;
	position:absolute;
	z-index: 100;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	 -moz-transform:rotate(-16deg); /* Firefox 3.6 Firefox 4 */
	 -webkit-transform:rotate(-16deg); /* Safari */
	 -o-transform:rotate(-16deg); /* Opera */
	 -ms-transform:rotate(-16deg); /* IE9 */
	 transform:rotate(-16deg); /* W3C */
}

.notizzettel:hover {
	margin-top: 238px;
	margin-left: 798px;	
	 -moz-transform:rotate(-12deg); /* Firefox 3.6 Firefox 4 */
	 -webkit-transform:rotate(-12deg); /* Safari */
	 -o-transform:rotate(-12deg); /* Opera */
	 -ms-transform:rotate(-12deg); /* IE9 */
	 transform:rotate(-12deg); /* W3C */	
}