body {
 font-size: 16px;
 text-align: left;
 color: #000000;
 background: #B0B0B0;
 link: #e3e3e3;
 alink: #e3e3e3;
 vlink: #e3e3e3;
 min-width: 800px;
}

div#seite {
    width: 1000px;
    border: 0px dashed silver;
  }

div#1 {
    width: 100%;
    line-height: 20px;

    border: 0px dashed silver;
  }

div#banner1 {
    width: 100%;
    line-height: 20px;
    image align: center;
    border: 0px dashed silver;
  }

div#2 {
    width: 100%;
    line-height: 18px;

    border: 0px dashed silver;
  }

h1 {
 font-size: 28px;
 text-align: center;
 color: #FF0000;
}

h2 {
 font-size: 11px;
 font-weight: bold;
 font-style: italic;
 text-align: center;
 color: #666666;
}

a {
        font-style: VERDANA;
	color: #666666;	
	text-decoration:none;
        }

a:hover {
        color: #ff0000;
        text-decoration:none;
        }
li {
        color: #ff0080;
        text-decoration:none;
        }
li a {
        color: #e3e3e3;
        text-decoration:none;
        }

div#Inhalt {
    float: left;
    width: 76%;
    margin: 0 0 0 0;
    padding: 0 0 0 10;
    border: 0px dashed silver;
  }



div#inhalt-links {
    float: left;
    width: 180px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0px dashed silver;
  }

div#Menue {
    float: right;
    width: 20%;
    margin: 0 0 0 0;
    padding: 0 0 0 20;
    border: 0px dashed silver;
    font-face: VERDANA	
    font-weight: bold;
  }

p#Fusszeile {
    clear: both;
    font-size: 12px;
    margin: 10px; padding: 10px;
    text-align: center;
    background-color: #B0B0B0;
    border: 0px dashed silver;
  }

p#Fusszeile a {
    color: #666666;
    text-decoration:none;
    text-align: center;
  }
