@charset "UTF-8";
/* Global Site-wide Definitions */
/* Main Structure, master backgrounds, etc. */

*{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707173
}



/* Definitionen zum body */

body {
	background-image: url(../img/background/bg_main.jpg);
	background-color: #f1efe9;
	background-repeat: repeat-x;
}

img {border:none;}

#banner {
	position:absolute;
	left:560px;
	top:0px;
	z-index:100;
	width:123px;
	




}	
#alert-background {
	z-index:10;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	/*filter:Alpha(opacity=50);*/
	/*-moz-opacity:0.5;*/
	opacity:0.5;
	background-color:#000000;
	display: none;
	}

#alert-container {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 15;
	display: none;
	text-align: center;
}
#alert-frame { margin: 0 auto; margin-top: 200px; width: 410px; padding: 0px; background-color:#FFB200; }

#alert-box {margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; width: 400px; background-color:#FFFFFF; padding: 0px; float: left; display: inline;}

#alert-content {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	width: 380px;
	display: inline;
}

/* image-replacement --- Versteckt den Text wenn (sowie eigentlich immer) CSS aktiviert ist */
.image-replacement { 
	text-indent: -200em; 
	overflow: hidden;
	} 


/* float-restore --- stellt den normalen Element-Fluss wieder her */
.float-restore {
	margin: 0;
	padding: 0;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	}
	



/* Header und Hauptmenü */


/*div, img  { behavior: url(iepngfix.htc) }*/




#master-of-all {

	width:1000px;
	float:left;
    position: relative;
    left: 50%;
    margin-left: -500px;
	background-image:url(../img/background/bg_box.gif);
	background-repeat:repeat-y;
	



}
	



#master-of-all-start {

	width:1000px;
	float:left;
    position: relative;
    left: 50%;
    margin-left: -500px;
	background-image:url(../img/background/bg_box.gif);
	background-repeat:repeat-y;	

}



#logo-navi-container {

	width:680px;
	height:290px;
	float:left;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;


}

#logo-navi-container-start {

	width:680px;
	height:150px;
	float:left;
	background-image:url(../img/logo-header-start.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;


}

#logo-navi-container h1{

	padding-top:10px;
	padding-left:180px;
	font-size: 14px;
	color:#ccc;


}


#left-clm {

	width:680px;
	float:left;
	

}

#right-clm {

	width:280px;
	float:left;
	background-image:url(../img/background/bg_top-links.jpg);
	background-repeat:repeat-x;

}


#left-clm-start {

	width:678px;
	float:left;

	


}

#right-clm-start {

	width:282px;
	float:left;
	background-image:url(../img/background/bg_top-links.jpg);
	background-repeat:repeat-x;
	
	

}



#top-menu {

	height:39px;
	padding-top:10px;
	margin-left:15px;
	float:left;
	
}

#top-menu li{

	float:left;
	margin-right:3px;
	list-style:none; 
	list-style-type:none;
	color:#ccc

}

#top-menu li a{

	color:#ccc;
	text-decoration:none;
	

}

#top-menu li a:hover{

	color:#ff8a00;
	text-decoration:underline;
	

}


#quicksearch-container {
	width:267px;
	padding-top:54px;
	background-image:url(../img/box/search_top.png);
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-left:5px;
	float:left;	

}

#quicksearch-container-start {
	width:267px;
	padding-top:54px;
	background-image:url(../img/box/search_top-start.png);
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-left:5px;
	float:left;	

}

#quicksearch-container-bot {
	
	

}

#quicksearch-container-content {	
	padding-left:5px;
}

#quicksearch-container-content-start {	
	padding-left:10px;
	
}

#quicksearch-container-content-start label, #quicksearch-container-content-start input, #quicksearch-container-content-start select, #quicksearch-container-content-start option, #quicksearch-container-content-start p {	
	
	color:#333;
}

#service-hotline-container {

	margin-left:3px;
	margin-bottom:12px;
}


#service-hotline-container-right {

	margin-left:6px;
	

}

