/* CSS bildtext01 */
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;}  
h2             {font-size: 2.0em; color: #000000;}
h3             {font-size: 1.6em; color: #000000;}
h4             {font-size: 1.2em; color: #000000;}
h5             {font-size: 1.1em; font-weight: bold; color: #000000;}
h6             {font-size: 0.9em; color: #000000;}

a              {font-weight: bold; color: #9A0312;}
a:link:        {}   a:visited {}   a:hover {}   a:active {}


/* wrapper
-----------------------------------------------------------------------------*/
div#wrapper    {width: 920px;	             height: 530px auto;  
                margin: 20px auto;           text-align: left; 
                border: 2px solid #910312;   border-width: 2px;     padding: 0.5em;}   


/* header
-----------------------------------------------------------------------------*/         
 
div#header     {background: #F8F8F8;         height: 60px;
                text-align: left;            padding-left: 180px;}
 


/* horizontale Navigation
-----------------------------------------------------------------------------*/

div#nav             {background: #F8F8F8}          
div#nav ul          {padding-left: 5px;      padding-top: 25px;}
div#nav li          {display: inline; 
                     margin-right: 0px;      list-style-type: none;}

div#nav li a        {padding: 4px;                 /* Größe des Kastens der Menüpunkte */
                     background: #F8F8F8;          /* background: Farbe Menukasten  */
                     text-decoration: none;}       /* keine Unterstreichungen */   
div#nav li a:hover,                                /* Farbwechsel bei Mouseover, abschließen mit Komma, kein Leerzeichen */

body#home div#nav li.navbildtext01 a 
                    {background: #FFFFFF;          /* background: #EEDD00; Hintergrundfarbe bei Wechsel */
                     color: #FF6633;}              /* color: #0202B2; Schriftfarbe bei MouseOver */


/*-----------------------------------------------------------------------------*/

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;} 
                     
                     
/* vertikale Navigation
-----------------------------------------------------------------------------*/

div#menu            {float: left;            background: #F5F5F5; 
                     width: 160 px;          height: 460px;}                          
div#menu ul         {list-style-type: none;                           /* entfernt die Aufzählungspunke */
                     padding: 6px 20px 6px 5px;}                        
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.menubildtext a         {color: #FF6633;} 


/* Bildbox und Textbox
-----------------------------------------------------------------------------*/

div#bildbox         {float: left;            width: 250px;
                     padding-left: 40px;     padding-top: 10px; 
                     background: E8E8E8;}
                         
div#textbox         {float: right;            width: 450px;             /* Text links/rechts verschieben */
                     padding-top: 5px;                                 /* über width                    */ 
                     background: #E8E8E8;     line-height: 1.4em;}


/* footer
-----------------------------------------------------------------------------*/

div#footer          {background: #C9C9F9;     color: #FF0022; 
                     margin-top: 0px;         padding: 5px 0px 4px 0px;
                     text-align: center;
                     */height: 20px; */       }
