html, body   {
text-align:center; 
font:small verdana, arial, helvetica, sans-serif;  
background:#fff url("computerwhite.jpg");
background-attachment:fixed;
background-repeat:no-repeat; 
margin: 0 0;
padding:0;
} 

#content {
text-align:left;
width:765px;
margin-left:auto;
margin-right:auto;
background-color:transparent;
}

#head {
color:#609;
width:100%;
text-align:center;
}

#navigation {
margin-top:110px;
width:20%;
display:block;
float:left;
color:#609;
text-align:left;
padding:5px;
}

#text {
background:url("bg.png");
background-attachment:fixed;
background-repeat:repeat;
width:70%;
margin-right:10px;
float:right;
border:1px solid #609;
text-align:left;
padding:10px;
margin-bottom:10px;
}

#foot {
margin:10px;
background:transparent;
color:#609;
border-top:1px solid #609;
border-bottom:1px solid #609;
text-align:center;
padding:5px;
margin-top:20px;
margin-bottom:20px;
}

p { 
font-family:verdana,arial,helvetica,sans-serif;
font-size:small;
text-align:left;  
} 
 
h1 { 
font-size:x-large;
font-weight:bold;
color:#609;
} 
 
h2, h3 { 
font-size:small;
font-weight:medium;
color:#609;
} 



A { 
text-decoration:underlined;
color: #609; 
background-color:transparent;
} 

A:visited { 
color:#609; 
background-color:transparent;
}
 
A:active {
background-color:#fff;
color:#609;
font-weight:bold;
}
 
A:hover { 
background-color:#609;
color:#fff;
} 

.clr {clear:both;}

span.active {
display:block;
border:1px solid #609;
text-decoration:none;
background-color:#fff;
color:#609;
font-weight:bold;
}

span.whois {
font-weight:bold;
}

span.aktuelleseite {
background:#609; 
color:white; 
font-weight:bold; 
display:block;
border:1px solid #609;
padding-left:10px;}

.navi {
color:#609;
display:block;
text-decoration:none;
font-weight:bold;
border:1px solid #609;
padding-left:10px;
}

.footernavi {
color:#609;
}

.weiterleiten {
font-size:x-small;}

.image {
width:500px;
margin:auto;
border:5px dotted #609;
}