@charset "utf-8";
/* CSS Document */

/* 
zs_links = zwei spalten layout links
zs_rechts = zwei spalten layout rechts 

ds_links = drei spalten layout links
ds_mitte = drei spalten layout mitte
ds_rechts = drei spalten layout rechts 
*/


/* 
Farben
brown: #28201e
orange: #EE9B3A
ganz helles grau: #dddddd
*/


* {
	margin:0px;
	padding:0px;
	}

html { 
	height: 101%; 
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:140%;
	text-align:center;
}


p {
	margin-top:10px;
	padding-top:9px;	
	}
	
ul, ol, li {
	list-style:none;
}	
	
	
a:focus { 
	outline:none; 
	}	




hr {
border-top:dotted #999 1px;
border-bottom:none;
border-left:none;
border-right:none;
background-color:#fff;
height:1px;
margin-top:8px;
margin-bottom:8px;
padding-bottom:5px;
}	
	

h2 {
color:#28201e;
}


strong {
	color:#28201e;	
	font-size:15px;
	}


/* Gesamter Bereich */
#gesamtcontainer {

	background-color:#fff; 
	margin:0 auto; 
	padding:0px; 
	width:100%;
	}




/* Head */
#container_head {
	text-align:left;
	background-color:#28201E; 
	margin: 0px; 
	padding:0px; 

	}
	

#head {
	width:940px; 
	margin:0px auto;
	background-color:#28201E;
	height:120px;
	background-image:url(../design_bilder/head.jpg);
	color:#ddd;
	}
	

	
#head h1{
color:#ddd;
font-family:Gill Sans MT, Tahoma, Geneva, sans-serif;
font-size:36px;
padding:0px;
position:relative;
top:5px;
left:-45px;
}

#head h2{
width:450px;
color:#EE9B3A;
font-size:21px;
padding-bottom:3px;
position:relative; 
top:-9px; 
left:300px; 
text-align:right;
float:right;
line-height:110%;
font-family: Gill Sans MT, Tahoma, Geneva, sans-serif;
}	
	
	
	
	
#logo_header{
	position:relative; 
	left:-40px; 
	top:-16px;
	width:100px; 
	height:120px; 
	float:left; 
	margin-top:-30px; 
	background-image:url(../design_bilder/logo_header.png); 
	background-repeat:no-repeat; 
	background-position:0px 25px; 
	padding:0px;
	}	
	
#logo_header img{
	border:none;
	display:inline;
	}	
	
#logo_header a:focus { 
	outline: none; 
	}

#logo_header a { 
	margin:0px;
	padding:0px;
	}
	
	

#sprachen_text {
	position:relative; 
	top:15px; 
	right:0px; 
	height:30px;
	float:right;
	font-size:11px;
	text-align:right;
	color: #EE9B3A;
	padding:0px;
	}	


#sprachen img{
	margin-left:10px;
	}	
	
#kundenlogin {
	width:300px;
	position:relative; 
	top:50px; 
	right:0px; 
	float:right;
	height:30px;
	font-size:11px;
	text-align:right;
	color: #EE9B3A;
	}		
	
	
#kundenlogin a, #sprachen_text a {
	text-decoration:none;
	color: #EE9B3A;
	}	
	
#kundenlogin a:hover, #sprachen_text a:hover {
	color: #dddddd;
	}	
	
	
	
	
/* Menü */
#container_menue {
	text-align:left;
	background-color:#000; 
	margin:0px; 
	padding:0px; 
	width:100%; 
	background-image:url(../design_bilder/menue_background.jpg);
	}
	
#menue {
	width:940px; 
	margin:0px auto; 
	height:30px;
	color:#ddd;
	font-size:12px;
	}
	
#menue ul{
	padding-left:0px;
	margin-left:0px;
	padding-top:5px;
	margin-top:0px;
	}
	
#menue li{
	display:inline;	
	}
	
#menue li span{
	padding-left:30px;
	}
	

#menue a {
	color:#FFF;
	text-decoration:none;
	}
	
#menue a:hover {
	color:#EE9B3A;
	}

#menue .aktiv {
	color:#EE9B3A;
	}
	
#menue a:focus { 
	outline: none; 
	}	

#menue .left {
	float:left;
	}	
	
#menue .right {
	float:right;
	}	
	

	
	
/* Content */	/* Content */	/* Content */	/* Content */	/* Content */

#container_content {
	text-align:left;
	background-color:#fff;
	width:100%;
	}
	
#content {
	width:940px; 
	margin: 0px auto;
	height:auto;
	}
	
	

	
	
/* Bildcontainer */	
#bildcontainer {
	width:940px; 
	margin:0px auto;
	background-color:#fff;
	height:280px;
	margin-top:30px;
	}
	



#einleitungstext_allgemein_2s {
	width:700px;
	float:left;
	margin-left:20px;
	height:auto;
	margin-top:10px;
	}
	
#einleitungstext_allgemein_2s h2{
	color:#28201e;
	font-size:18px;
	margin-bottom:10px;
	}
	
#einleitungstext_allgemein_2s p {
	margin-top:-7px;
	padding-top:0px;	
	}


