/* CSS Document */
body, html{
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica,sans-serif;
	background: #fff; 
  	font-size : 11px;
	color : #555555;
}
#wrapper {
	/*border-top:16px solid #fff;*/
	border-left:8px solid #fff;
	width: 860px;  
}
a img, img, div{
	border:none;
	margin:0;
	padding: 0;
}
a {
    color:#333;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
#navigation, #untermenu {
	float:left;
	width:134px;
	padding: 0px 8px 0px 8px;
}
#navigation ul, #untermenu ul{
	padding: 0;
	margin: 0;
	width: 100%;
}
#navigation ul li, #untermenu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:13px;
	padding-top:6px;
	padding-top:5px;
	padding-bottom:5px;
}
#navigation a, #untermenu a{
	text-decoration:none;
	color : #555555;
}
#untermenu {
    height: 1580px;
    background-color:#eee;
}
#navigation ul li{
	border-top: 1px solid #d9d9d1;
}
#untermenu ul li{
	border-top: 1px solid #fff;
}
.sel{
	background: url(grafiken/pfeil.gif) 0px 7px no-repeat;
}

#inhalt{
	width: 549px;
	float:left;
}
h1 {
padding-top: 0px;
margin-top: 0px;
padding-left: 10px;
padding-top: 15px;
padding-bottom: 0px;
margin-bottom: 0px;
color: #fff;
font-family:Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 24px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
	color:#222;
	font-size:14px;
	padding-top:12px;
	padding-bottom:5px;
	
}
#menu_titel{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#222;
	font-size:14px;
}
#untermenu_titel{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	font-size:14px;
	}
#navigation #menu_titel, #untermenu #untermenu_titel{
	margin-left:13px;
	margin-bottom:16px;
	margin-bottom:15px;
	margin-top:180px;
	height:14px;
}
#eyecatcher{
margin-top: 0px;
padding-top: 0px;
	margin-left: 7px;
	width:549px;
	height: 307px;
	background-color: #ddd;

}
#eyecatcher img{
	float:left;
	margin-top: 20px;
}
#texte{
/*	width:450px;*/
	line-height:16px;
	margin-top:22px;
}

#text_links{
	float:left;
	width:384px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}
#text_rechts {
	float:left;
	width:143px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
p{
	margin:0px;
	padding:0px;
	margin-bottom:16px;
}
#copy{
	width:100%;
	font-size : 9px;
	margin-top:30px;
	margin-bottom:15px;
	color:#cbcbc9;
}


