/* Definition von Links */
	a:focus { outline : 0; }

	a:link { text-decoration:none; color:#9A0000; }
	a:visited { text-decoration:none; color:#9A0000; }
	a:hover { text-decoration:underline; color:#9A0000; }
	a:active { text-decoration:underline; color:#9A0000; }

	a.grau:link { text-decoration:none; color:#999999; }
	a.grau:visited { text-decoration:none; color:#999999; }
	a.grau:hover { text-decoration:underline; color:#999999; }
	a.grau:active { text-decoration:underline; color:#ff0000; }

p,td {
	font-family:Arial,Verdana,sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
        line-height:150%;
}

img {
border:0;
}

/* Definition von Formularfeldern */
input, select, textarea {
	font-family:Tahoma,Arial,Verdana,sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	width:300px;
	background:#181818;
	border-style:solid;
	border-width:1px;
}


/* Sprachauswahl */
.language {
	width:80px;
}

.welcome {
	font-family:Verdana,Arial,sans-serif;
	font-size:7pt;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

.welcome_header {
	font-family:Verdana,Arial,sans-serif;
	font-size:7pt;
	font-weight:bold;
	color: #999999;
	text-decoration:none;
}

.normal {
	font-family:Verdana,Arial,sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
        line-height:150%;
}

.rand {
	font-family:Verdana,Arial,sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
        line-height:150%;
}

#marquee {
margin : auto auto;
color : #fff;
width : 550px;
height : 16px;
font-weight : bold;
background : #670000;
border : 1px solid #888;
}
#mng {
padding : 9px;
background : #670000;
border : 1px dotted #888;
}
.mnga {
margin : 2px;
padding : 2px;
background : #555;
}
.mngb {
margin : 2px;
padding : 2px;
background : #333;
}
