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

@import "style_galerie.css";

div#left {
	position:relative;
	width:180px;
	float:left;
	padding:5px;
	}
	
div#inhalt {
	position:relative;
	width:793px;
	float:left;
	border:0;
	padding:6px 0px 6px 0px;
	background-color:#FFF;
	line-height:15px;
	border:1px solid #00538d;
	margin-bottom:5px;
}
	
	
div#footer {
	position:relative;
	float:left;
	width:970px;
	background-color:#00538d;
	color:#FFF;
	font-size:11px;
	padding:6px 10px 7px 10px;
	}
	
div#logo_unten {
	height:96px;
	width:167px;
	position:absolute;
	bottom:1px;
	right:0px;
	display:none;
	}
	


	

	
/*********anfragen**************/

div#anfragen {
	position:relative;
	width:202px;
	float:right;
	font-size:12px;
	text-align:center;
	padding:40px 0px 7px 0px;
	background-image:url(img/h_anfragen.gif);
	background-repeat:no-repeat;
	color:#00538d;
	line-height:18px;
	display:none;
	}
	
div#anfragen_3 {
	position:relative;
	width:202px;
	float:right;
	padding:0px;
	background-image:url(img/g_anfragen.gif);
	margin-bottom:45px;
	}
	
div#anfragen_2 {
	position:relative;
	width:202px;
	float:right;
	padding:0px;
	background-image:url(img/b_anfragen.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
div#anfragen select{
border:1px solid #103356;
background-color:#1D5894;
color:#fff !important;
}

div#anfragen select option{
padding:0px 6px 0px 0px;
color:#fff;
}


div#anfragen table td input{
text-align:center;
width:137px;
height:31px;
border:0;
background-image:url(img/anfrage_button.gif);
padding:0;
}
	
/*********angebote**************/

div#angebote {
	position:relative;
	width:198px;
	float:right;
	padding:10px 2px 2px 2px;
	background-image:url(img/h_angebote.gif);
	background-repeat:no-repeat;
	color:#fff;
	background-color:#ffd500;
	margin-bottom:10px;
	display:none;
	}



