html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size: 28px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	width:1000px;
	margin:0 auto;
}
#branding {
	width:385px;
	height:108px;
	position:relative;
	clear:both;
	margin:0 auto;
}
#footer{
	width:100%;
	height:30px;
	margin-top:15px;
	line-height:30px;
	text-align:center;
	font-size: 11px;
	color: #666666;
}
.impressum{
	width:310px;
	font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
    color: #000000;
	margin:0 auto;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#slider {
    position:relative;
    width:100%; /* Change this to your images width */
    height:auto; /* Change this to your images height */
    background:url(img/loading.gif) no-repeat 50% 50%;
}

