html,body 
{
    margin: 0;
    padding:0;
    height:100%; 
    scrollbar-base-color:#c5cdd9;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
  
}
body
{
    /* background-color: #f4ffff;*/ /* Use for IE5 to center divs */
    text-align: center;
    background-color: #e6e6e6;
}

/*
#container 
{   position:relative;
    width:790px;
    margin:0 auto 0 auto;
    background-color:Aqua;
   background-attachment: scroll;
    background-image: url(Bilder/background.gif);
    background-repeat: no-repeat;
    
    
}

#header
{
    background-color:Fuchsia;
    position: absolute;
    top: 0px;
    height: 102px;
    width: 790px;
    
}
#content
{
    
    background-color:Gray;
    padding-left: 10px;
    padding-right:10px;
    padding-top: 112px;
    padding-bottom: 35px;
   
}*/


#footer
{
    position: relative;
    clear: both;
    height: 25px;
    width: 790px;
    background-color: #c5cdd9;
}

/*Definition der Textelemente*/

p
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #002361;
   
}

table
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #002361;
    
    
}

b 
{
    color: #002361;  
    
}

p.Ueberschrift
{
    font-size: 14px;
    font-weight: bold;
    
}
p.haengend
{
  text-indent:10px;   
    
}

li
{
 color:#002361;   
  
    
    
}
ul
{
    list-style-type: square;
   
}
ul.line
{
    list-style-image: url(Bilder/listbullet.gif);
    
}

p.Title
{
    font-size: 30px;
    color: #002361;
    font-family: 'Times New Roman' , Serif;
}
p.section
{
    font-weight: bold;
    
}


/*******************************/

a.Title
{
    text-decoration: underline;
}
a
{
    text-decoration: none;
    color: #00007c;
}

a:hover
{
    text-decoration: underline;
}

#container
{
    
    position: relative;
    width: 790px;
    margin: 0 auto 0 auto;
    text-align:left;
    background-attachment: scroll;
    background-color:White;
 
}

#header
{
   
    background-color:White;
    position: absolute;
    top: 0px;
    height: 102px;
    width: 790px;
    
    
}
#content
{

    padding-left: 10px;
    padding-right:10px;
    padding-top: 112px;
    padding-bottom: 35px;
   
}
