body,html {
	 background-position:	top; 
	 margin-top:			0px;
	 margin-left:			0px;
	 margin-bottom:			0px;
}

div#Gesamtrahmen {
	position:				relative; 
	top:					0px; 
	left:					0px;
	width:					960px; 
	height:					750px; 
	z-index:				1;
	border: 				none; 
	background-repeat:		repeat-x;
	overflow:				visible;
	/*background-color:#330099;*/
}

div#Main {
	position:				absolute; 
	left: 					3px; 
	top:					15px; 
	width:					950px; 
	height:					750px;
	overflow:				visible;
	z-index:				7; 
	/*border:					2px solid #FFFFFF;*/
}

.event_titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}

.event_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}

.Link-Pfeil {
	color: #FF9900;
	font-weight: bold;
}

a.normaler_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	text-decoration:underline;
}

}

.link_noUnderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	text-decoration: none;
}