/* CSS Document */
<!--
* {margin:0px; padding:0px;}

#logo {
background-color:#D2FFFF;
color:white;
height:100px;
width: 95%;
}

#menue, #text, #fuss{
float: none;
}

#menue {
background-color: #189E8E;
height:28px;
width:95%;
}
#inh {
background-color: #D2FFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
width:95%;
}
#fuss {
background-color: #189E8E;
color: #0000FF;
width:95%;
clear: both;
}
a.news {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-decoration: underline;
}
a.news:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-decoration: none;
}
a.gal {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-decoration: underline;
}
a.gal:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-decoration: none;
}
-->
