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

body
{
	background:url(images/bg.jpg) fixed;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper
{
	background:#FFFFFF;
	width:850px;
	margin:auto;
	padding:25px;
	border-radius: 1px;
	box-shadow: 0px 1px 4px #999;
	margin-bottom:10px;
}

#logo
{
	margin-bottom:10px;
	float:left;
}

#kontakt
{
	width:500px;
	height:200px;
	float:right;
	text-align:right;
	color:#666666;
	margin-top:0px;
}

h1
{
	font-size:1.5em;
	color:#666666;
}

footer
{
	width:890px;
	margin:auto;
	margin-bottom:40px;
	color:#333333;
	font-size:0.9em;
}

a
{
  color: #990000;
  text-decoration: none;
}

a:hover
{
  color: #CC0033;
  text-decoration: none;
}

#telefon
{
	color: #990000;
	font-size:1.2em;
	font-weight:bold;
}

#seperator
{
	clear:both;
	background:url(images/theline.png) center;
	height:30px;
	width:850px;
	margin-bottom:40px;
}