body, html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	height: 100%;
	margin:0;
	padding:0;
	background-color: #95a6b2;
	background-image: url(../images/site_bg.gif);
		background-repeat: repeat-x;

	color:#fff;
}
a {
	color: #b5152b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	width:700px;
	margin:auto;
	position:relative;
	height:100%;
	
}
#site {
	background-image: url(../images/mainmenu_bg.gif);
	background-repeat: repeat-y;
	position:relative;
	min-height:100%;
	
}
* html #container {height: 100%;}
* html  #site {height: 100%;} /* IE Hack für 100 % Höhe */
#top {
	height:87px;
	background-image: url(../images/site_bg.gif);
	background-repeat: repeat-x;
	width:700px;
	float:right;
}

#mainmenu {

	padding-top:40px;
	float:left;
	letter-spacing:1px;
	position:relative;
	width: 220px;
}


.menu{
	padding:0;
	margin:0;
}

.menu li a {
	color: #FFF;
	text-decoration: none;
}
.menu li  
{
	color: #FFF;
	list-style:none;
}

#top ul.menu {
	
	float:right;
	padding-top:15px;
}
#top .menu li  
{
	float:left;
	padding-right:10px;
}

#mainmenu li{
	padding-bottom:20px;
}
#mainmenu li a {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	}
#mainmenu li a:hover {
	color:#b5152b;
}
#mainmenu li.active a {
	color:#b5152b;
}
h4 {
	text-transform:uppercase;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:18px;
	padding:0;
	margin:0;
	padding-bottom:20px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:2px;
	margin-top:3px;
}
#content {
	padding-top:40px;
	float:left;
	width:390px;
	padding-bottom:70px;
	
}
#schatten {
	float:left;
	width:480px;
	height:10px;
	background-image:url(../images/schatten_bg.jpg);
	background-repeat:no-repeat;
}
#footer {
color:#c4cdd3;
margin-left:300px;
width:380px;
height:50px;
bottom: 0;
position: absolute;
}
#referenzen a {
	color:#fff;
	text-decoration:none;
}
#referenzen a:hover {
	color: #b5152b;
	text-decoration:none;
}
#referenzen  .active{
	color: #b5152b;
}
