
body {
	margin-top: 0px;
}

#navi {
	position: absolute;
	top: 90px;
	left: 10px;
	
	width: 200px;
	
	z-index: 3;
}


#content {
	position: absolute;
	top: 90px;
	left: 180px;
	
	width: 500px;
	
	z-index: 1;
}


#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	
	width: 700px;
	
	z-index: 4;
}

#subcon {
	margin-bottom: 7px;
	width: 170px;
}

.images {
	width: 500px;

	margin-top: 0px;
	margin-bottom: 30px;
}

.mainitem
{
	margin-left: 10px;
	margin-bottom: 5px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	
	width: 170px;
}

.subitem
{
	margin-left: 30px;
	margin-bottom: 5px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;

	width: 170px;
}

a.menu {
	color: #000000;
	text-decoration: none;
}

a.menuhi {
	color: #663300;
	text-decoration: none;
}



h1 {
	width: 470px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	
	margin-left: 0px;
	margin-top: 0px;
}

p.text {
	width: 470px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	
	font-size: 10px;

	margin-left: 0px;
	margin-bottom: 30px;
}

p.zitat {
	width: 470px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
}

a {
	color: #000000;
	font-weight: bold;
	
	text-decoration: none;
}

a:hover {
	color: #663300;
	font-weight: bold;

	text-decoration: none;
}