﻿/** rgb(132,194,37) ist das helle Flyergrün*/

html
{
    height:101%;
}

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: 980px;
    font-family:"Comic Sans MS","Estrangelo Edessa",sans-serif;
    background-color:rgb(214,255,128);
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-size:14px;
}

h1
{
    font-size:x-large;     
}

#header
{
    height:170px;
    margin: 10px 0px 0px 0px;
    background-image:url(./images/background/head.png);
    background-repeat:no-repeat; 
}

#banner
{
    position:relative;
    top:25px;
    left: 30px;
    height:55%;
}


#titelBild
{

    width:200px;
    margin: 0 0 20px 20px;
    border:outset 3px;
    }
    
#footer
{
    padding: 50px 0px;
    background-image:url(./images/background/bottom.png);
    background-repeat:no-repeat;
    text-align:center;
}


#content
{
    letter-spacing: 0px;
    width:550px;
    margin-right: 50px;
    float:right;
    text-align:justify;
   
}

#help
{
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 30px 0px 0px;
    background-image:url(./images/background/center.png);
    background-repeat:repeat-y;

    }


/*///////////////// NAVIGATION UND LINKS /////////////////////*/

#navigation
{
    height:100%;
    float:left;
    padding-left: 40px; 
    color:rgb(0,123,50);  
    font-weight:bolder;  
}


a.activeLink
{
    text-decoration:none;
    color:rgb(0,123,50);
    letter-spacing: 0px;
    text-shadow: 3px 3px 1px Lightgrey;
    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: 0px;
    color:rgb(0,123,50);
    
}

a.inactiveSublink
{
    text-decoration:none;
    color:rgb(0,123,50);
}

a:hover
{
    letter-spacing:0px;}


#category
{
    position:relative;
    width: 130px;
    left:702px;
    top:-90px;
    
}

