@charset "utf-8";
body, div, p, ul, ul li, table, form, dl, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin:0;
	padding:0;/*
	outline:1px solid #ccc;*/
}
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#000000;
	color:#999;
}
a {
	color:white;
	text-decoration:none;
}
a:hover {
	color:black;
}
a img {
	border:none;
	text-decoration:none;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.addtop {
	margin-top:10px;
}

#splash {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:25px;
	background-color:#000000;
	overflow:auto;
	z-index:10;
}
#splash #header {
	position:relative;
	height:500px;
	width:900px;
	margin:0 auto;
	-moz-border-radius:0 0 12px 12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	border-radius:0 0 12px 12px;
	background-position:center center;
	background-repeat:no-repeat;
}
#splash #header #title {
	background-image:url(k60.png);
	padding:20px;
	color:#fff;
}
#splash #header #title #parent {
	float:left;
	display:inline;
	width:40px;
	height:40px;
	margin:0 20px 20px 0;
	background-image:url(parent.png);
	background-repeat:no-repeat;
	background-position:center 0;
	cursor:pointer;
}
#splash #header #title #parent:hover {
	background-position:center -40px;
}
#splash #header #title #parent a {
	line-height:40px;
	display:block;
}
#splash #header #title .texts {
	float:left;
	display:inline;
	width:800px;
}
#splash #header #title h1 {
	font-size:40px;
	font-weight:normal;
}
#splash #header #title h6 {
	display:none;
	font-size:14px;
	font-weight:normal;
}
#splash #header:hover #title h6 {
	display:block;
}
#images {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:25px;
}

h2 {
	text-align: right;
	color: white;
	}
#links {
	float:left;
	display:inline;
	width:50%;
}

#rechts {
	float:right;
	display:inline;
	width:50%;
}
