@charset "UTF-8";
/* CSS Document */

body {background-color:#DDDEDD; font-family:Verdana, Geneva, sans-serif;
}


#webseite {width:880px; 
margin:0 auto; font: 100%  Verdana, Geneva, sans-serif;
color: #000;
}

#header {width:880px;
margin:0 auto; height:140px;
background-color: #FFF;

}

#navigation {
font-family:Verdana, Geneva, sans-serif; margin-top:70px; color:#000; float: right; padding-right:48px; text-decoration:none ; 
}


p {

	width:780px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px; 
	line-height:145%;
} 


h1 {
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	float:left; 
	color: #000; 
	width:640px;
}


hr  {
	border-bottom:2px;
	border-top-style:none;
	border-bottom-style:solid;
	color:#DDDEDD; 
	margin-top:10px;
	margin-bottom:10px;
}
hr.unten  {
	border-bottom:2px;
	border-top-style:none;
	border-bottom-style:solid;
	color:#DDDEDD; 
	margin-top:5px;
	margin-bottom:10px;
}


a { font-size:13px; 
}
a:link { text-decoration:none; color: #000; 
}

a:visited {color:#000;
}

a:hover {
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
}


a.hell:link { text-decoration:none; color:#000; 
}

a.hell:visited {color:#000;
}

a.hell:hover {
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
}

