/* CSS Document */
body{
background-attachment: fixed;
background-image: url(../Bilder/background.jpg);
margin: 0px;
padding: 0px;
}
#gottgottin{
position: absolute;
top: 1px;
left: 1px;
background-image: url(../Bilder/gottgottin.gif);
width: 155px;
height: 254px;
}
#logo{
width: 450px;
height: 90px;
background-image: url(../Bilder/logo.gif);
margin-left: auto;
margin-right: auto;
}
#content{
background-image: url(../Bilder/line1.jpg);
background-repeat: repeat-y;
margin-top: -10px;
padding-top: 5px;
padding-left: 20px;
margin-left: 169px;
color: #CCC;
font-size: 0.9em;
}
#schutz{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#menu{
font-size: 0.8em;
color: #CCC;
background-image: url(../Bilder/menuhinter.jpg);
border: solid #660 1px;
top: 260px;
position: absolute;
left: 6px;
width: 155px;
}
#rahmen{
background-image: url(../Bilder/line.jpg);
background-repeat: repeat-x;
margin-left: 170px;
width: auto;
height: 11px;
}
a{
text-decoration: none;
color: #CCC;}
a:hover{
text-decoration: underline;
}
a:visited{
color: #FF0000;
}
a:focus{
color: #00FF00;
}
#counter{
position: absolute;
top: 10px;
right:10px;
color: #CCC;
}