﻿/** rgb(132,194,37) ist das helle Flyergrün*/

html
{}

table
{
    text-align:left;
    vertical-align:top;
    }
 
a.specialLink:hover
 {
     color:Black;
     letter-spacing:0px;
     }
a.specialLink
 {
     text-decoration:none;
     color:Black;
     letter-spacing:0px;
     }     
    
 td
 {
     vertical-align:top;
     }
       
img
{
    color:White;
    border:0px
}


    
body
{
    width: 985px;
    font-family:"Comic Sans MS","Estrangelo Edessa",sans-serif; 
    background-image:url(./images/background/center.png);
    background-repeat:repeat-y;
    background-color:rgb(205,255,98);
    background-position:center;
    margin:0px auto;
    padding:0px;
    font-size:14px; 
}

h1
{
    font-size:x-large;     
}

#vers
{
    color:rgb(0,30,70);
    position:absolute;
    margin-left:210px;
    top: 40px;
    width: 300px;
    text-align:right;
    font-weight:600;
    visibility:hidden;
   
}

#header
{
    position:static;
    height:200px;
    border:0px;
    margin:0px;
    padding:0px;    
    top:0px;

    background-repeat:no-repeat;
    background-position:left top;  
    background-color:rgb(205,255,98); 
}

#banner
{
    height:55%;
    margin:40px;
    padding:0px;
}



#content
{
     letter-spacing: 0px; 

    position:relative;
    width:600px;
    margin-left: 330px;
    text-align:justify;
    min-height:800px;
}
#titelBild
{
    width:200px;
    margin: 0 0 20px 20px;
    border:outset 3px;
    }
    
#footer
{
    position:static;
    bottom:0px;
    height:70px;
    width:1000px;
    margin:40px 0px 0px 0px;
    padding:20px 0px 0px 0px;
    background-image:url(./images/background/bottom.png);
    background-repeat:no-repeat;   
    background-color:rgb(205,255,98); 
    text-align:center;
}



/*///////////////// NAVIGATION UND LINKS /////////////////////*/

body > #navigation
{ 
    position:absolute;
    padding-top:10px;
    padding-left:40px;
    width: 200px;
    color:rgb(0,123,50);  
    font-weight:bolder;  
}
a.activeLink
{
    text-decoration:none;
    color:rgb(0,123,50);
    letter-spacing: 1px;
   /** text-shadow: 0px 1px 0px rgb(0,123,50); nicht zulässig in CSS 2.1*/
    font-weight:bolder;
   
    
}

a.inactiveLink
{
    text-decoration:none;
    
    color:rgb(0,123,50);}
    
a.activeSublink
{
    text-decoration:none;
   /** text-shadow: 0px 1px 0px rgb(0,123,50);*/
   font-weight:bolder;
    letter-spacing: 1px;
    color:rgb(0,123,50);
    
}

a.inactiveSublink
{
    text-decoration:none;
    color:rgb(0,123,50);
}

a:hover
{
    letter-spacing:1px;}



