body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	background: #959da2 url(site_background.png) repeat-y;
}

#head {
	background: url(head.png) no-repeat;
	margin: 0 auto;
	width:804px;
	height:100px;
}

#site {
	background: url(site.png) repeat-y;
	width: 804px;
	font-size: small;
	margin: 0 auto;
	overflow-x:hidden;
	overflow-y:hidden;
}

#men {
	float: left;
	width: 180px;
}

#menu {
	padding: 0px 0px 20px;
	width: 180px;
	margin-left: 12px;
	margin-top: 30px;
	background: url(menu-bottom.png)  no-repeat bottom;
}

#menu2 {
	padding: 0px 0px 20px;
	color: #999999;
	font-style: italic;
	font-size: x-small;
	width: 180px;
	margin-left: 28px;
	margin-top: 10px;
}

#menu2 a{
	color: #999999;
	}


#menu .nav1{
	margin: 0;
	background: url(menu-top.png)  no-repeat top left;
	padding: 15px 10px 0px 15px;
	list-style: none;
	//float: left;
	width:150px;
	}

#menu .nav1 li{
	margin: 0px;
	padding 0px;
	}

#menu .nav1 a{
	display: block;
	margin: 5px;
	color: #003F67;
	text-decoration: none;
	text-align: left;
}

#menu .nav1 a:hover{
	font-weight: bold;
	color: #999999;
}

#menu .nav1 #active a{
	color: #d68a13;
	font-weight: bold;
}

#menu .nav2 {
	list-style: none;
	padding: 0px 0px 10px 0px;
	}

#menu .nav2 a{
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 2px;
	color: #003F67;
	text-decoration: none;
	font-size: x-small;
	text-align: left;
}

#menu .nav2 #active2 a{
	color: #d68a13;
	font-weight: bold;
}


.content {
	float: right;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	margin-right: 40px;
	padding:0 10px 10px 10px;
	width:530px;
	overflow-x:hidden;
	overflow-y:hidden;
}

.content a{
	color: #003F67;
	font-weight: bold;
	text-decoration: none;
}

#headline {
	float: right;
	color: #999999;
	font-style: italic;
	margin-right: 20px;
	padding:0 10px;
	width:550px;
}

#headline h3{
	color: #999999;
	font-style: italic;
}

#headline a{
		text-decoration: none;
		color: #999999;
}
#bottom {
	background: url(bottom.png) no-repeat bottom;
	padding-top:40px;
	margin: 0 auto;
	height: 30px;
	width:804px;
	color: #AAAAAA;
}

#bottom a{
	font-style: italic;
	text-decoration: none;
	color: #AAAAAA;
	font-size: x-small;
}


.span_normal {
	//padding: 4px;
	margin: 0px auto;
	font-style: italic;
	font-size: small;
	color: #999999;
}

.span_links {
	float: left;
	margin: 0px 10px 0px 0px;
	font-style: italic;
	font-size: small;
	color: #999999;
}

.span_rechts {
	float: right;
	margin: 0px 0px 0px 10px;
	font-style: italic;
	font-size: small;
	color: #999999;
}

.content img{
	width:200px;
	cursor:pointer;
}

h1{
	font-style: normal;
	color: #FBB03B;
	font-size: x-large;
	}

h2{
	font-style: normal;
	color: #003F67;
	font-size: medium;
	}

h3{
	font-weight: bold;
	color: #003F67;
	font-size: small;
	}


