/* Hintergrundfarben 
   #FFFDA5 (100% Wert)
   #F9F8A2
   #F2F09D
   #E0DF91
   #C9C882 (78% Wert)
   
   #FFF1D5   (100% Wert) Buttons
   #e5d9c0   (90% Wert)  Button Hintergrund
   #CCC1AB   (80% Wert)  Title Hintergrund
   
   
   #E2CC00  (100% Saettigung)    (H: 54, S: 100, V: 89, R: 226, G: 204, B: 0;)
   #E2D87F  (44%  Saettigung)
   #E2D983  (42%  Saettigung)
   #E2DDAA  (25%  Saettigung)
   #E2DFC5  (13%  Saettigung)
   
*/
/* Textfarben
  #990000 
  #660000
*/

td { font-family:Helvetica,Arial,sans-serif; }
p { font-family:Helvetica,Arial,sans-serif; font-size:14px;}

body { background-color:#E2E2E2; color:#000000; }


.logo {width:160px; 
       height: 120px;
       /*background-color:#E0E2D4;*/
       background-color:#E2D87F;
       text-align:center;
       border-bottom-width:1px;
       border-bottom-style:solid;
       border-bottom-color:#990000;}
       
.logomenu { width:160px;
            height:40px;
            background-color:#E2DDAA;
            }
         
            

.emptycol {width:30px;}

.emptyrow {height:30px;}

/*.title {font-size: 40px; font-weight: bold; text-align: center; color:#990000; background-color:#E2D87F;}*/
.title {font-size: 40px; 
        font-weight: bold; 
        text-align: center; 
        color:#990000; 
        background-color:#E2D983;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#990000;}

.submenutitle {font-size: 16px;
               height: 40px;
               font-weight: bold; 
               text-align: center; 
               color:#990000; 
               background-color:#E2D983;
               border-bottom-width:1px;
               border-bottom-style:solid;
               border-bottom-color:#990000;}
               
/*.menue {background-color:#E0E2D4;}*/
/*.menue {background-color:#E2DC9E;}*/
.menue { background-color:#E2DDAA;}

.submenu { width:160px;
           background-color: #E2DDAA;
           vertical-align:middle;}
            

.menuentry {font-size: 12px;
/*            font-weight: bold;*/
            height: 25px;
            width: 120px;
            /*background-image:url(../images/bg_menu.png);*/
            /*background-color: #FFF1D5; */
            background-color:#E5E2C5;
            border-width:1px;
            border-style:solid;
            border-color:#990000;
            vertical-align:middle;
            text-align:center
           
            }
            
            
.menuentryinvert {font-size: 12px;
            font-weight: bold;
            height: 25px;
            width: 120px;
            <!--background-image:url(../images/bg_menuinvert2.png);-->
            /*background-color: #FFF1D5; */
            vertical-align:middle;
            text-align:center;
            /*color:#E2DDAA*/
            color:#E2D87F;
            background-color:#990000;
            border-width:1px;
            border-style:solid;
            border-color:#000000;}

.linkinvert {color:#E2D87F}
            
.menuspacer { width:10px; }

.menufiller { }

.submenuspacertop { height:10px; }

.submenuspacerside { width:20px; }
              
.cont {vertical-align:top;
       color:#000000;
       font-size:14px}
   
.hid {color:#E2E2E2;
      font-size:14px}
      
.conttitle {font-size:16px;
            font-weight:bold}

.contsubtitle {font-size:14px;
               font-weight:bold;
              }
              
.indent {position:relative; left:20px;
                }
                


a.menulink{        font-size: 13px; text-decoration: none; font-weight: bold;}
a.menulink:link { color:#990000}
a.menulink:visited { color:#990000}
a.menulink:active {color:#E2D87f}

/*
a:link {color:#ad351a}
a:visited {        color:#78534a}
a:active {color:#000000}
*/
/*a:hover{color: #FF4D00; }*/

a.menulink:hover{color: #000000;} 
          
          
