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

body {
    margin: 0; 
	padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	
	/*background image ist in div Inhalt*/

	background-color: black;
	background-image:url(_navi/background_verlauf.jpg);
    background-repeat:repeat-x;
	background-attachment:fixed;

  }

img {
	border-style:none; /* keine Border ums Image im Header */
	}	

/* --- HEADER --- */

div#Header {
	position: fixed;
	background-color: white;
	left: 0px;
	top: 0px;
	width: 101%; /*Breite immer etwas breiter als das browser-fenster */
	height: 164 px;
	z-index:99;
	}


/* --- NAVIGATION --- */
div#Navigation
    {
	position: fixed;
	top: 230px;
	left: 100px;
	width: 200px;
	z-index:99;
	
	/*** FONT ***/
	
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	line-height:0.9em;
	text-transform: uppercase;
	
		
	}

ul#Menue {
    font-size: 0.9em;
    float: left; 
	width: 100px;
    margin: 0 0 1.2em; 
	padding: 0;
  }
  
ul#Menue li {
    list-style: none;
    margin: 0; 
	padding: 0.2em;
	
  }
  
ul#Menue a {
    display: block;
    padding: 0.2em;
	padding-left: 0.5em;
	text-decoration:none;
  }
  
ul#Menue a:link {
    color: white; 
	background-color: black;
  }
  
ul#Menue a:visited {
    color: white;
	background-color: black;
  }
  
ul#Menue a:hover {
    color: white; 
	background-color:#838383;
  }
  
ul#Menue a:active {
    color: white; 
	background-color: gray;
  }
  
  
/* --- INHALT --- */  

div#LineBelowHeader {
	position: fixed;
	left: 0px;
	top: 164px;
	height: 8px;
	width: 101%;
	margin: 0;
	padding: 0;
	
	background-image:url(_navi/background_verlauf.jpg);	
    z-index:99;
  }
 

div#TimeDate input{
	font-size:1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#FF3366;
	border: 0px solid white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#TimeDate{
	font-size:0.9em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FF3366;
	background-color:none;
}

div#Inhalt {
	position:absolute;
	left: 50px;
	top: 172px;
	right: 50px;
	width: 500px;
	
	background-color:#FFFFFF;
	z-index:1;
	padding-top: 50px;	
	padding-left: 300px;
	padding-right: 100px;
	
	/*** FONT ***/
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.4em;
  } 

div#Inhalt h1 {
    font-size: 0.9em;
    margin: 0.2em 0;
	color:#FF0066;
  }
  
div#Inhalt p {
	font-size: 0.9em;
  }
  
div#Inhalt a {
	text-decoration:underline;
  }
  
div#Inhalt a:link {
    color: black; 
  }
  
div#Inhalt a:visited {
    color: #666;
  }
  
div#Inhalt a:hover {
    color: gray; 
	text-decoration:none;
  }
  
div#Inhalt a:active {
    color: white; 
  }