/*Block Ansicht für IE8*/
header,
footer {
display: block;
}

/*Formatierung Ausserhalb des Wrappers*/
body {	
	background-color: #c2c2c2;	
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 100.1%;
	overflow: scroll;
}

/*Formatierung des Wrappers*/
#wrapper {
	width: 1024px;	
	margin: 0px auto;	/*Setzt die Seite in die Mitte*/
	background-color: #FFFFFF;
	margin-top: 20px;
	padding: 20px;	
}

/*Formatierung des headers*/
header {	
	width: 100%;		/*100% Breite vom Wrapper // 1022 px*/
	height: 100px;
	background-image:url(Bilder/header.jpg);
	background-repeat:no-repeat;
	margin-bottom: 15px;
}

/*Formatierung Ausserhalb der Navileiste*/
		#nav {			
			width: 100%;	/*75% Breite des Wrappers*/
			height: 50px;
			float:left;	/*Links ausgerichtet und umflossen*/
			background-image: url("Bilder/navi.jpg");
			margin-bottom: 30px;	/*Aussenabstand nach unten*/
			padding-left: -10px;	/*Innenabstand von Linkss*/
			font-weight: bold;			
/*Runde Ecken*/			
			-moz-border-radius:10px 10px 10px 10px; /* Firefox */
			-webkit-border-radius:10px 10px 10px 10px; /* Chrome, Safari */
			-khtml-border-radius:10px 10px 10px 10px;; /* Konqueror */
			border-radius:10px 10px 10px 10px; /* CSS3 */
			behavior:url(border-radius.htc); /* Internet Explorer */		
}

/*Formatierung für den UL Tag*/
			#nav ul{	
				margin:0;
				padding:0;
				list-style:none;
				padding-left:30px;	
				
}

		/*Formatierung für den LI Tag*/	
					#nav li{
						margin:0;
						padding-bottom:0px;						
						display: inline;						
						line-height: 50px;	/*Setzt die Einträge vertikal mittig*/					
						margin-left:-6px;
						
}	

				/*Formatierung für Sichtbare und besuchte Links*/
						#nav a{							
							border-right: 1px solid white;
							border-left: 1px solid white;
							background: url("Bilder/button1.jpg") no-repeat top; /*Anzeigen oberer Teil des Bildes*/
							display: inline-block;						 /*Horizontale Listenblock*/
							text-decoration:none;						 /*Keine Textdeko*/							
							width: 120px;
							text-align:center;							 /*Horizontal mittig ausrichten*/
							color: white;							
							display: inline-block;
							vertical-align: -2px;
							
					/*Animation*/			
							transform: translateZ(0);
							box-shadow: 0 0 1px rgba(0, 0, 0, 0);
							-webkit-backface-visibility: hidden;
							backface-visibility: hidden;
							-moz-osx-font-smoothing: grayscale;
							position: relative;
							overflow: hidden;								
}	

					/*Animation*/
							#nav a:before{							
							content: "";
							position: absolute;
							z-index: -1;  
							left: 50%;
							right: 50%;
							bottom: 6%;
							background: #ffffff;
							height: 2px; 	/*Höhe des Balken*/
							-webkit-transition-property: left, right;
							transition-property: left, right;
							-webkit-transition-duration: 0.4s;
							transition-duration: 0.4s;
							-webkit-transition-timing-function: ease-out;
							transition-timing-function: ease-out;	
							box-shadow: 0px 0px 3px #ffffff;							
 } 							
 
					/*Animation*/
							#nav a:hover:before, #nav a:focus:before, #nav a:active:before { 
							left: 5px;	/*Abstand zum linken Rand*/
							right: 5px; 	
							box-shadow: 0px 0px 3px #ffffff;							  
}

					/*Hintergrundwechsel*/
							#nav a:hover{												
							background: url("Bilder/button1.jpg") no-repeat bottom; /*Anzeigen oberer Teil des Bildes*/							
}

/*Formatierung Content*/
#content {
	margin: 0;
	padding:0;
	float: left;
	width: 75%;	
	background-color: #ffffff;	
	margin-bottom: 30px;
}

/*Formatierung h1 Tag in Content*/
#content h1 {	
	border-left:5px solid #D00018; margin:4px; padding-left:5px;	
	margin-bottom:20px;	
}

/*Formatierung h2 Tag in Content*/
#content h2 {
	font-size: 20px;		
	margin-bottom:20px;	
}

/*Formatierung p Tag in Content*/
#content p{
	padding-left:15px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em ;
}


#content ul li{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em ;
	list-style: none;
	background-image:url(Bilder/list.jpg);
    background-repeat: no-repeat;
    background-position:left center;
	padding-left: 20px;
	padding-bottom: 2px;	
	position:relative;
    left: -23px;
}

