@charset "iso-8859-1";
/* Stylesheet für blauer Angler */

body
{ font-family: Arial, Helvetica, sans-serif, Verdana;
     font-size: 1em;
	 margin: 20px 20px 0px 20px;
	 color: white;
	 background-color: #BA400C; /* Hintergrundfarbe */
}
	 
h1 {font-size: 1.4em;}
h2 {font-size: 1.2em;}

#wrapper
{ width: 895px;
		  margin-left: auto;
		  margin-right: auto;
		  color: black;
		  background-color: #FFFFCC;
}
			
#header
{ background-image: url(../seiten/images/banner.gif);
}
		 
#navigation
{ 
			 float: left;
			 border-top-color: #46429B;
	         border-top-width: thick;
	         border-top-style: solid;
			 padding-left: 10px;
			 padding-right: 10px;
}
			 
#main
{ width: 733px;
       float: left;
       background-color: #FFFFFF;
	   border-top-color: #46429B;
	   border-top-width: thick;
	   border-top-style: solid;
	   padding-left: 10px;
	   padding-right: 10px;
}

#footer
{ width: 895px;
         height: 50px;
		 border-top-color: #46429B;
		 border-top-width: thick;
		 border-top-style: solid;
		 font-size: 0.7em;
		 clear: both;
		 text-align: center;
		 letter-spacing: 2px;
		 font-weight: bold;
}
		 

a { text-decoration: none; outline: none;}
a:link { color: #46429B;}
a:visited { color: #BA400C;}
a:hover, a:focus { border-bottom: 1px solid #339900;}
a:active { color: white; background-color: #CCCCCC;}