body{
	background: #000000;
	font-family: verdana;
	font-size: 12px;
}

#menu{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -486px;
	height: 20px;
	width: 973px;
}

#menu ul{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	font: 12px Verdana;
	list-style-type: none;
}

#menu li{
	display: inline;
	margin: 0;
}

#menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 16px;  
	color: #fff;
	font-size: 12px;
	background: none; 
	text-transform: uppercase;
}
#menu li a:hover{
	background: #990033;
}

#menu ul li.active a{
	background: #990033;
}

#site_container{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -486px;
	height: 548px;
	width: 973px;
	background: url(/images/site_container.jpg);
}

a img.logo{
	border: 0;
}

.logo{
	position: absolute;
	top: 15px;
	left: 15px;
}
#submenu{
	position: absolute;
	top: 195px;
	left: 45px;
	height: 200px;
	width: 250px;
}
#fotograf{
	position: absolute;
	bottom: 150px;
	left: 35px;
	height: 110px;
	width: 230px;
	color: #990033;
	font-style: italic;
}
#fotogallerij{
	position: absolute;
	top: 195px;
	left: 10px;
	height: 200px;
	width: 250px;
}
#fotogallerij a img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
#fotogallerij a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);
}
#adres{
	position: absolute;
	bottom: 10px;
	left: 25px;
	height: 110px;
	width: 230px;
	color: #990033;
        font-weight: bold;
}

#main{
	position: absolute;
	top: 20px;
	left: 310px;
	width: 429px;
	height: 500px;
	background: none;
}

h1{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 89px;
	width: 429px;
	display: block;
	background: url(/images/h1back.png);
	font-family: Georgia;
	font-size: 19px;
	text-align: center;
	color: #fff;
	line-height: 80px;
	font-style: italic;
}

#content{
	position: absolute;
	top: 95px;
	left: 0px;
	height: 400px;
	width: 380px;
	background: none;
	color: #999;
	overflow: auto;
}

a{
	color: #990033;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#foto{
	position: absolute;
	top: 2px;
	right: 0px;
}


fieldset{
        border: 0px;
        width: 270px;
}
label{
	font-family: arial;
	font-size: 12px;
	color: #666;
}
input.text{
        border:1px solid #990033;
	color: #666;
        width: 260px;
}
textarea{
        border:1px solid #990033;
	color: #666;
        width: 260px;
        height: 100px;
}
input.button{
        width: 260px;
        margin-top: 10px;
        font-family: arial;
	font-size: 12px;
	color: #fff;
        border:1px solid #fff;
        background: #990033;
}
input.button:hover{
        color: #666;
        background: #fff;
        border: 1px solid #990033;
}
#route{
	position: absolute;
	bottum:10px;
	left: 10px;
        color: #990033;
        font-weight: bold;
}

