body
{
color:#000033;
background-color: white;
background-image:  url(BILDER/hintergrund.gif); 
background-repeat: repeat-y;
}
h1
{
font-family: arial; 
font-size: 12pt;
font-weight: bold;
}
div.logo
{
position: absolute; top: 20px; left: 180px;
}

div.rechts
{
	position: absolute;
	left: 910px;
	top: 125px;
	width: 50px;
	height: 800px;
	background-image:  url(BILDER/punkte_senk.gif);
  background-repeat: repeat-y;

}
div.inhalt
{
color: black;
position: absolute;
top: 123px;
left: 180px;
width: 720px;
height: 230px;
font-family: Arial;
font-weight: normal;
font-size: 10pt;
}
div.navi
{
position: absolute;
top: 125px;
left: 30px;
font-family: Arial, sans-serif;
font-size: 12pt;
text-decoration: none;
}

A:link
{text-decoration: none; color: black;
}
A:visited
{
text-decoration: none; color: black;
}
A:hover
{text-decoration: none; color: green;
}
