body
{
    margin:0px 0px 0 0px;
    padding:0;
    background:#999999;

}
#shadow
{
 /*background:black;
 position:relative;
 width:800px;
 height:auto;
 left:5px;
 top:10px;*/
}
#Main
{
 background:white;
 position:relative;
 width:800px;
 height:auto;
 max-height:20000px;
 left:-5px;
 top:-5px;
}
#tab
{
 background:#00588b;
 position:absolute;
 Height:15px;
 Width:27px;
 padding-left:2px;
 padding-top:3px;
 padding-bottom:2px;
 padding-right:2px;
 left:60px;
}
#footer
{
 background:lime;
 position:relative;
 float:top;
 Height:30px;
 Width:100%;
 left:-5px;
 bottom:10px;

}
p.menu{
 color:#0588B7;
 font-family:tahoma;
 font-size:18px;
}
p.headline{
 color:#0588B7;
 font-family:tahoma;
 font-size:22px;
}
p.subtitle{
 color:#0588B7;
 font-family:tahoma;
 font-size:18px;
}
p.newsitem
{
 color:black;
 font-family:arial;
 font-size:14px;
}
p.datetime
{
 color:black;
 font-size:11px;
}

p.footer
{
 color:#EEEEEE;
 font-family:tahoma;
 font-size:10px;

}
a.menu:link {color: #0588B7; text-decoration: none}
a.menu:visited {color: #0588B7; text-decoration: none}
a.menu:hover {color:#00BCFF;}

a.download:link {color: #00BCFF; text-decoration: none}
a.download:visited {color: #00BCFF; text-decoration: none}
a.download:hover {color:#00DCFF;}

a.newsitem:link {color: #0588B7; text-decoration: none}
a.newsitem:visited {color: #0588B7; text-decoration: none}
a.newsitem:hover {color:#00BCFF;}

a.footer:link {color: #EEEEEE; text-decoration: none}
a.footer:visited {color: #EEEEEE; text-decoration: none}
a.footer:hover {color:#FFFFFF;}

