html, body {
	height: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}
.grund {
	width: 613px !important;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	}
h1 {
	font-weight:bold;
	color:#FFE14D;
	font-size: 1.5em;
	text-decoration:none;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	display:inline;
}
a {
	color:#FFE14D;
	font-weight:bold;
}
p, form {
	margin: 0px 0px 0px 0px;
}
#content-center{
	margin-left:auto;
	margin-right:auto;
	width:613px;
	height:100%;
	border-left:solid #333333 2px;
	border-right:solid #333333 2px;
	background-position:top center;
	background-image: url(/images/bg.jpg);
	background-color:#1B1B1B;
}
#content{
	background-repeat:no-repeat;
	background-position:top center;
	background-image: url(/images/bg_top.jpg);
	padding-bottom:50px;
}
#menu img{
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
}
#menu{
	clear:both;
}
#container {
	margin-left:15px;
	width:400px;
}
#container_full {
	margin-left:15px;
	margin-right:15px;
	width:580px;
}
#sidebar {
	float:right;
	width:154px;
	margin-right: 15px;
}
#sidebar img{
	border:#333333 solid 2px;
}
#footer {
	margin:5px;
	position:absolute;
	bottom:0px;
	left:5px;
}
#impressum {
	text-align:center;
}
