@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial,Verdana Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;		
	background-image: url(../images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#e9e0cf;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
}
#container {
	background-color:#ffffff;
	width: 900px;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 360px;
}

div#elementheaderouter { 
	width: 426px;
	height: 185px; 
}
div#elementheaderhoriz { 

	position: absolute;
	top: 5px;
	width: 426px;
	height: 175px; 
}
div#elementheadervert { 

	color: #e9e0cf; 
	position: absolute;
	left: 5px;
	width: 416px;
	height: 185px; 
}

#navigation {
	top: -18px;
	padding-left:16px;
}
#navigation ul {
	
}
#navigation ul li a{
	display:block;
	height: 24px;
	line-height:24px;
	padding:0px 16px 0px 16px;
	color:#ffffff;
	background-color:#e6c769;
	font-size:15px;
	font-weight: bold;
	text-decoration:none;

}
#navigation ul li a:hover{
	background-color:#9e6344;
}
#navigation ul li ul {
	
}
#mainContent {
	min-height:400px;
	width: 640px;
	padding:0px 16px 0px 16px;
}

.Page_preise #mainContent {
	width: 868px;
	padding:0px 16px 0px 16px;
}

div#elementcontentouter { 
	width: 768px;
	height: 175px; 
}
div#elementcontenthoriz { 
	background-color:#e9e0cf; position: absolute;
	top: 5px;
	width: 768px;
	height: 165px; 
}
div#elementcontentvert { 
	background-color: #e9e0cf; color: #e9e0cf; position: absolute;
	left: 5px;
	width: 758px;
	height: 175px; 
}

#mainContent h1 {	
	font-size:17px;
	color:#000000;
	text-transform:uppercase;
}
#footer {
	background-color:#4f372b;
	height: 25px;
}
#footer p{
	color:#ffffff;
	padding-top:6px;
	padding-left:50px;
	font-size:10px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}

span.label, label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}
div.value, span.value {
	float: left;
	display: block;
	width: 250px;
}
#localeNavigation {
	float:right;
	padding-right:20px;
}

#headerImage {
	position: absolute; top: 125px; right: 60px; width: 235px; height: 149px;
}

#headerCopy {
	position: absolute; top: 169px; left: 452px; width: 155px; height: 152px;
}

.border {
	padding: 3px;
	background-color: #f7f1e5;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;
}

#sidebar {
	position:absolute;
	left:666px;
	right:10px;
	width:216px;
	background-image:url(../images/pentagram-joke.gif);
	background-repeat:no-repeat;
}

#map_canvas {
	width:216px;
	height:216px;
}

#map_canvas_lg {
	margin-left:auto;
	margin-right:auto;
	width:868px;
	height:600px;
}