 html,body{ 
            margin: 0; 
            padding: 0; 
            background-color: #eaeaea;
            background-image:url(../img/bg.png);
            background-repeat: repeat-x;
            
            font-size: 13px;
            font-family: Arial;
            line-height: 1.3em;
            color: #000000;
                        
       min-height:100%; height: 10%;
       } 

#container {width:825px; margin: 0 auto;}
#head {width: 825px; height:110px;}


#navi {float: left; width: 180px; padding-left: 0px; float:left;}
#innercontent {width: 590px; margin-left: 5px; padding-top: 0px; float: left;}
#contenthead {width:825px; height: 25px; background-image:url(../img/contenttop.png); background-repeat: no-repeat;}

#content {width: 825px; background-image:url(../img/contentbg.png); background-repeat: repeat-y; float:left;}

#unten {width: 825px; height: 70px; background-image:url(../img/contentbottom.png); background-repeat: no-repeat; clear: left;}

.weiss {

        color: #ffffff;
        font-size:12px;
        font-weight: light;
        }

.tabletext {
            color: #444444;
            font-size:13px;
            font-weight: light;
            line-height:1.5em;
            }        

input {border-color: #000000; border-width:2px; background-color:#fefefe;}
textarea {border-color: #000000; border-width:2px; background-color:#fefefe;}
        
h1 {font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    color: #aa0000;
    }
    
h2 {font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    color: #aa0000;
    }    

    #menu3 {
        width: 180px;
        padding: 0px,
        margin: 0px;
        }

        #menu3 ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        }
        
#menu3 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        font-weight: bold;
        font-size: 110%;
        }

#menu3 li a:link, #menu3 li a:visited {
        color: #ffffff;
        display: block;
        background: url(../img/menu3.png) 0 -32px;
        padding: 8px 0 0 20px;
        }

#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
        color: #ffff00;
        background: url(../img/menu3.png);
        padding: 8px 0 0 15px;
        }          

A:link {font-family:Arial; font-size:13px; font-weight:light; color: #6666ff; text-decoration: underline;}
A:visited {font-family:Arial; font-size:13px; font-weight:light; color: #6666ff; text-decoration: underline;}
A:hover {font-family:Arial; font-size:13px; font-weight:light; color: #2a3faa; text-decoration: underline;}
A:active {font-family:Arial; font-size:13px; font-weight:light; color: #6666ff; text-decoration:underline;}



