body {
	background-attachment: fixed;
	background-image: url(bg_content.png);
	background-repeat: repeat;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color:#333333
}

a {
	cursor:hand;
	color:white;
	color: #666666;
	text-decoration: underline;
}

a:active .topmenu {
background-color: #ababab;
}

.rahmen {
  border:1px solid #6b81a2;
}