body { background: #000000 url(../images/dots.png) 0 0 repeat-x; }

.logo {
	position:absolute;
         left:50%;
         margin-left:-300px;
         margin-top:180px;
}

.verein {
	text-align:center;
         font-size: 26px;
         font-weight:bold;
         color:#cccccc;
         height:100px;
}

.text {
         text-align:center;
         font-size: 18px;
         font-weight:bold;
         color:#cccccc;
         height:100px;
}

a,a:visited {
	text-decoration:none;
         font-size: 26px;
         font-weight:regular;
         color:#cccccc;
         height:100px;

}

a:hover {
	color:#36a1c9;

}