html {
	font-family:verdana;
	color:#767e68;
	font-size:12px;
	background-color:#dee7cd;
	background-image:url('/images/bg_main.jpg');
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
	width:100%;
}

div#fade {
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url('/images/bg_html.jpg');
	background-repeat:repeat-x;
	height:400px;
}

body {

}

a {
	color:#767e68;
}

strong {
	font-weight: bold;
}

a#home {
	position:absolute;
	top:70px;
	left:160px;
	width:290px;
	height:50px;
}

div#header {
	background-image:url('/images/header.jpg');
	background-repeat:no-repeat;
	height:427px;
	width:1024px;
}



div#main {
	z-index:49;
	background-image:url('/images/bg_main.jpg');
	background-repeat:repeat-y;
	width:1024px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-512px;
}

div#content {
	width:445px;
	position: absolute;
	top:200px;
	left:160px;
	padding-bottom:20px;
}

img.block {
	display:block;
}

h1 {
	color:#a0c130;
	font-size:24px;
	margin-bottom:10px;
}

h1.detail {
	margin-bottom:5px;
}

h2 {
  color:#a0c130;
  font-size:16px;
  margin-bottom:10px;
}

h2.detail {
  margin-bottom:5px;
}

h3 {
	color:#5b95a1;
	font-size:14px;
	margin-bottom:10px;
}

div#spacerBottom {
	height:100px;
	
}

div#footer {
	width:400px;
	position: relative;
	left:670px;
	margin-top:30px;
	margin-bottom:20px;
}

div#footer a {
	text-decoration:none;
}

div#map, div#mapDetail {
	border:3px solid #77933f;
}


img#spinner {
	display:block;
	float:left;
	position:relative;
	top:1px;
	left:20px;
}

div.clear {
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
	width:100%;
}

 /*  DETAIL _ SEITE */

div#content div.notice {
  position: relative;
  left: 0px;
  color: #bbbbbb;
  padding: 0px 10px 10px 0px;
}

div.detailWochentag {
	padding-left:30px;
	position:relative;
	left:-30px;
	float:left;
	margin-bottom:30px;
}

div.highlight {
	background-image:url('/images/arrow_pointer.png');
	background-repeat:no-repeat;
	background-position:5px 1px;
	
}

div.detailWochentag div.detailDescription {
	width:350px;
	float:left;
}

div.detailWochentag div.detailPreis {
	width:50px;
	text-align:right;
	float:left;
}

div.detailLine {
	border-bottom:1px dotted #767e68;
	width:400px;
	float:left;
	opacity:0.8;
	margin-bottom:2px;
}

a#pdfLink {
	display:block;
	width:150px;
	height:60px;
	padding:15px 40px 5px 10px; 
	background-image:url('/images/icon_pdf.png');
	background-repeat:no-repeat;
	background-position:right top;
}

a#feedLink {
	display:block;
	width:150px;
	height:60px;
	padding:15px 40px 5px 10px; 
	background-image:url('/images/icon_rss.png');
	background-repeat:no-repeat;
	background-position:right top;
}

.mapPopup h3{
	margin-bottom:5px;
}

.mapPopup a {
	color:#87a94a;
}

.floatLeft {
	float:left;
}

div#searchSubmit {
	position: relative; 
	left:10px; 
	top:-4px;
}

a#pdf {
	display:block;
	padding:0px;
	margin:0px;
	text-align:center;
}

div#disclaimer {
	border-top:1px solid #EFF4E7;
	padding-top:10px;
	margin-top:150px;
	width:680px;
	opacity:0.7;
}

div.clearer {
	clear:both;
	height:1px;
	line-height:1px;
}


div.right {
	text-align:right;
}

div.message {
	padding:10px;
	margin:10px 0;
	width:350px;
	background-color:#a0c130;
	border:1px solid #767e68;
	color:#fff;
}

div#register_teaser {
	margin-top:20px;
}
