@charset "UTF-8";
/* CSS Document */

html {
	background: #ffffff;
}


body {
	font-family: 'Verdana', sans-serif;
}

#container {
	width:1024px;
	height: height: 780px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 60px;
	margin-bottom: 300px;

}

#header {
	position: absolute;
	margin-top: 31px;
	margin-left: 22px;
}

#header h1
{
	font-family: 'Verdana',verdana, Sans-serif;
	font-size: 28px;
	line-height: 10px;
	font-weight: 100;
	color: #B3B3B3;
}

#header #subline
{
	font-family: 'Verdana', Sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #B3B3B3;
	letter-spacing: 1px;
	
}

#impressum
{
	position: absolute;
	margin-top: 950px;
	margin-left: 150px;
}

.box_left,
.box_right {
	width:470px;
	float:left;
	margin-top:4px;
	font-family: verdana, Sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #3C3C3C;
}


.clearfix {
	clear:both;
}

p.copy {
	font-family: verdana, Sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #FFFFFF;
	margin-top:50px;
	font-weight:100;
	font-size: 11px;
	text-align:right;
	margin-right: 70px;
	
}

p.copyright{
	
	text-align: left;
	margin-top:50px;
	font-family: verdana, Sans-serif;
	font-size: 10px;
	font-weight: 200;
	color: #3C3C3C;
	padding-left: 170px;
}

.center {
	text-align:center;
	font-size:11px;
	color:#A2A2A2;
}

.box_left a,
.box_right a {
	text-decoration:none;
	color:#EE7418;
}

.box_left a:hover,
.box_right a:hover {
	color:#F28B2D;
}

body p {
	font-family: verdana, Sans-serif;
	font-size: 14px;
	color: #FED90D
	
}