body{
	behavior: url(css/csshover.htc);
	
	margin: 0;
	padding: 0;
	
	font-family: 'Verdana';
	font-size:11px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #fff;
	
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	
	overflow: hidden;
	
	background-color: #000;
}
a{	
	padding: 2px;
	width: 175px;
	
	text-align: left;
	text-decoration: none;
	
	color:	#FF9900;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
	

p{
	padding: 3px;
}
.leftpadding{
	margin: 0;
	padding-left: 3px;
	
	width: 175px;
}
hr{
	background-color: #FF9900;
	border: 0;
	height: 1px;
}
img{
	padding: 0;
	border: 0;
}
textarea{
	width: 350px;
	height: 250px;
	padding: 4;
	border: 0;
	
	font-family: 'Verdana';
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #fff;
	
	background-color: transparent;
	
	border: dashed #fff 1px;
}
input{
	width: 350px;
	padding: 4px;
	
	font-family: 'Verdana';
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #fff;
	
	background-color: transparent;
	
	border: dashed #fff 1px;
}
.rot_bold{
	color: #FF6600;
	font-weight: bold;
}
.orange{
	color: #FF9900;
}
.orange_bold{
	color: #FF9900;
	font-weight: bold;
}
.border{	
	border: dashed #fff 1px;
}
.datei{
	width: 350px;
	padding: 3px;
	
	font-family: 'Verdana';
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #fff;
	
	background-color: transparent;
	
	border: 0;
}
.radio{
	width: 9px;
	height: 9px;
	border: 0;
}
.button{
	margin: 0;
	padding: 0;
	
	width: 175px;
	
	text-align: left;
	color:	#FF9900;
	background-color: transparent;
	
	border: 0;
}
.button:hover{	
	color: #fff;
}
.pwd{
	width: 175px;
	border: dashed #fff 1px;
}
table{
	border: collapse;
}
td{
	font-size: 11px;
	vertical-align: top;
}
.foto{
	padding: 0 0 0 0;
	width: 150px;
	
	text-align: left;
	
	overflow: hidden;
}
.spacer{
	height: 102px;
}
div.container{
	position: absolute;
	
	margin: 0 0 0 -512px;
	padding: 0;
	
	left: 50%;
	
	width: 1024px;
	height: 100%;
	
	background-color: transparent;
	overflow: hidden;
}
div.inhalt{
	position: absolute;

	padding-left: 134px;
	padding-top: 134px;
		

	
	width: 890px;
	height: 500px;
	
	background-color: transparent;
	overflow-x: hidden;
	overflow-y: auto;
}
div.menu{
	position: absolute;
	top: 134px;
	right: 34px;
	
	width: 175px;
}
div.menu2{
	position: absolute;
	top: 334px;
	right: 34px;
}
div.menu3{
	position: absolute;
	bottom: 134px;
	right: 34px;
	
	padding: 2px;
	
	width: 175px;
}

span.orange_bold{
	color: #FF9900;
	font-weight: bold;
}