body {
	background-color: #FFFFFF;
	font-family: Georgia;
	font-style: italic; 
	font-size: 16px; 
	line-height: 30px;
}
#frame {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -200px;
	width: 800px;
	height: 400px;
	text-align: center;
}
#auswahl{
	border: none;
	border-bottom: dotted 1px #990000;
}
.lauftext {
	font-style: italic;
	color: #999999;
	text-decoration: none;
	border: none;
	letter-spacing: 0px;
}
.infotext {
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 0px;
	
}
.projektname {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	letter-spacing: 1px;

}
a:link {
	font-style: italic;
	color: #990000;
	letter-spacing: 0px;
	text-decoration: none;

}
a:visited {
	font-style: italic;
	color: #990000;
	letter-spacing: 0px;
	text-decoration: none;

}
a:hover {
	font-style: italic;
	color: #999999;
	letter-spacing: 0px;
	text-decoration: none;

}
a:active {
	font-style: italic;
	color: #990000;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 30px;
}

