html {
	font-family: "Verdana", Verdana, Arial, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 18px;
}


body{
	background-color:#313131;
}
#wrapper{
	background-color: #FFFFFF;
    float: left;
    height: auto;
    left: 50%;
    margin-left: -480px;
    position: absolute;
    width: 960px;
    }
    
#wrapper_innen{
	float:left;
	margin: 0 30px;
}


#header{
	float:left;
	height:100px;
	padding:15px;
	padding-top: 30px;
	width:900px;
}


#slider{
width:900px;
clear:both;
}




#slogan{

	font-family: "sans-serif",Arial, Lucida Grande, ;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
	
	
}

#navigationLayer {
	font-size: 11px;
	position: absolute;
	left: 685px;
	top: 105px;
	width: 500px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	z-index: 11;
	visibility: visible;
}

#inhaltLinks {
	position: absolute;
	left: 83px;
	top: 155px;
	/*bottom: 0px;*/
	width: 400px;
	height: 400px;
	z-index: 1;
	visibility: visible;
}



#elements{
float:left;
width:900px;}
.elements_row{
float:left;
margin:0 0 10px 0;
}


.elements_column_1{
	float:left;
	margin: 0 30px 0 0;
	
}


.elements_column_2{
	float:left;
	margin: 0 30px 0 0;
}


.elements_column_3{
	float:left;
	margin: 0 0 0 0;
}


.element{
	float:left;
	width:280px;
}


.element h2{
	font-size:12px;
	text-decoration:underline;
	color:orange;
}
#footer{}

/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a { text-decoration: none; }
a:link { color: #1c36a8; }

a.activeClass {
	color: #666666;
}
a.activeClass:hover {
  color: #1c36a8;
}

a.NotactiveClass {
  color: #1c36a8;
}
a.NotactiveClass:hover {
  color: #1c36a8;
}

ul {

	list-style-type: none;

	margin-top: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	padding: 0px;

}



li {

	font-size: 12px;

	font-weight: normal;

	color: #666;

}



ul li {

	font-size: 12px;

	font-weight: normal;

	color: #666;

}



ul li.zusatzspalteClass {

	font-size: 12px;

	font-weight: normal;

	color: #666;



}


