*{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	color:white;
	font-weight: lighter;
	border:0px;
}
hr{
	border-bottom:1px solid #8D16BB;
	
}
body{
	background-color:black;
	background-position:center;
	background-repeat:no-repeat;
}
h1{
	font-size:18px;
	color:#8D16BB;
	letter-spacing:1px;
	font-weight: lighter;
}
h2{
	font-size:15px;
	padding:20px 0px 10px 0px 
}
h3{
	font-size:12px;
	padding:15px 0px 0px 0px 
}

td{
	vertical-align:top;
	text-align:left;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#8D16BB;
}
p{
	padding:10px 0px 10px 0px;
}
div.header{
	width:100%;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/header.gif);
	height:100%;
}
table.container{
	width:913px;
	height:100%;
}
td.logo{
	text-align:center;
	height:125px !important;
}
td.content{
	padding:20px;
	font-size:10px;
}
td.menu{
	width:913px;
	height:40px !important;
	padding-top:15px;
	text-align:center;
	background-position:10;
	background-repeat:no-repeat;
	background-image:url(../images/menu.gif);
}	
td.menu ul{
	width:913px;
}
td.menu ul li{
	height:15px;
	width:130px;
	font-size:9px;
	float:left;
	color:#8D16BB;
	list-style:none;
	padding:0px 10px 0px 10px;
}
td.menu ul li a{
	font-size:9px;
}
td.footer{
	height:120px !important;
	text-align:center;
	padding-bottom:15px;
	vertical-align:bottom;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(../images/footer.gif);
}	
td.footer ul{
	width:auto;
}
td.footer ul li{
	height:15px;
	float:left;
	width:220px;
	font-size:9px;
	color:#8D16BB;
	list-style:none;
}
td.footer ul li a{
	color:white;
	font-size:9px;
}
div.txt {
	width:40%;
}
td.content table.rechts{
    float:right;
}
td.content table tr td{
	padding:5px;
}