/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;	
	font-size: 14px;
	color: #000000;
}

.link {
	font-family:Verdana;
	font-size:14px;
	color:#F8090C;
	}
	
.headline {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	}
	
#veranstaltungen {
	position:absolute;
	width:100px;
	height:61px;
	z-index:1;
	left: 175px;
	top: 85px;
	visibility: hidden;
}

#training {
	position:absolute;
	width:75px;
	height:66px;
	z-index:1;
	left: 480px;
	top: 85px;
	visibility: hidden;
}

#verein {
	position:absolute;
	width:75px;
	height:99px;
	z-index:1;
	left: 552px;
	top: 85px;
	visibility: hidden;
}
