/* ALLGEMEINES */

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#3b526a;
	font-size: 12px;
	line-height: 18px;
	background-color: #fbfbf7;
}

a:link, a:active, a:visited {
	padding-left:12px;
	background-image: url(../img/link.jpg);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}


/* KOPFZEILE */

#kopfzeile {
	padding-top:10px;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:45px;
	vertical-align:bottom;
	font-size: 12px;
	overflow: hidden;
	min-height:80px;
  	height:auto !important;  /* fŸr moderne Browser */
  	height:80px;  /*fŸr den IE */
}

#kopfzeile a:link, #kopfzeile a:visited, #kopfzeile a:active {
	background-image: none;
}

#kopfzeile #logo {
	float: left;
	width: 230px;
	padding-left:0px;
	margin-left:-12px;
}

#kopfzeile #nav {
	float:right;
}


#kopfzeile ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#kopfzeile ul li {
	float: left;
	margin: 0;
	padding: 0;
	}

#kopfzeile ul li a {
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #3b526a;
	border: none;
	margin-right: 25px;
	}

#kopfzeile ul li a:hover {
	color: #4d7094;
	}


/* HAUPTTEIL */

#titel {
	font-weight: bold;
	margin-bottom: 10px;
}

.rahmen {
	border:1px solid #b8b8b8;
	margin-bottom: 7px;
	margin-top: 20px;
}

#inhalt {
	padding-left:30px;
	overflow: hidden;
	width:1000px;
}

#inhalt a:link, #inhalt a:active, #inhalt a:visited {
	text-decoration: none;
	color: #5781ab;
}

#inhalt a:hover {
	border-bottom: 1px dotted #5781ab; 
	color: #5781ab;
}

#fronttext {
	width: 400px;
	padding-left:30px;
	padding-top: 15px;
	overflow: hidden;
	float:left;
}

#frontbild {
	float:left;
	width: 500px; 
	overflow: hidden;
}

#kontakttext {
	width: 200px;
	overflow: auto;
	padding-left:30px;
	overflow: hidden;
	float:left;
}

#kontaktkarte {
	float:left;
	width: auto; 
}

#karte {
	font-size: 11px;
}

#anfahrt {
	font-size: 11px;
}

#inhalttext {
	width: 550px;
}

#gallerie {
  padding-top: 25px;
  padding-left:30px;
  overflow: hidden;
}

#gallerie2 {
  padding-left:30px;
  overflow: hidden;
    width: 400px;
}

#legende {
	font-size: 10px;
	padding-bottom: 5px;
	line-height: 12px;
	}

.bild {
	float:left;
	padding-right: 20px;
	}


/* FUSSZEILE */

#fusszeile {
	padding-left:30px;
	padding-top:50px;
	font-size: 11px;
	color: grey;
	overflow: hidden;
}

#fusslogo {
	float:left;
	width:120px;
	margin-right: 15px;
}

#fusslogo a:link {
	background-image: none;
}