/* CSS Document */

body {text-align:center;
	margin:auto; padding:0px;
	background-color: #000000;
	color:#FFFFFF;
}

ul,li {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:100;}
	
h1 {font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:16px;}
h2 {font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	}
h3 {font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;}
h4 {font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;}

p {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:14px;}
	
h3 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:400;
	letter-spacing: 1px;}
	
#boxforall {
	margin:auto;
	width:800px;
	height: 600px;
	position:relative;
	text-align:left;
	left: -1px;
			}
			
.maintitle {font-family: Impact; color: #FFFFFF; font-size: 36px; }
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.header {background-image:head1.jpg;
		height:20px;
		width:800px;
		border:0px;
		background-color: #000000;
		}
.navi {background-color:#000000;
		width:800px;
		float:left;
	}
	
	ul#Navigation {
    margin: 0; padding: 0.3em;
    text-align: center;
    border: 1px solid black;
    background-color: #000000;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.1em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
	font-family:Arial,Helvetica;
	font-weight:600;
    
    border: 1px solid black;
    
    color: #ffffff; background-color: #000000;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; text-decoration:underline;
  }
 
 .breadcrumb {
 			margin-top:10px;
			margin-left:10px;
 			font-family:Arial, Helvetica, sans-serif;
			font-size: x-small;
 			width:800px;
 			line-height:1;}
			 
 .content_mitte {width:800px;
 				margin-left:5px;
				margin-top:100px;}

.content_links {width:400px;
 				margin-left:5px;
				margin-top:10px;
				float:left;}
.content_rechts {width:270px;
 				margin-left:10px;
				margin-top:10px;
				float:right;}

.bild1	{width:380px;
		height: 200px;
		margin:5px;
		float:left;
		}
		
.text1 	{width:380px;
		height: 200px;
		float: right;
		text-align:left;}