.certified {
	margin-top:162px;
	}


/* Zwei Spalten */	/* Zwei Spalten */	/* Zwei Spalten */	/* Zwei Spalten */	

/* Spalte Links */	
#zs_links {
	width: 460px; 
	margin-left:0px; 
	background-color:#fff;
	float:left;
	margin-bottom:70px;
	margin-top:0px;
	}
	
	
/* Spalte Rechts */		
#zs_rechts {
	width: 460px; 
	margin-left:20px; 
	background-color:#fff;
	float:left;
	margin-bottom:70px;
	margin-top:0px;
	}
	
	
		
#zs_rechts a {
	color:#7A4E1A;
	text-decoration:none;
	}
	
#zs_rechts a:hover {
	color:#EE9B3A;
	text-decoration:underline;
	}
	
	
	
	
	
	
/* Drei Spalten */	/* Drei Spalten */	/* Drei Spalten */	/* Drei Spalten */	

/* Spalte Links */	
#ds_links {
	width: 300px; 
	margin-left:0px; 
	float:left;
	margin-bottom:70px;
	}
	
	
/* Spalte Mitte */		
#ds_mitte {
	width: 300px; 
	margin-left:20px; 
	float:left;
	margin-bottom:70px;
	}
	

/* Spalte Rechts */		
#ds_rechts {
	width: 300px; 
	margin-left:20px; 
	float:left;
	margin-bottom:70px;
	}



/* Drei Spalten Menü */	/* Drei Spalten Menü*/	/* Drei Spalten Menü*/	/* Drei Spalten Menü*/	

/* Bildcontainer */	
#bildcontainer_ds_m {
	width:700px;
	height:280px;
	float:right;
	margin-top:42px;
	}
	


/* Spalte Menü */	
#ds_m_menue_container {
	margin-top:30px;
	width: 220px; 
	margin-left:0px;
	float:left;
	height:500px;
	min-height:400px;
	}
	
	
#ds_m_menue {
	float: left;
	width: 207px;
	}
	
#ds_m_menue	.aktiv_up {
	color:#EE9B3A;
	}
	

#ds_m_menue li {
	margin-bottom: 1px;
	margin-top:10px;
	margin-left:0;
	padding: 0 0;
	padding-bottom:6px;
	list-style-image: url(../design_bilder/list_image_orange.gif);
	list-style-position:outside;
}


#ds_m_menue a {
	border: none;
	text-decoration: none;
	color: #28201e;
	}

#ds_m_menue a:hover {
	color: #EE9B3A;
}	
	
	
#ds_m_menue a:focus { 
	outline: none; 
	}	
	
	
	
	
/* Spalte Mitte */		
#ds_m_mitte {
	width: 340px;
	margin-left:20px;
	float:left;
	margin-top:0px;
	margin-bottom:70px;
	}
	

#ds_m_mitte img{
	float:left;
	border:none;

	}	
	
			
#ds_m_mitte a {
	color:#7A4E1A;
	text-decoration:none;
	}
	
#ds_m_mitte a:hover {
	color:#EE9B3A;
	text-decoration:underline;
	}
	
	

/* Spalte Rechts */		
#ds_m_rechts {
	width: 340px; 
	margin-left:20px;
	float:left;
	margin-top:0px;
	margin-bottom:70px;
	}


#ds_m_rechts img{
	float:left;
	border:none;
	}	

#ds_m_rechts a {
	color:#7A4E1A;
	text-decoration:none;
	}
	
#ds_m_rechts a:hover {
	color:#EE9B3A;
	text-decoration:underline;
	}

	
	
/* Fusszeile */		/* Fusszeile */		/* Fusszeile */		/* Fusszeile */				
#container_fuss_oben {
	text-align:center;
	background-color:#ccc; 
	margin:0px; 
	padding:0px; 
	width:100%;
	}
	
#fuss_oben {
	width:940px; 
	margin:0px auto;
	background-color:#ccc;
	height:15px;
	}
	
	
#container_fuss_mitte {
	text-align:center;
	background-color:#28201E; 
	margin:0px; 
	padding:0px; 
	width:100%;
	}
	
#fuss_mitte {
	width:940px; 
	margin:0px auto;
	background-color:#28201E;
	height:30px;
	font-size:11px;
	color:#FFF;
	text-align:left;
	line-height:270%;
	}
	
#fuss_mitte img {
	margin-left:-8px;
	margin-top:7px;
	margin-right:10px;
	float:left;
	position:relative;
	width:15px;
	
	}
	
#fuss_mitte a{
	color:#ddd;
	text-decoration:none;
	}
	
#fuss_mitte a:hover{
	color:#EE9B3A;
	text-decoration:none;
	}
	
	
#fuss_mitte a:focus { 
	outline: none; 
	}	
	
	
#container_fuss_unten {
	text-align:center;
	background-color:#999; 
	margin:0px; 
	padding:0px; 
	width:100%;
	margin-bottom:40px;
	}
	
#fuss_unten {
	width: 940px; 
	margin:0px auto;
	background-color:#999;
	height:15px;
	}
