body {
	text-align: center;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	topmargin: 10;
	padding: 0;	
	font-size: 12px;
	}

p 	{
	color:#000000;
	text-decoration:none;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size:12px;
	}

p a {
    text-decoration:none;
  }

ul#Navigation {
    font-size: 1.2em;
	text-align: left;
    margin: 0;
	padding: 0;
    border: 0px dashed silver;
  }
 
ul#Navigation li {
    list-style: none;
    margin: 0;
	padding: 0;
  }
  
ul#Navigation a {
    display: block;
	margin: 2px;
	padding:0.2em;
    font-weight: bold;
	text-decoration:none;
  }
  
ul#Navigation a:link {
    color: black; background-color: #eee;
  }
  
ul#Navigation a:visited {
    color: black; background-color: #eee;
  }

ul#Navigation a:hover {
    color: black; background-color: white;
  }
  
ul#Navigation a:active {
    color: white; background-color: gray;
  }

h1  {
    font-size: 1.5em;
    margin: 0;
	padding: 0.2em;
    text-align: center;
    background-color: #E8A000;
	allowtransparency: true;
    border: 1px ridge black;
	}
	
h2	{
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant: normal;	
	}

div#Seite {
    text-align: center;
	width:800px; 
    margin-top: 5px;     
    padding: 0;
    border: 2px gray;
    }
	
div#Banner {
    text-align: center;
	background-color: #E8A000; 
	width:800px;
	height:100px; 
    margin: 0;
    padding: 0;
	}	
	
div#menu
	{
	float: left;
	text-align: center;
	width: 150px;
	margin-top: 10px;
	padding: 3px;
	border: 2px solid silver;
	}
	
	* html div#menu {  /* Korrekturen fuer IE 5.x */
    width: 160px;
	}

div#bnews
	{
	float: left;
	text-align: left;
	width: 150px;
	margin-top: 20px;
	padding: 3px;
	border: 2px solid black;
	}
	
	* html div#bnews {  /* Korrekturen fuer IE 5.x */
    width: 160px;
	}	

div#Text
	{
	float: right;
	text-align:left;
    width: 610px;
	margin-top: 10px;
	padding: 3px;
	
    border: 2px solid #E8A000;
	}
	

 * html div#Text {  /* Korrekturen fuer IE 5.x */
    width: 620px;
	}

.fett {
	font-weight: bold;
}
.text {
	color:#000000;
	text-decoration:none;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size:12px;
}

/* Inserted by MZ */
img.icon{
  position:relative;
  top:3px;
  border: 0;
}
