/* gueltig fuer das gesamte Layout */
body {
	background-color:#e2edf3; 
	font-family: helvetica neue, microsoft sans serif, geneva, arial, verdana, sans-serif;
	font-size: 14px;
	width:994px;
	margin:0px auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}

a { text-decoration: none; font-style: italic; }

.bu { 
	font-size: 80%; 
	width:175px;
	margin:5px;
	margin-left:10px;
}

p.quelle {font-size: 80%; }
p.inhalt { font-size: 100%; }

h1 {font-size: 180%; font-style:italic; }
h2 {font-size: 140%; font-style:bold; }
h3 {font-size: 120%; font-style:normal; }

div#kern {
	width:994px;
	margin:0px;
	text-align:center;
	background-color:#f9ffff;
	z-index:1;
}

.navigation {
	text-align:center;
}

.navigation a {
	text-decoration: none;
	color:#333;
}
.groesser {
	width:150px;
	height:50px;
	float:left;
}

.back {
	width:694px;
	height:50px;
	float:left;
}

.back img { 
	height: 25px;	
}

.kleiner {
	width:150px;
	height:50px;
	float:left;
}

div#map {
	width:974px; 
	height:350px; 
	margin:10px;
	z-index:1;
}

div#navi {
	width:994px; 
	height:50px;	
}

div#content {
	width:954px;
	margin:5px;	
	padding:20px;
	float:left;
	text-align:left;
}

div#content ul {
	width:400px;
	margin-left:200px; 
}

div#preise {
	z-index:1;
	text-align:left;
	font-style:oblique;
	height:24px;
}

div.preisinfo {
	height:24px;
	padding:3px;
	float: left;
	z-index:11;
	color:#666;
}

div.preisinfo a {
	color:#c1d5df;
}

div.preisinfo a:hover {
	background-color:#c1d5df;
	height:24px;
	float: left;
	z-index:11;
	color:#666;
}

div#preisbox {
	padding:15px;
	z-index:1;
	text-align:left;
}

div.preis h1 {
	color:#666;
	font-size:140%;
}

div#anfrage {
	width:575px;
	margin:10Px;
	margin-left:140px;
	padding:10px;
	z-index:1;
	text-align:left;
	border: 0;
}

#bilder {
	float:left; 
	text-align:center; 
	margin:5px;
	width: 200px;
	font-size: 80%;
}

#bilder img { width: 175px; }

#bilder a:hover img{
	position:relative;
	overflow:visible;
	width:300px;
	padding:5px;
	background-color:#fff;
	border: 1px solid black;
	z-index:57;
}

div.tochter img {
	float: left;
	width:124px;
	border:0px;
	padding:5px;
	margin:5px;
}

div.tochter a:hover img {
	overflow:visible;
	left:-25px;
	top:-50px;
	width:250px;
	padding:5px;
	background-color:#fff;
	border: 1px solid black;
	z-index:57;
}

div.box {
	border: 1px solid black;
	margin:5px;
	padding:20px;
	text-align:left;
}

div.box img {
	float: left;
	width:124px;
	border:0px;
	padding:5px;
	margin:5px;
}

div.box a:hover img {
	overflow:visible;
	left:-25px;
	top:-50px;
	width:250px;
	padding:5px;
	background-color:#fff;
	border: 1px solid black;
	z-index:57;
}

div.tochter {
	width:964px;
	margin:15px;
	text-align:left;
}

div#copy {
	width:974px;
	margin:10px;
	text-align:left;
	
}

div#rechts {
	width:150px;
	z-index:100;
	float:right;
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 5px;
	 padding: 4px;
	 background-color: #ededed;
	 border: 1px dashed #7485CA;
	 z-index:100;
}

.rss-box a {
	color:#000;
	font-style:normal;
}

.rss-title, .rss-title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 12px;
	margin: 2px 0;
	padding: 0;
	letter-spacing: 1px;
	text-align:left;
	color:#000;
}

.rss-items {
  
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 9px; 
  margin: 8px 0;
  text-align:left;
  color:#000;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
