@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica;
	margin:0;padding:0;
}
html, body {height:100%}
body {
	background-color: #000;
	color: #AAAAAA; 
	font-size:13px;
	line-height: 130%;
}
a:link { color: #E90080;text-decoration:underline }
a:visited { color: #E90080 }
a:hover, a:active { color: #FF01FF;text-decoration:none }
h1, h2, h3, h4 {
	font-weight:bold;
	color: #ffffff;
	line-height:110%;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;color:#E90080;}
h1, h2, h3, h4, p, ul {
	margin:0 0 1em;
}
strong {color:#ce84ad;}
hr {
	border:0;
	height:1px;
	background-color:#E90080;
	color:#E90080;
}
img, table, tr, td {border-width:0;}
.wide {letter-spacing:3px}
.uc { text-transform:uppercase}
.links {float:left;}
.rechts {float:right;}
.center {text-align:center}
img.rechts {margin:0 0 2ex 1ex}
img.links{margin:0 2ex 1ex 0}
.clear {clear:both}
ul {
	list-style-position:inside;
	margin:0 0 1em;
}