#main-menu-container {
 	width: 680px;
 	top:258px;
 	position:absolute;
	height:37px;
	background-image:url(../img/menu/menu.png);
	
 

}

#main-menu-container-start {
 	width: 680px;
 	top:125px;
 	position:absolute;
	height:37px;
	background-image:url(../img/menu/menu.png);
	background-repeat:no-repeat;

 

}


#start-info-container {
	width:280px;
	margin-bottom:37px;
	margin-top:20px;
	float:left;
	overflow:hidden;
	
	
}


#start-info-content {
		
	float:left;	
	padding-left:8px;
	width:270px;

}

#start-info-content p{
	line-height:1.5;
	
	
	

}


#start-info-content h1{
	font-size:16px;
	color:#ff6c00;
	margin-left:0px;
	

}

#start-info-content h2{
	font-size:14px;
	color:#545454;
	margin-left:0px;
	

}

#start-info-content img{
		
	margin: 3px 10px 3px 0px;
	padding: 3px 3px 3px 3px;
	float:left;
	
	

}
	
	



#start-info-container-bot {

	width:680px;
	height:13px;
	float:left;

}

/* objekt liste */


#object-sml-master-container {
	width:660px;
	float:left;
	margin-left:8px;
	margin-top:10px;


}

div.object-sml-container-text {

	width:200px;
	float:left;
	margin-bottom:20px;
	margin-left:8px;
	background-color:#ececec;
	
}


div.object-sml-container01, div.object-sml-container02, div.object-sml-container03 {

	width:200px;
	float:left;
	margin-bottom:20px;
	
	
}


div.object-sml-container02 {

	margin-left:27px;
	
}

div.object-sml-container03 {

	margin-left:27px;
	
	
}

div.object-sml-img {
	width: 210px;
	height: 118px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top;
	background-color:#fff;
	padding: 0px;
	}

div.object-sml-content {

	width:200px;
	height:auto;
	background-color:#ececec;
	padding-left:5px;
	padding-top:10px;
	float:left;



}


div.object-sml-content h1{
	width:200px;
	height:45px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	


}


div.object-sml-content h3{

	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	


}

div.object-sml-content li{
	
	
	list-style-position: outside;
	list-style-type:none;
	list-style-image: url(../img/icons-button/object-list-style.gif);
	

}

div.object-sml-content p{

	width:190px;
	



}

div.object-sml-content li.object-details-sml{
	
	
	list-style-image:none;
	list-style-type:none;
	margin-top:20px;
	float:left;
		


}


div.object-sml-content li.object-details-preis{
	
	
	list-style-image:none;
	list-style-type:none;
	margin-right:30px;
	margin-top:20px;
	float:left;
	
}

div.object-sml-content li.object-details-preis h2{
	font-size:18px;
	color:#ff6600;
}


/* Footer positionieren und formatieren */

#footer-container {
	background-image: url(../img/background/bg_footer.jpg);
	background-repeat: repeat;
	width: 100%;
	height:350px;
	float:left;	
	
	
}

#footer-centered {
	margin: 0 auto;
	width: 1000px;
	height:300px;
	text-align: left;
	
	}
	
	

	
#footer-left-column {
	width: 210px;
	float: left;
	margin-top: 20px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding: 0px;
}

#footer-middle-column {
	width: 210px;
	float: left;
	margin-top: 20px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#footer-right-column {
	width: 220px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#footer-copyright {
	width: 260px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#footer-nl {
	width: 210px;
	float:left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


#newsletter-email-form {
	margin-top: 20px;
	}

#newsletter-label {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	}

#newsletter-email {
	width: 200px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	float: left;
	}

#bt-email-eintragen {
	/* Eigenschaften aus image-replacement */
	text-indent: -200em;
	overflow: hidden;
	/* Button-Eigenschaften */
	width: 38px;
	height: 21px;
	background: url(../resrc/buttons/bt-pfeil-transparent.gif) top left no-repeat;
	float: right;
	display:/*inline*/ block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

