@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(Bilder/body_bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:100%;
	color:#333;
}

#wrapper{
    height:100%;
	height:auto !important;
	width:883px;
	margin:0px auto ; 
	overflow:hidden;
	position:relative;
	min-height:100%;
	/*background-color:#666;*/
	}
	
#menue{
	width:883px;
	height:31px;
	margin-top:0px;
	background-image: url(Bilder/menue_bg.jpg);
	background-repeat: repeat-x;
	}
	
#head{
	width:883px;
	height:80px;
	margin-top:10px;
	background-image: url(Bilder/logo.jpg);
	background-repeat: no-repeat;
	}
	
#fotogalerie{
	width:883px;
	height:345px;
	margin-top:10px;
	background-image: url(Bilder/fotogalerie.jpg);
	background-repeat: no-repeat;
	}
#fotogalerie_kontakt{
	width:883px;
	height:345px;
	margin-top:10px;
	background-image: url(Bilder/fotogalerie_kontakt.jpg);
	background-repeat: no-repeat;
	}
#fotogalerie_leistungen{
	width:883px;
	height:345px;
	margin-top:10px;
	background-image: url(Bilder/fotogalerie_leistungen.jpg);
	background-repeat: no-repeat;
	}
#fotogalerie_buero{
	width:883px;
	height:345px;
	margin-top:10px;
	background-image: url(Bilder/fotogalerie_buero.jpg);
	background-repeat: no-repeat;
	}
#fotogalerie_faq{
	width:883px;
	height:345px;
	margin-top:10px;
	background-image: url(Bilder/fotogalerie_faq.jpg);
	background-repeat: no-repeat;
	}
#fotogalerie_news{
	width:883px;
	height:345px;
	margin-top:10px;
	background-image: url(Bilder/fotogalerie_news.jpg);
	background-repeat: no-repeat;
	}
		
#layer{
	width:883px;
	height:345px;
	margin-top:10px;
	}
.layer_li{
	width:430px;
	margin:0px;
	margin-left:4px;
	background-color:#ecded8;
	background-image: url(Bilder/layer_bg.png);
	background-repeat:repeat-x;
	float:left;
	}
.layer_re{
	width:430px;
	margin:0px;
	margin-left:450px;
	background-color:#ecded8;
	background-image: url(Bilder/layer_bg.png);
	background-repeat:repeat-x;
	}
	
#txt_wrapper{
	width:883px;
	margin-top:10px;
	color:#333;
	}
.txtbox_li{
	width:600px;
	margin:0px;
	margin-left:4px;
	background-color:#f0f0f0;
	float:left;
	}

.txtbox_re{
	width:258px;
	margin:0px;
	margin-left:620px;
	background-color:#f0f0f0;
	}

.txt_re{
	width:230px;
	margin-top:20px;
	margin-left:20px;
	}
	
.txt_li{
	width:530px;
	margin-top:20px;
	margin-left:20px;
	}
.txt_foto_li{
	width:172px;
	margin:0px;
	float:left;
	}
.txt_foto_re{
	width:300px;
	margin:0px;
	margin-left:210px;
	}
	
.line{
	height:1px;
	width:220px;
	background-color:#F00;
	}
.longline{
	height:1px;
	width:390px;
	background-color:#F00;
	}
@font-face {
font-family: QuinfoBOLD; /*//Wählen Sie hier den Namen Ihrer Schriftart*/
src: url(‘fonts/QuinfoBOLD.otf‘) format('opentype'); /*//Passen Sie den Pfad Ihrer Schriftart an*/
}



a{
	color:#fff;
	text-decoration:none;
	/*font-weight:bold;*/
	}
a:hover{
	color:#CCC;
	/*font-weight:bold;*/
	}
	
a.layerspec{
	color:#666;
	}
a.layerspec:hover{
	color:#F00;
	}

a.liste{
	color:#666;
	}
a.liste:hover{
	color:#CCC;
	}
	
#menue-txt{
	width:480px;
	height:30px;
	margin-top:0px;
	margin-left:400px;
	/*border-top:10px #cccbcb;*/
	}

.abstand4{
	width:883px;
	height:4px;
	}

.floatleft{
	float:left;
	margin-left:20px;
	width:60px;
	}
.floatleft1{
	float:left;
	margin-left:20px;
	width:55px;
	}		
.floatleft2{
	float:left;
	margin-left:20px;
	width:95px;
	}	





/*--------FOOTER-----*/


#minheight {
height:40px;
clear:both;
}
	
#footer{
	position:fixed;
	bottom:0px !important;
	height:24px;
	border-top:#F00 1px;
	width:100%;
	/*width:883px;*/
	background-color: #999;
	margin:auto;
	}
	
.text_footer{
	margin:auto;
	width:883px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	/*border-top:1px white;*/
	}
	
.text_footer1{
	color:#666;
	/*float:left;*/
	margin-left:550px;
	font-size:12px;
	margin-top:6px;
	/*border-top:1px white;*/
	}
	
.text_footer2{
	color:#666;
	float:left;
	margin-right:0px;
	margin-top:0px;
	margin-left:50px;
	/*border-top:1px white;*/
	}
	
.text_footer3{
	float:left;
	margin-right:0px;
	margin-top:0px;
	margin-left:600px;
	}
	
/*font*/

h1{
	font-family: QuinfoBOLD, Arial, sans-serif;
	color:#999;
	font-weight:200;
	}
.red{
	color:#F00;
	}
.small{
	font-size:10px;
	}
.white{
	color:#FFF;
	}