body {
    color: #000044; background-color: white;
    margin-right:80px;
    margin-left:80px;
    padding: 10px;
    min-width: 640px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    max-width:1024px;
    font-family: verdana, arial, helvetica;
    text-align: justify
  }

  #kopf {
    font-size: 12px;
    margin: 0 0 5px;
    padding: 0px;
    text-align: center;
    border: 0px solid #333333;
  }

  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  #links {
    font-size: 14px;
    float: left;
    width: 170px;
    height: 600px;
    margin: 0; 
    padding: 0px;
    border: 0px solid #ffffff;
    
  }


  #rechts {
    font-size: 14px;
    float: right;
    width: 170px;
    height: 600px;
    margin: 0;
    padding: 0px;
    border: 0px solid #333333;
    text-align: right
  }
 

  #inhalt {
    margin: 0 180px 0 180px;
    padding: 0px;
    border: 0px solid #333333;
     font-family: verdana, arial, helvetica;
     font-size: 12px;
  }
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
 #menue
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align : center;;
}
A:link,A:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#000000;
}
A:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color: #336699;
	color:#ffffff;
}
A.bildlink
{
	text-decoration: none;
	color:#ffffff;
}
#errortext, .errortext
{
	color:#ff6600;
}
#error, .error
{
	background-color:#ff6600;
}
