html, body {
    height: 100%;
}

*                                       { 
                                        margin:0;
                                        padding:0;
                                        }

body                                    {
                                        font-family:verdana, helvetica, arial, sans-serif;
                                        font-size:10pt;
                                        color:#000;
                                        background-color:#CA2C0F;
                                        }

#intro                                  {
                                        width:1024px;
                                        margin:0px auto;
                                        height:;
                                        }

img                                     {
                                        border:0px;
                                        }

a                                       {
                                        color:#fff;
                                        
                                        }

.extern                                 {
                                        color:#000;
                                        padding-left:-5px;
                                        font-weight:bold;
                                        }

#header a                               {
                                        text-decoration:none;
                                        color:#fff;
                                        font-weight:bold;
                                        margin-left:5px;
                                        }

.white                                  {
                                        color:#fff;
                                        font-size:12pt;
                                        text-decoration:none;
                                      
                                        }

h3                                      {
                                        display:inline;
                                        }
                                        
a.white:hover                           {
                                        text-decoration:underline;
                                        }                                        

.info                                   {
                                        font-size:8pt;
                                        text-decoration:underline;
                                        }

.winter                                 {
                                        color:#3B71B9;
                                        }
 
.sommer                                 {
                                        color:#E7E51D;
                                        } 

.ganzjahr                               {
                                        color:#85B760;
                                        }

#menu a                                 {
                                        padding-left:0.5em;
                                        padding-right:0.5em;
                                        text-decoration:none;

                                        font-weight:bold;
                                        padding-top:5px;
                                        padding-bottom:9px;
                                        border-left:0px solid red;
                                        }

#menu a:hover                           {
                                        background-color:green;
                                        }
#wrap                                   {
                                        width:910px;
                                        height:auto;
                                        margin:0px auto;
                                        background-image:url("./img/container_bg.png");
                                        background-repeat:repeat-y;
                                        
                                        }                                        
#container                              {
                                        width:900px;
                                        min-height:500px;
                                        margin:0px auto;
                                        border:0px solid #000;
                                        background-color:#FEAD56;
                                        
                                        }

#header                                 {
                                        width:100%;
                                        background-image:url("./img/banner.jpg");
                                        background-repeat:no-repeat;
                                        height:100px;
                                        border:px solid #000;
                                        }
                                        
#menu                                   {
                                        width:900px;
                                        height:25px;
                                        margin:0px auto;
                                        text-align:center;
                                        padding-top:5px;
                                        border-top:5px solid #E49E36;
                                        background-image:url("./img/menu_bg1.jpg");
                                        background-repeat:no-repeat;
                                        }
                                      
#content                                {
                                        float:left;
                                        width:320px;
                                        height:auto;
                                        min-height:250px;
                                        margin:0px auto;
                                        margin-left:20px;
                                        margin-top:20px;
                                        border:px solid #000;
                                        padding-bottom:1em;
                                        }

#content a                              {
                                        text-decoration:none;
                                        font-size:9pt;
                                        }

#content ul, li                         {
                                        list-style-type:square;
                                        
                                        }
                                        
#content_right                          {
                                        width:510px;
                                        /*border-left:3px solid orange;
                                        */
                                        height:100%;
                                        font-size:8pt;
                                        padding:10px;
                                        margin-right:-34px;
                                        margin-top:-2px;
                                        border:px solid #000;
                                        }

#content_right a                        {
                                        text-decoration:none;
                                        
                                        }

.tabelle                 {      
                                        color:#fff;
                                        padding-left:5px;
                                        }

.orange                                 {
                                        color:#F08C00;
                                        
                                        }

#content_right ul                       {
                                        
                                        margin-left:1em;  
                                        }
                                        
#footer                                 {
                                        width:900px;
                                        margin:0px auto;
                                        height:25px;
                                        background-image:url("./img/footer_bg.png");
                                        background-repeat:no-repeat;
                                        }