#content ul li.gdpr{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	list-style: none;
	line-height: 1.2em ;
	list-style: none;
	background-image:url(Bilder/list.jpg);
    background-repeat: no-repeat;
    background-position:left center;
	padding-left: 20px;
	padding-bottom: 2px;	
	position:relative;
    left: -23px;
}

#content table{
margin-left:15px;
padding:10px;
width: 100%;	
border-collapse: collapse;  
padding-left:15px;
}

#content table caption{
padding: 10px;
text-align:left;
font-weight:bold;

}

#content table tr td{
padding-left:15px;	
padding: 10px;
border-bottom: 1px solid #C2C2C2;
}

#content table tr td.grey{
color: #8c8c8c;
width:13%;
font-weight:bold;
}

#content p.impressum{
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 1.1em ;
}
#content img{
border:1px solid #8c8c8c;
			-moz-border-radius:10px 10px 10px 10px; /* Firefox */
			-webkit-border-radius:10px 10px 10px 10px; /* Chrome, Safari */
			-khtml-border-radius:10px 10px 10px 10px;; /* Konqueror */
			border-radius:10px 10px 10px 10px; /* CSS3 */
			behavior:url(border-radius.htc); /* Internet Explorer */
}




/*Formatierung Kontaktliste*/
#right{	

/*Runde Ecken*/
	-moz-border-radius:5px 5px 5px 5px; /* Firefox */
	-webkit-border-radius:5px 5px 5px 5px; /* Chrome, Safari */
	-khtml-border-radius:5px 5px 5px 5px; /* Konqueror */
	border-radius:5px 5px 5px 5px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */

/*Schatten*/
	-moz-box-shadow:0px 0px 14px #292929; /* Firefox */
	-webkit-box-shadow:0px 0px 14px #292929; /* Chrome, Safari */
	-khtml-box-shadow:0px 0px 14px #292929; /* Konqueror */
	box-shadow:0px 0px 14px #292929; /* CSS3 */

	width: 20%;
	height: 600px;
	float: right;	
	background-color: #ffffff;
	margin-bottom: 30px;
}

/*Formatierung UL TAG in der Kontaktliste*/
		#right ul{
			margin:0;
			padding:0;
			list-style-type: none;	
			width: 100%;				
}

/*Formatierung von der Klasse "uber" im tag UL Li in der Kontaktliste*/
				#right ul li.uber{
				border-bottom:3px solid #D00018;
				font-size: 22px;				
				padding-top: 6px;				
				padding-left: 4px;
				padding-bottom:6px;				
				height: 25px;
						
}

/*Formatierung LI Tag in der Kontaktliste*/
						#right li {
						text-align:right;
						padding-right: 6px;
						padding-top: 2px;						
						height: 270px;
						padding-bottom: 0px;	
						
}

#right ul li.info1{	
	text-decoration:none;
	background-image:url(Bilder/home.jpg);
	background-repeat:no-repeat;
	display:table-cell;
	vertical-align: middle;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #D00018;
	color: white;	
	height: 80px;
	width: 205px;
}

#right ul li.info2{	
	text-decoration:none;
	background-image:url(Bilder/phone.jpg);
	background-repeat:no-repeat;	
	display:table-cell;
	vertical-align: middle;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #D00018;
	color: white;	
	height: 80px;
	width: 205px;
}

#right ul li.info3{	
	text-decoration:none;
	background-image:url(Bilder/mail.jpg);
	background-repeat:no-repeat;	
	display:table-cell;
	vertical-align: middle;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #D00018;
	color: white;	
	height: 80px;
	width: 205px;
}

/*Formatierung von der Klasse "bild" im tag UL Li in der Kontaktliste*/
								#right ul li.bild{
								margin-top: 0px;
								padding-bottom:4px;
								padding:0;														
								background-color: #ffffff;	
								background: url("Bilder/swbild.jpg") no-repeat top;
								color: transparent;
								width: 205px;
								height: 195px;			
}
/*Formatierung von der Klasse "uber" im tag UL Li in der Kontaktliste wenn mann mit der maus drüber fährt*/
										#right ul li.bild:hover{
										background: url("Bilder/swbild.jpg") no-repeat bottom;											
}

/*Formatierung von dem Footer*/
footer{
	clear: both;
	border-top:1px solid #D00018; margin:0px;
	width: 100%;
	height: 25px;	
	background-color: #ffffff;
	padding-top: 10px;	
	text-align: left;
	font-size: 12px;
}	

/*Formatierung vom Facebook button im Footer*/
footer iframe{
		margin:0;
		padding:0;		
		float:right;
		/*position:relative; left: 880px; /*Position im footer ausgehen vom letztem Objekt*/
		
}