@charset "utf-8";
/* CSS Document */

body {
	background: #f0f0f0 url(images/bg.jpg)	top center no-repeat;	margin: 0;
	padding: 0;

}
#contact {
	width: 726px;
	margin: auto;
	overflow: auto;
	padding: 0;
	
}
#contact p{
	background: red;
	width: 247px;
	height: 42px;
	
	color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	
	float: right;
	text-align:center;
	top: 0;
	background:url(images/kontaktinfo_bg.png) no-repeat;
	
	margin: 0;
	
}
#contact p a{
	text-decoration: none;
	color: white;
}
#contact p a:hover{
	text-decoration: underline;	
}

#wrapper {
	width: 726px;
	margin:auto;
	margin-top: 130px;
	
}

ul#links {
	list-style-type: none;
	margin: 0;
	margin-left: 23px;
	padding: 0;

}


ul#links li{
	float: left;
	color: #212121;
	
	background: #9d9d9d;
	margin: 0 1px 0 1px;
	padding: 3px 4px 5px 4px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
ul#links li.active {
	background: #ffffff;
	color: #a50700;
}
ul#links li:hover {
	background: #CCC;	
}
ul#links li.active:hover {
	background: #ffffff;	
}

ul#links li#financiering {

	margin-right: 23px;
}
ul#links li a{
	text-decoration: none;
	color: #212121;
}
ul#links li.active a{
	text-decoration: none;
	color: #a50700;
}
#content {
	clear: both;
	background: url(images/content_bg.png) top center repeat-y;
	height: 100%;
	padding: 25px 30px 10px 20px;
	
}

#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#content a img {
 border: none;	
}
#content img.logo {
	float: right;	
}

#content a{
	color: #a50700;	
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;	
}
#content p {
	margin-left: 20px;	
}
#content p.map {
	text-align: center;
	margin-top: 50px;
}

#content h2 {
	color: #a50700;	
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 10px;
}

#content p.red {
	color: #a50700;	
}

#content ul {
	list-style-type: square;	
	font-family: Verdana, Geneva, sans-serif;
	color: #a50700;
}
#content ul li {
	margin-bottom: 5px;	
}
#footer {
	background: url(images/footer_bg.png) no-repeat;
	width: 724px;
	margin: auto;
	padding-top: 40px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	
	color:#666;
}
#footer p{
	margin: 0;	
}

#footer p.info {
	font-weight: bold;
	color:#333;
}