a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333333;
	text-decoration: underline overline;
        background-color: #FCC4C6;
}
a:active {
	color: #333333;
	text-decoration: underline overline;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
        color: #333;
}
#navigation {
position: absolute; 
left: 32px; 
top: 90px;
}

#werbung {
position: absolute; 
left: 680px; 
top: 450px;
}
#werbung br {
  font-size: 5px;
}

#box2 {
position: absolute; 
top: 180px; 
left: 670px; 
width: 100px;
}
#content {
position: absolute; 
left: 160px; 
top: 130px; 
width: 480px;
height: 390px;
overflow: auto;
}
#styletable {
background-image:url(../bg4.jpg); 
background-repeat:no-repeat; 
background-position:top left;
}
#styleswitcher {
position: absolute;
top: 200px;
left: 32px;
  font-size: xx-small;
}

#styleswitcher form {
  margin: 0;
}

#styleswitcher select {
  margin-top: 6px;
  background-color: #F8E0E1;
  border: 1px solid #ccc;
  color: #687B8A;
}

#styleswitcher input {
  background-color: #F8E0E1;
  color: #687B8A;
}
.formnavi {
  background-color: #FCC4C6;
}