/* CSS Document */


html {
	height:100%; 
	margin-bottom:1px;
	}
body {
	background-image: url(../images/kachel.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 16px;
	font-weight: normal;
}

	
#zentriert {
	width:850px;
	margin:20px auto;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
}
#head {
	float:left;
	width:850px;
	height:150px;
	background-image: url(../images/headkachel.jpg);
	background-repeat: repeat;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	}
#logo {
	float:left;
	width:544px;
	height:107px;
	margin-left:153px;
	margin-top:22px;
}


#rechts {
	float:left;
	width:80px;
	height:24px;
	margin-left:15px;
	margin-top:5px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #05858F;
	}
#home {
	float:left;
	top:155px;
	width:115px;
	height:24px;
	margin-left:20px;
	margin-top:5px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #9B1804;
}
#karte {
	float:left;
	top:155px;
	width:115px;
	height:24px;
	margin-left:20px;
	margin-top:5px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #9B1804;
}
#catering {
	float:left;
	top:155px;
	width:115px;
	height:24px;
	margin-left:20px;
	margin-top:5px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #9B1804;
}
#veranstalt {
	float:left;
	top:155px;
	width:115px;
	height:24px;
	margin-left:20px;
	margin-top:5px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #9B1804;
}
#fotos {
	float:left;
	top:155px;
	width:115px;
	height:24px;
	margin-left:20px;
	margin-top:5px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #9B1804;
}
#links {
	float:left;
	width:80px;
	height:24px;
	margin-top:5px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #05858F;
	}
	
	


#content {
	float:left;
	width:850px;
	margin-top:5px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #9B1804;
}
#footer {
	float:left;
	width:850px;
	height:30px;
	margin-top:5px;
	margin-bottom:30px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color: #9B1804;
	}
#foottext {
float:left;
width:800px;
margin-left:20px;
margin-top:7px;
text-align:center;
}


a {
	color: #F8C665;
	text-decoration: none;
}
a:hover {
	color: #05858F;
	text-decoration: none;
}
a:visited {
	color: #F8C665;
	text-decoration: none;
}
