@charset "iso-8859-1";
body {   
	text-align:center;   
	background-color: #697556;
}   
  
#container {     
	text-align:left;    
	width:995px;    
	height:600px;   
	background-color:#ffffff;   
	position:absolute;
	left:50%;   
	top:50%; 
	margin-left:-497px;   
	margin-top:-300px;
}  
#sprache {
	position:absolute; 
	top:0px; 
	left:15px;
	width:120px; 
	height:40px;
	z-index:0;
	font-size:10px;
	font-weight:bold;
	font-size:10px;
	color:#cccccc;
}
#headline {
	position:absolute; top:170px; left:450px;border-bottom:2px solid #990033;width:450px; height:35px;z-index:0;
}
#headline1 {
	position:absolute; top:167px; left:450px;border-bottom:2px solid #990033;width:450px; height:58px;z-index:0;
}
#text {
	position:absolute; width:400px; height:250px; left: 420px; top:81px;
}
#text1 {
	position:absolute; width:400px; height:250px; left: 420px; top:100px;
}
#text3 {
	position:absolute; width:530px; height:250px; left: 300px; top:81px;
}
#link {
	position:absolute; width:200px; height:20px; left:420px; top:380px;
}
.Stil1 {
	font-family:Verdana,Arial, sans-serif;
	font-size:11px;
	color:#333333;
	vertical-align:2px;
}
.Stil2 {
	font-family:Verdana,Arial, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 16px;
	vertical-align:2px;
}
h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:18px;
	color:silver;
	font-weight:bold;
	margin-bottom:3px;
	padding-bottom:5px;
}
h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:18px;
}
a.sprache:link {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#999999;	
}
a.sprache:active {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#999999;	
}
a.sprache:visited {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#999999;		
}
a.sprache:hover {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#000000;		
}
a:link {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#333333;	
}
a:active {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#333333;	
}
a:visited {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#333333;		
}
a:hover {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#990033;		
}
a.thumb:link {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	margin:0px 10px 10px 0px;
	float:left;		
}
a.thumb:active {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	margin:0px 10px 10px 0px;
	float:left;			
}
a.thumb:visited {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	margin:0px 10px 10px 0px;
	float:left;				
}
a.thumb:hover {
	text-decoration: none;
	font-family:Verdana,Arial, sans-serif;
	font-size:10px;
	color:#990033;
	font-weight:bold;
	margin:0px 10px 10px 0px;
	float:left;			
}
div#Rahmen {
    	width: 648px;
    	padding:0px;
  	height:20px;
   	z-index:200;
	position:absolute;
	background-color:#990033;
	left:7px;
	top:52px;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    	width: 648px;
    	w\idth:648px;
	height:18px;
  }
  div#Rahmen div {
     	clear: left;
  }

  ul#Navigation {
    	margin:0px 0px 0px -2px; padding:0px 0px 0px 0px;
    	text-align: left;
	z-index:20;
	height:30px;
	background-color:#990033;
  }

  ul#Navigation li {
    	list-style: none;
    	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    	position: relative;
	display:inline;
	width:auto;
	height:30px;
	background-image:url('bilder/navi.gif');
    	background-repeat: no-repeat;
    	background-position:right top;
    	margin:0px -5px 0px 0px; padding:7px 0px 0px 9px;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    	margin-bottom: -0.4em;
  }
  *	:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
   	margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
	margin: 0 0 0 -5px; padding: 0em 0.2em 0.2em 0.18em;
	position: absolute;
    	top:30px; left: 0.5em;
	background-color:#990033;
	width:9.6em;
	z-index:20;
    	display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    	left: -0.9em;
    	lef\t: 0em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
   	background-color:#990033; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
	z-index:20;
	width:170px;
    	display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    	float: none;
    	display:block;
	width:170px;
	height:14px;
    	margin: 0em 0em 0.7em 0em;
 	background-image: none;
  }
 ul#Navigation li ul li a{
	font-size:10px;
	width:170px;
	border:none;
}
  ul#Navigation a, ul#Navigation span {
    	display: block;
    	width:auto;  /* Breite den in li enthaltenen Elementen zuweisen */
    	padding: 0.2em 0em 0.2em 0.3em;
	margin-right:-2px;
    	text-decoration: none;
    	color: white; 
	font-weight:bold;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	height:13px;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    	width: 3.8em;   /* Breite nach altem MS-Boxmodell f&uuml;r IE 5.x */
    	w\idth: 3.8em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    	color: #000000; 
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    	color: #000000;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    	background-color: #990033;
  }
