/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#6c9;
}

#wrap {
	width: 660px;
	background-image:url(gfx/bg_main.png);
	margin: 0 auto;
	text-align:left;
}

#head {
height: 143px;
display:block;
background-image:url(gfx/head.png);
}
#nav {
margin-left: 38px;
}
#nav ul {
	display:block;
	float: left; 
	padding: 0;
	margin: 0;
	xmargin-left: 38px;
	width: 588px;
	margin-bottom: 20px;
	margin-top: 10px;
	}
#nav ul li {
list-style-type:none;
float: left;
text-align:center;
width: 25%;
background-image:url(gfx/menu_li_bg.png);
}
#nav ul li a
{
height: 40px;
line-height: 40px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
font-weight:bold;
color:#FC0;
display:block;
text-decoration:none;
background-image:url(gfx/menu_li_bg.png);
}
#nav ul li a:hover
{
background-position: 0px -40px;
color:#FFFF33;
}
#content {
clear:both;
display: block;
margin-left:60px;
margin-right: 60px;
}
#footer {
background-image:url(gfx/footer.png);
height:184px;
display:block;
clear: both;
}
#head h1, #footer p {
display:none;
}

#content h2
{
font-size:16px;
font-weight:bold;
}
#content h3
{
	font-size: 13px;
	clear:both;
}

#content a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid black;
}
#content a:hover {
	border-color: #00CC00;
}

.staffelei_left
{
	float:left;
	background:url(gfx/staffelei.png) no-repeat;
	background-position:center;
	width:175px;
	height:228px;
	text-align: center;
}

.staffelei_right
{
	float:right;
	background:url(gfx/staffelei.png) no-repeat;
	background-position:center;
	width:175px;
	height:228px;
	text-align: center;
}

.staffelei_right img,
.staffelei_left img
{
	margin-top: 30px;
	border:thin outset #996600;
}

.staffelei_right img.q,
.staffelei_left img.q
{
	margin-top: 60px;
}

ul#gallery,
ul.gallery {
	clear: both;
	width: 500px;
}
ul#gallery li,
ul.gallery li {
	float: left;
	overflow:hidden;
	width: 80px;
	height: 80px;
	xborder: 1px solid black;
	margin: 2px;
	background-image:url(gfx/gall_bg.png);
	padding: 5px;

}
ul#gallery li a,
ul.gallery li a {
	width: 80px;
	height: 80px;
	overflow:hidden;
	display:block;
}
ul#gallery li a img,
ul.gallery li a img { 
	border: 0;
}

dl dt {float: left; width: 120px; font-weight: bold; margin: 0px;}
dl dd {margin-left: 120px;}

#form1 {
	width: 90%;
	margin: auto;
}
#form1 label {
	float:left;
	display:block;
	font-size: 1.2em;
	color:#009966;
	width: 100%;
	margin-top: 10px;
}
.textfeld {
	float: left;
	width: 100%;
	border: 1px solid #696;
	background-color: #6c9;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}
