/* CSS Document , www.dickeberta.de*/

body{
font-family: arial, helvetica, sans-serif;
font-size: 90%;
color: black;
background: url(bg.jpg) fixed;
line-height:130%;
margin, padding: 0px;
}

#header{
position: absolute;
top: 0px;
left: 0px;
width: 707px;
height: 50px;
color: white;
background: url(title.gif);
}
#header h1{
display:none;
}
#nav{
position: absolute;
top: 60px;
left: 0px;
width: 170px;
Padding: 5px;
border-right: 1px dashed black;
font-size: 90%;
font-family: verdana, sans-serif;
}

div#nav h2{
font-size:110%;
font-weight:bold;
margin-top: 8px;
margin-bottom: 4px;
}

div#nav ul{
margin: 0px;
padding: 0px;
list-style: none;
}

div#nav ul li{
margin: 0px;
padding: 0px;
list-style: none;
}

div#nav a{
text-decoration:none;
padding: 2px;
}

div#nav a:hover{
text-decoration: underline;
}

#content{
position: absolute;
top: 60px;
left: 185px;
width: 500px;
Padding: 5px;
}

div#content h1{
font-size: 125%;
color: black;
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
}

.left{float:left;}
.right{float:right; margin:5px;}
.copy{font-size: 65%; text-align:center;}

img{margin: 10px;}