html, body{
        background-color: #669900;
        color : black;
        font-family : verdana, sans-serif;
        font-size : 12px;
        margin-top : 20px;
        height : auto;
        line-height : 130%;
        text-align : center;
        }


body>.seite{
        height : auto;
        min-height : 110%;
        }

.site{
        background-color : #444444;
        margin : auto;
        padding : 0px;
        text-align : left;
        width : 750px;
        height : auto;
        border-left : 2px solid black;
        border-right : 2px solid black;
        border-bottom : 2px solid black;
        border-top : 2px solid black;
        }

#menu{
         margin-top: 12px;
         margin-left : 19px;
         text-align : left;
         width:713px;
         height:20px;
	}

#banner{
         margin-top: 10px;
         margin-left : 19px;
         text-align : left;
         width:713px;
         height:100px;
         }

#lefttext{
          width : 180px;
          height : auto;
          padding-left: 10px;
          padding-right : 10px;
          padding-top : 5px;
          padding-bottom : 10px;
          float : left;
          margin-left: 19px;
          margin-top: 20px;
          border-left : 1px dashed black;
          border-right : 1px dashed black;
          border-bottom : 1px dashed black;
          border-top : 1px dashed black;
          }

#maintext{
         width : 490px;
         height : auto;
         margin-left:240px;
         margin-top: 18px;
         clear : right;
	}

A:link{
        color : black;
        font-family : verdana, sans-serif;
        font-size : 12px;
        font-weight : bold;
        text-decoration : underline;
        }

A:visited{
        color : black;
        font-family : verdana, sans-serif;
        font-size : 12px;
        font-weight : bold;
        text-decoration : underline;
        }

A:active{
        color : #ffffff;
        font-family : verdana, sans-serif;
        font-size : 10px;
        font-weight : bold;
        text-decoration : none;
        }

A:hover{
        color : #ffffff;
        font-family : verdana, sans-serif;
        font-size : 12px;
        font-weight : bold;
        text-decoration : none;
        }

h1{
        text-align: center;
		color : black;
        font-family : verdana, sans-serif;
        font-size : 12px;
        font-weight : bold;
        padding-bottom : 0px;
        text-align : left;
        letter-spacing: 1px;
        }

.td{
        text-align : left;
        width : auto;
        padding-left: 10px;
        padding-right : 10px;
        padding-top : 5px;
        padding-bottom : 10px;
        font-size : 12px;
        border-left : none;
        border-right : none;
        border-bottom : none;
        border-top : none;
       }

.input{
       font-family : verdana, sans-serif;
       font-size : 12px;
       color : #ffffff;
       background : #ffffff;
       background-color : #444444;
       }

.botton{
        font-family : verdana, sans-serif;
        font-size : 12px;
        font-weight : bold;
        background-color : #666666;
        color : #ffffff;
        padding : 2px;
        border : 1px black solid;
        }
