body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color:	#000000;
	color:#FFFFFF;
}

.spalte {
	background-color: #FFFFFF;
}

h1 {
	font-size: 28px;
	line-height: 32px;
	color:#FFFFFF;
	margin-top:8px;
	text-decoration:underline;
}

h2 {
	font-size: 20px;
	line-height: 28px;
	color:#000000;
	background-color: #FFFFFF;
	padding: 4px;
}

.anzeige {
	padding-top:8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;  
	text-align: justify;
	font-size: 13px;
	line-height: 15px;
        color:#000000;
        background-color: #FFFFFF;    
}

.anmeldebox {
	border: 2px solid red;
	padding: 10px 5px;
	width: 166px;
	text-align:center;
	margin-top: 10px;
	background-color: #000000;
}
.anmelden {
	font-size: 18px;
	color:#FFFFFF;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

.anmelden:visited {
  color:#cc0000;
  text-decoration: none;
}

.anmelden:hover {
  text-decoration: underline;
  color: #ff0000;
}

.tipps {
  width:800px; 
  margin: 0px auto;
  font-family: Helvetica,Arial,sans-serif; 
  text-align: justify; 
  color: #FFFFFF;
}

.tipps a, .tipps a.link, .tipps a.visited {
  color: #FFFFFF;
  text-decoration: underline;
}

.tipps a:focus, .tipps a:hover, .tipps a:active {
  color: #FFFFFF;
  text-decoration: none;
}