a {
   color: #990000;
  }
		
a:hover, a:active  {
	   color: #333333;
	   background-color:#FFCCCC;
	   }

body
{
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
font-size: 95%;
text-align: center;
color: #333333;
background-color:lightgrey;
}

td {
   font-family: arial, helvetica, sans-serif;
   font-size: smaller;
   }

/* Einzelne Bereiche */

#container
{
text-align: left;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
width:720px;
margin: 0px auto;
margin-top: 5px;
background-color: #ffffff;
}

#header
{

background-color: #ffffff;
background-image: url(../../Bilder/logo.jpg);
background-repeat: no-repeat;
background-position: 0 3;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;

}

		#topsuch
		{
		top: 5px;
		text-align: right;
		font-size: smaller;
		font-weight: bold;
		color: #000066;
		margin-top: 5px;
		margin-right: 5px;
		}
		
		#slogan {
		margin-right:5px;
		margin-top:15px;
		margin-bottom:1px;
		font-style:italic;
		color:#333333;
		}
		
				/* Suchbutton */
				input.suchen {
					BORDER-LEFT: grey thin solid;
					BORDER-RIGHT: grey thin solid;
					BORDER-TOP: grey thin solid;
					BORDER-BOTTOM: black thin solid;
					padding:2px;
					margin-top:3px;
					}
				
				input.suchen:hover{
					border: 1px solid #990000;
					background: #cccccc;
					color: #000000;
				}
				
				input.suchen:focus{
					border: 1px solid #990000;
					background: #cccccc;
					color: #000000;
				}
	
		
		#mainnav
		{
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing: 2px;
		/*font-size: smaller;*/
		text-transform: uppercase;
		background-color: #990000;
		color: #ffffff;
		padding: 2px 0;
		margin-top: 4px;
		margin-bottom: 0px;
		border-top: 1px solid #333333;
		}
		
		#mainnav ul
		{
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		border-left: 0px solid #333333;
		}
		
		#mainnav li
		{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #333333;
		font-weight: bold;
		font-size:smaller;
		}
		
		#mainnav li a
		{
		text-decoration: none;
		color: #ffffff;
		}
		
		#mainnav li a:hover, a:active 
		{
		text-decoration: none;
		color: #990000;
		background-color: #cccccc;
		}


		#navbox {
		height: 14px;  	
		font-family:Arial, Helvetica, sans-serif;
		font-size: smaller;
		font-weight: bold;
		background-color: #ffffff;
		color: #000000;
		padding: 2px ;
		padding-left: 19px;
		
		}
		
		#navbox a {
			text-decoration: underline;
			color: #990000; 
		  }
		  
		#navbox a:hover, a:active {
			text-decoration: underline;
			background-color: #cccccc;
		  }

#contents { 
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
font-size: 90%;
}

#linkeseite	

	{
	float: left;
    width:486px;
	margin-bottom: 5px;
	
	}	

	.topmeldung {
		border-bottom: 1px solid darkblue;  
		background-color:#eeeeee;
		padding: 5px;
		line-height: 150%;
		}
	
	.aufmacherbild {
	    
	   float:center; 
	   text-align:center; 
	   line-height:140%;
	   margin-top:15px;
	   margin-bottom: 5px;
	   }
	
	.meldung {  
		margin-top:10px;
		background-color:#eeeeee;
		padding: 5px;
		border-bottom: 1px solid darkblue;
		line-height: 150%;
		}
	
	.dachzeile {
	  margin-bottom:0px; 
	  letter-spacing:2px;
	  }
    
	 .topmeldung h2,.meldung h2 {
	  margin-top:5px;
	  margin-bottom:0px;
	  }


#rechteseite {
   float: right;
   width: 212px;  
   margin-bottom: 5px;
   }
   
    
	/* style sheets fuer die Kaesten */
	.kasten { 
	   margin-bottom: 12px;
	   text-align:left;
	   padding: 5px;
	   font-family:Arial, Helvetica, sans-serif;
	   width:200px;
	   border:1px solid black;
	   }
	 
	.kasten h2 {
	   margin-top: 0px;
	   border-bottom:1px solid darkred;
	   font-weight:bold; 
	   font-size:90%; 
	   letter-spacing:1px;
	   }
	
	.kasten p, li {
	   font-size: 95%;
	   }
		
#footer {
clear:both;
margin-top:5px; 
border-top: 1px solid black; 
background-color: #990000; 
text-align:center; 
font-size: smaller;
}