﻿body 
{    
}
        /* Die Titelzeile */
        #title {
        height:30px;
        padding:10px;
        text-align:center;
    

        }

        /* Das Menü */
        #menu {
        text-align:center;
        padding:10px 0px;
        border-top:1px solid #000000;
        background-color: #33CC33;
              
        }
        a.menu:link, a.menu:visited
        { 
        color:#000000;
        text-decoration:none;
        }
        a.menu:active, a.menu:hover
        { 
        color:#ffffff;
        }


        /* Der Inhalt */
        #content {
        border-top:1px solid #000000;
        background-color:#99FF66;
        padding:5px;
        color:#000000;
        padding: 10px; 
        font-style: normal; 
        text-align: center; 
        vertical-align: text-bottom;
        z-index:1;
    height: 374px;
    width: 731px;
}
        /* gesamte seite */
        #page 
        {
            margin: auto; 
            /* background-color: #99FF33; */
            background-color:#99FF66;
            font-family: Verdana; 
            font-size: small; 
            font-style: normal; 
            color: #000000;
            text-align:left;
            width: 760px;
            height: 500px;
            position:relative;
            z-index:0;
            }

              /* untere gruene Zeile , nur zum anhuebschen */
        #footer 
        {
           
            margin: auto; 
            font-family: Verdana; 
            font-size:small;
            font-style: normal; 
            text-align:left;
            width: 760px;
            height: 40px;
            background-color: #33CC33;
            left: 0px;
            top: 460px;
            z-index:auto;

        }  
                       
             /* name oben */   
        .namelogo
        {
            width: 413px;
            height: 52px;
            border:0;
        }
        /*das bild */
        .foto
        {
            border-style: none;
            border-color: inherit;
            border-width: 0;
            position:absolute;
                        width: 200px;
                height: 300px;
            left: 68px;
            top: 144px;
                z-index:4;
}
        /* Startseite */
        
        #content_start
        {
            text-align: left;
            position: relative;
            margin: auto; 
            font-family: Verdana; 
            font-size: large; 
            font-style: normal; 
            text-align:left;
            width: 260px;
            height: 140px;
           
            left: 100px;
            top: 100px;
            z-index:auto;
            
        }
                     

        
             

