a.c,a.c:active,a.c:visited
{
text-decoration: none;
color: #0000BB;
}
a.c:hover
{
text-decoration: none;
color: #5A5AFF;
}
li{
list-style-type:square;
line-height:15px;
color: black;
list-style-image:url(layout/quadrat.gif)
}
body
{
margin: 0;
padding: 0;
font-family: 'Sans','SansSerif','Arial','FreeSans';
font-size: 14px;
color: black;
text-align: left;
background-color: white;
background-image: url(layout/steg.gif);
background-repeat: repeat-y;
background-position: 0 0;
}

h4{
font-weight: bold; 
font-family: Courier New, Verdana; 
font-size: 14px;
}
p.t1
{
font-family: Courier New, Verdana; 
font-size: 12px;
text-align: justify;
}

table
{
border: 1px solid black;
border-collapse: collapse;

}

td{
text-align: center;
vertical-align: middle;
}

td.top
{
border: 1px solid black;
font-size: 15px;
background-color: #CCCCFF;
}

td.middle
{
border-left: 1px solid black;
border-right: 1px solid black;
}

tr
{
border-bottom: 1px solid black;
}

#header
{
width: 100%;
border: none;
height: 120px;
}

#banner
{
width: 500px;
background-image: url(layout/steg.gif);
background-color: white;
background-repeat: repeat-y;
margin: 0;
padding-left: 300px;
border: none;
}

#main
{
width: 100%;
margin: 0;
padding: 0;
border: none;
}

#menu
{
margin: 0;
padding-left: 10px;
width: 290px;
background-image: url(layout/steg.gif);
background-color: white;
background-repeat: repeat-y;
background-position: 0 0;
text-align: left;
font-weight: bold;
font-size: 14px;
color: white;
float: left;
border: none;
}
#menu_buttons
{
padding-left: 65px;
}

#content
{
left: 0px;
width: 520px;
padding-left: 300px;
text-align: left;
margin-left: 2px;
padding-top: 15px;
border: none;
}
#footer
{
left: 0px;
width: 360px;
padding-left: 300px;
text-align: center;
margin: 0;
border: none;
font-size: 11px;
clear: both;
}
#footer a,a:hover,a:active,a:visited{
font-weight: bold;
color: #0000BB;
text-decoration: none;
}
#footer a:hover{color: #5A5AFF;}

