﻿* {
	padding: 0px;
}
body {
	background-color: #282828;
	color: #b4b4b4;
	font-size: 12px;
	font-family: "Arial", helvetica, sans-serif;
}
h3.titel {
	padding-bottom: 5px;
	border-bottom: 1px solid #777777;
}
a {
	color: #DBDBDB;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: silver;
}
#content {
	width: 537px;
	height: auto;
	text-align: left;
	float: left;
	position: absolute;
	left: 200px;
	top: 200px;
}
#site {
	width: 500px;
	float: left;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
}
#site img {
	float: right;
	border: 1px dashed #b4b4b4;
	padding: 1px;
}
#top {
	float: left;
	width: 537px;
	height: 13px;
	background: url('images/top.png') no-repeat;
}
#center {
	float: left;
	width: 620px;
	height: auto;
	min-height: 200px;
	background: url('images/center.png') repeat-y;
	padding-top: 0px;
}
#bottom {
	float: left;
	width: 620px;
	height: 50px;
	background: url('images/bottom.png') no-repeat;
}
#header {
	text-align: left;
	width: 100%;
	height: 105px;
	position: absolute;
	left: 0px;
	top: -150px;
}
#header img {
}
#nav {
	color: #777777;
	height: 70px;
	margin-top: 50px;
	float: left;
	width: 620px;
	text-transform: uppercase;
	float: left;
	margin-bottom: -42px;
	font-size: large;
	margin-left: 5px;
	letter-spacing: normal;
}
#nav a.navlink_active {
	font-weight: bold;
	text-decoration: none;
	color: #5a5a5a;
	padding-right: 5px;
	padding-left: 3px;
}
#nav a.navlink_active:hover {
}
#nav a.navlink {
	color: #b4b4b4;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 3px;
}
#nav a.navlink:hover {
	color: #777777;
}
#footer {
	font-size: 10px;
	float: right;
	height: 50px;
	color: #5a5a5a;
	text-align: right;
	margin-top: -3em;
	text-transform: uppercase;
	float: left;
	font-size: 12px;
	text-align: center;
	letter-spacing: -0.05em;
	font-weight: bold;
	position: relative;
	visibility: visible;
	left: 100px;
}
#footer a {
	color: #b4b4b4;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: silver;
	text-decoration: underline;
}

