/* StyleSheet derjaegerhof (C) Christian Ochsenfeld 2004 */
BODY, textarea
{
width: 100%;
font-family: Tahoma, Arial;
font-size: 0.9em;
background-color: #000000;
}
a:link
{
color: #FF0000; 
text-decoration: none;
}
a:visited
{
color: #FF0000;
text-decoration: none;
}
a:hover
{
color: #000000;
text-decoration: underline
}
#logo
{
position: absolute;
width: 100%;
background: url("bilder/hintergrund.gif") repeat-x;
background-color: #ffffff;
height: 10.5em;
top: 0em;
left: 0em;
}
#menu
{
background-color: #CCCCCC;
position: absolute;
width: 100%;
height: 2em;
top: 10.3em;
left: 0em;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
vertical-align:  textbottom;
z-index: 2;
}
#contentposition
{
position: absolute;
background: url("/bilder/lachsspagetti1.jpg") repeat-y;
margin-top: 11.3em;
width: 100%;
left: 0em;
}
#content
{
margin-top: 2em;
margin-left: 15%;
margin-right: 15%;
margin-bottom: 1em;
width: 70%;
background: transparent url("bilder/alpha.png") repeat;
filter: Alpha(opacity=95);
border: 1px solid black;
text-align: justify;
padding: 0.4em;
}
#bottom
{
background-color: #CCCCCC;
height: 2em;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
}
.header
{
font-size: 1.1em;
font-weight: bold;
}
.copyright
{
font-size: 0.8em;
text-align: right;
}
.fuss
{
font-size: 0.8em;
text-align: center;
}
.fett
{
font-weight: bold;
}
.kleiner
{
font-size: 0.9em;
}
.weiss
{
font-weight: bold;
color: #FFFFFF;
}
.news
{
width: 150px;
border: 1px solid black;
padding:4px;
background-color: #FFFFFF;
text-align: left;
}
