body{	
	background:#5E6382;
	margin:0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #fff;
}

.textfeld{
	white-space: pre-wrap;
	min-height:100px;
	width:580px;
	border:0;
}	

td{
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	-icap-border-radius:10px;
	-o-border-radius:10px;	
	padding:20px;
	background-color: #6e7390;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:left;
	border:2px solid #484e6e;
}

.nol{
	text-align:left;
	padding:0px;
	border:0;
}

.nor{
	text-align:right;
	padding:0px;
	border:0;
}

a{
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #ccc;
}

hr{
	border-top:1px solid #fff;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

.head{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:75px;
	z-index:0;
	background-image:URL('../images/headline2.jpg');
}

.content{
	width:600px;
	position:absolute;
	left:310px;
	top:105px;
	z-index:1;
}

.menu_left a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:2px 0px 2px 20px;
	margin-top:2px;
	width:220px;
	background:#5E6382;
	font-size:14px;
}
.menu_left a:hover{
	color:#fff;
	background:#484e6e;
	font-size:14px;
}


.navi{
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	-icap-border-radius:10px;
	-o-border-radius:10px;
	background-color: #6e7390;
	padding-top:20px;
	font-family: verdana, sans-serif;
	color: #fff;
	border:2px solid #484e6e;
	position:absolute;
	left:50px;
	top:105px;
	height:560px;
	width:240px;
	z-index:2;
}

.leuchter{
	position:absolute;
	left:780px;
	top:0px;
	z-index:3;
}

textarea {
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: #6e7390;
	border:1px solid #484e6e;
	color: #fff;
	padding:2px;
}

