body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#logo {
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 90px;
	width: 920px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	top: 35px;
	left: -50px;
}
#logo a img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#hintergrund {
	background-image: url(../images/layout/hintergrund.jpg);
	background-repeat: no-repeat;
	height: 670px;
	width: 920px;
	visibility: visible;
	z-index: 6;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#hintergrund #footer {
	height: 20px;
	width: 250px;
	padding-top: 635px;
	font-size: 10px;
	padding-left: 690px;
	text-decoration: none;
}
#hintergrund #footer a {
	text-decoration: none;
	color: #333;
}


#navigation {
	height: 60px;
	width: 920px;
	visibility: visible;
	z-index: 5;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 30px;
}
#content {
	height: 620px;
	width: 790px;
	overflow: auto;
	visibility: visible;
	z-index: 7;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -660px;
}
#navigation #about {
	background-image: url(../images/layout/navigation.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 140px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	left: 20px;
}
#navigation #programm {
	background-image: url(../images/layout/navigation.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 140px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	left: 160px;
}
#navigation #kontakt {
	background-image: url(../images/layout/navigation.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 140px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	left: 300px;
}
#navigation #gallery {
	background-image: url(../images/layout/navigation.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 140px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	left: 440px;
}
#navigation #gastbook {
	background-image: url(../images/layout/navigation.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 140px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	left: 580px;
}
#navigation #links {
	background-image: url(../images/layout/navigation.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 140px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	left: 720px;
}
#navigation a {
	background-repeat: no-repeat;
	text-decoration: none;
	color: #F00;
}
#navigation a:hover {
	color:#000;
	font-weight: bold;
}
#content form fieldset {
	background-color: #cdcdcd;
	border: 1px dashed #F00;
}
#content #fehlermeldung {
	font-weight: bold;
	color: #F00;
	position: relative;
	top: -450px;
	width: 250px;
	left: 450px;
}
#content table tr td a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
