﻿*
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Sans-Serif;	
}

body
{
	background: url(../images/bg.jpg) repeat-y top center;	
}

#Box
{
	width:1170px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #fff;
	
}

.ContentContainer
{
	margin-top: 40px;
	margin-left: 0px;
	float: left;
}

#Content
{
	float: left;
	width: 680px;
	padding-bottom: 200px;
}

#Content h1
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

#Content h2
{
	margin-bottom: 15px;	
}

#Content p 
{
	margin-bottom: 10px;	
	clear: both;
}

.telefon
{
	float: left;
	margin-top: 20px;
}

#FooterContainer
{ 
    padding: 10px;
    margin-bottom: 0px;
    background: url(../images/bg_footer.jpg) repeat-x bottom left;
}