body, div, ul, li, p, span, table, tr, td, img, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}

body {
	background-color: #E2DECD;
	text-align: center;
}

.floatclear, .clear	{
	clear: both;
}

/**
* Alles umgebendes div
*/
#page {
	margin: 50px auto;
	text-align: left;
	width: 881px;
}

/**
* Header
*/
#header {
	width: 881px;
	height: 145px;
	background-image: url('/images/header.gif');
}

/**
* Beide Navis
*/
#hnav ul, #snav ul {
	list-style-type: none;
	margin-top: 5px;
}

#hnav li, #snav li {
	float: left;
	margin-right: 4px;
}

#hnav a, #snav a {
	font-family: Verdana;
	font-size: 11px;
	color: #3C5A6F;
	text-decoration: none;	
	display: block;
	border: 1px solid white;
	padding: 1px 0px 1px 1px;
}

#hnav a.active, #snav a.active {
	color: #D47E19;
	background-color: #F3F2EB;
}

#hnav a:hover, #snav a:hover {
	background-image:url('/images/navhover.gif');
}

/**
* Hauptnavi
*/
#hnav {
	font-weight: bold;
}

/**
* Subnavipunkte
*/
.beratungssysteme {
	margin-left: 53px;
}

.leistungen {
	margin-left: 181px;
}

.partner {
	margin-left: 259px;
}

/**
* Content
*/
#content {
	margin-top: 50px;
}

#content-links {
	font-family: Verdana;
	font-size: 11px;
	float: left;
	width: 400px;
	
}

#content-rechts {
	font-family: Verdana;
	font-size: 12px;
	color: #3C5A6F;
	float: left;
	margin-left: 10px;
	width: 440px;
	line-height:16px;
	
}

#footer {
	border-top: 1px solid white;
}

a.impressum {
	float: right;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
	color: #3C5A6F;
}

a.orange {
	
	
	font-size: 12px;
	font-family: Verdana;
	color: #D57A21;
}