a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}

a:hover, a:active {
	color: #CC0000;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: underline;
}

a.launch:link, a.launch:visited {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
}

a.launch:hover, a.launch:active {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
}

a.Rot:link, a.Rot:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.Rot:hover, a.Rot:active {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
a.Blau:link, a.Blau:visited { 
color: #669999; 
text-decoration: none; 
}

a.Blau:hover, a.Blau:active {
	color: #CC0000;
	text-decoration: line-through;
}
a.Gruen:link, a.Gruen:visited { 
color: #669999; 
text-decoration: none; 
}

a.Gruen:hover, a.Gruen:active {
	color: #CC0000;
	text-decoration: line-through;
}

.text {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;

}

.titleRot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.titleBlau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0066FF;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;

}

.titleGruen{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #33CC33;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.titleBlack{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

