	*
	{
	margin: 0; padding: 0;
	}
	
	
	#box
	{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid black;
	padding: 0 2 2 2px;
	background-color: #83a3cb;
	}
	
		
	#box_2
	{
	width: 950px;
	background-color: #eeeeee;
	padding: 25 5 5 5;
	}
	
	
	#header
	{
	height: 110px;
	background-color: white;
	color: black;
	font-family: Arial;
	text-align: right;
	padding: 10 10 10 0;
	margin: 0 0 10 0;
	border: 1px solid black;
	}
	
		
	#navigation
	{
	width: 120px;
	float: left;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	}
	
	#navigation ul{list-style-type: none;}
	
	#navigation li a
	{
	line-height: 1.7;
	display: block;
	height: 25px;
	width: 120px;
	background: #8c0101;
	text-decoration: none;
	color: white;
	list-style-type: none;
	border-top:  	   	 1px solid black;
	border-left:  	   	 0px solid black;
	border-right:  	   	 0px solid black;
	}
	
	#navigation li a:hover
	{
	background-color: #cc0000;
	}
	
	#navigation ul ul a
	{
	margin-left: 5px;
	padding-left: 5px;
	width: 125px;
	text-align: left;
	height: 25px;
	background: #ec0000;
	line-height: 1.5;
	border-top:  	   	 1px solid black;
	border-left:  	   	 1px solid black;
	border-right:  	   	 1px solid black;
	}
	
	#werbung
	{
	margin: 30 0 10 0px;
	padding: 0 0 0 0px;
	width: 120px;
	border: 0px solid black;
	}
	
	
	#inhalt
	{
	font-size: 18px;
	font-family: Arial;
	margin: 0 0 10 130px;
	padding: 20 5 5 5px;
	border: 1px solid black;
	background-color: white;
	background-image: url(../bilder/seite/bg.png);
	}
	
	#footer
	{
	clear: both;
	color: white;
	font-family: Arial;
	font-size: 10;
	text-align: center;
	border-top: 1px solid #000000;
	background-color: 1e5c99;
	margin: 0 0 0 0px;
	}
	
	#footer a:link
	{
	color: white;
	}
	
	body
	{
	background-color: #232850;
	}
	
		
	img 
	{
	border:0px;
	}

	#logo
	{
	float: left;
	margin-left: 5px;
	}
