/* CSS kontakt01 */
html           {height: 100.5%; font-size: 62.5%;}
body           {text-align: center; 
                font-family: Verdana, sans-serif; font-size: 1.1em; 
                line-height: 1.8em; background: #E1E1F1;}

* {margin: 0px; padding: 0px; border: 0px;}       /* Zeile lassen! zentriert auf dem Bildschirm */

h1, h2, h3, h4, h5, h6 {
                font-family: "Center Gothic", sans-serif; 
                font-weight: normal; color: #B10112;}

h1             {font-size: 2.3em;                 padding-bottom: 0.2em; margin-bottom: 0.8em;}
h2             {font-size: 2.0em; color: #000000;}
h3             {font-size: 1.8em; color: #000000; padding-bottom: 0.2em; margin-bottom: 0em;}
h4             {font-size: 1.2em; font-weight: bold; color: #000000;}
h5             {font-size: 1.1em; font-weight: bold; color: #000000;}
h6             {font-size: 0.9em; color: #3333CC; font-weight: normal; padding-bottom: 0em; margin-bottom: 0em;  }

a              {font-weight: bold; color: #9A0312;}
a:link:        {}   a:visited {}   a:hover {}   a:active {}

div#wrapper    {width: 920px;
                height: 530px auto;  
                margin: 20px auto; 
                text-align: left; 
                border: 2px solid #910312; border-width: 2px; padding: 0.5em;}   
         
div#header     {background: #F8F8F8; 
                height: 60px;
                text-align: left;
                padding-left: 280px;}

div#header h1 {font-weight: bold; 
               padding-top: 15px;}


div#wrapcontent     {background: #E8E8#E8; overflow: auto; width: 100%;}

div#maintext        {background: #E8E8E8;
                     height: 440px; width: 580 px; 
                     padding: 10px; margin-left: 10px;
                     text-align: left;} 
div#maintext img   {margin: 0px 10px 10px 0px; border: 2px solid #333333;}
                     
div#menu            {float: left; background: #F5F5F5; 
                     width: 160 px; height: 460px;}                          /* vertikales Menu */
div#menu ul         {list-style-type: none; 
                     padding: 6px 20px 6px 5px;}                             /* entfernt die Aufzählungspunke */
div#menu li         {line-height: 3.4em;}
div#menu li a       {padding: 4px; 
                     text-decoration: none;
                     text-transform: uppercase;
                     background: #F5F5F5;  
                     color: #9A0312; }
div#menu li a:hover,
body#home div#menu li.menukontakt a 
                     {color: #FF6633;} 

div#bildbox         {float: right;
                     width: 250px;
                     padding-left: 0px; 
                     background: E8E8E8;}
                         
div#textbox         {float: left; 
                     width: 350px; 
                     padding-left: 80px;
                     background: #E8E8E8;
                     line-height: 1.4em;}

div#footer          {background: #C9C9F9; 
                     color: #FF0022; 
                     margin-top: 0px
                     */height: 20px; */
                     padding: 5px 0px 4px 0px; 
                     text-align: center; }

