@charset "iso-8859-1";
/* CSS Document */

body {
	background: #000 url(bg_ps.jpg) fixed right top no-repeat;
	font-family: Arial;
	font-size: 12px;
	margin: 0 0 0 0;
	paddin: 0 0 0 0;
	overflow: auto;
}

#menu {
	width: 260px;
	font-size: 18px;
	color: #000;
	/*float: right;*/
	position: fixed;
	right: 5px;
	top: 40px;
}




#menu a, a:visited{
	color: #000;
	text-decoration: none;
	font-weight: none;
}

#menu a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: none;
}

.headline {
	width: 524px;
	height: 25px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	color: #434343;
	border-bottom: 1px solid #FFF;
	font-size: 24px;
}
.headline p {
	margin: 0 0 0 20px;
	padding: 3px 0 0 0;
}

.pr {	
	width: 500px;
	height: 100px;
	margin: 0 0 15px 20px;
	padding: 0 0 0 0;
	font-size: 12px;
}

.pr img {
	border: 1px solid #585858;
	float: left;
}	

.pr p {
	float: left;
	padding: 10px 5px 0 20px;
	margin: 0 0 0 0;
}

#content {
	/*float: right;*/
	width: 524px;
	margin: 64px 240px 0 0;
	padding: 15px 0 0 0;
	background-image: url(bg_content.png);
	position: absolute;
	right: 220px;
	
}

#content a, a:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

.text_content {
	padding: 0 0 0 20px;
	
}

form {
	padding: 0 0 20px 20px;	
}

.eingabefeld{
	border: 1px solid #FFF;
	background-color: #434343;
	color:#FFFFFF;
}

.absenden {
	border: 1px solid #FFF;
	background-color: #434343;
	color:#FFFFFF;
}
