body {
	font-family: arial;
	font-size: 12px;
	text-align: left;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	color: #000000;
	overflow:hidden;
}

.bodytext {
	padding: 0px 10px 10px 10px;
}
h1, h3 {
	padding-left: 10px;
	//padding-top: 10px;
	font-size: 16px;
	}
hr {border: 1px solid #ffffff;}
td {font-size: 13px;}
p {padding: 0px 10px 0px 10px; margin:0px;}
a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 0px;
}
a:hover {color:#80FF80;}

#oben {
	position: relative;
	width: 100%;
	height: 30%;
	background-color:#000000;
	z-index: 10;

}

#link-links {
	position: relative;
	float:left;
	width: 50%;
	height: 100%;
}

#logo-links {
	position:relative;	
	top: 30%;
	left: 20%;
}

#adresse-links {
    position: relative;
	float:left;
	color:#FFFFFF;
	top: 40%;
	left: 40%;
}

#adresse-links a{
	color:#FFFFFF;
}

#adresse-links a:hover{
	color:#CC0099;
}

#link-rechts {
	position:relative;
	float:right;
	background-color:#FFFFFF;
	width: 50%;
	height: 100%;
}

#logo-rechts {
	position:relative;
	float:right;
	top: 20%;
	right:35%;
}


#adresse-rechts {
	position:relative;
	float:right;
	clear:right;
	top: 28%;
	right: 40%;
}


#mitte {
	position: relative;
	width: 100%;
	height: 40%;
	z-index:2;

}

#unten {
	position: relative;
	width: 100%;
	height: 200px;
	z-index: 15;
	text-align:left;
	background-color: white;
	border-top: 2px solid red;
	
}

#text {
	position:relative;
	float:left;
	left: 50px;
	top: 30px;
	//top: 30px;

}

#velvet-ag {
	position:relative;
	float:right;
	right: 250px;
	top: 50px;
	//top: 50px;
}

