* { margin:0; padding:0; }
body { 
	font:12px Arial, Verdana, Helvetica, sans-serif; 
	background:url(../images/bg.gif) repeat-x #4B4B4B; 
	color: #606060; 
}
	
img { border:0; }



h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	width: 152px;
	background-color:#432acb;
	margin-top: 32px;
	padding: 3px 0 0 8px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #606060;
	font-weight: bold;
}

#wrapper {
	height: 702px;
	width: 800px;
	margin: auto;
	margin-top: 60px;
	background-color:#FFFFFF;
	padding-top: 58px;
}


#header {
	background-image: url(../images/head.jpg);
	height: 160px;
	width: 800px;
	position: relative;
}

#navi {
	height: 411px;
	width: 262px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	position: absolute;
	top: 20px;
	left: 510px;
}

#navi ul {
	margin-top: 20px;
	margin-left: 108px;
}

#navi ul li {
	list-style: none;
	margin-bottom: 10px;
}

#navi ul li a{
	background: url(../images/navi-grau.gif) no-repeat 0 3px;
	text-decoration: none;
	font-size: 14px;
	color: #333333;
	padding-left: 19px;
	font-weight: normal;
}

#navi ul li a:hover{
	background: url(../images/navi-blau.gif) no-repeat 0 3px;
	font-weight: bold;
}

#navi ul li a.active {
	background: url(../images/navi-blau.gif) no-repeat 0 3px;
	font-weight: bold;
}


#galerie {
	width: 160px;
	height: 543px;

	float: left;
}

#galerie a img{
	margin: 15px 0 0 35px;
}

#content {
	width: 320px;
	height: 393px;
	float: left;
	margin-top: 72px;
	overflow: auto;
	padding-bottom: 32px;
	line-height: 16px;
}


.logo {
	margin: 15px 0 0 20px;
}

.prefa-start {
	position: absolute;
	top: 509px;
	left: 650px;
}

.prefa {
	position: absolute;
	top: 600px;
	left: 650px;
}

.impressum {
	position: absolute;
	top: 705px;
	left: 600px;
}

.impressum a {
	font-weight: bold;
	color:#fff;
}





