
body{
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #564b47;
	padding: 0;
	margin: 0;
}

#inhalt{
	position: absolute;
	height: 595px;
	width: 720px;
	margin: -315px 0px 0px -360px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #0d0d0d;
	border: 30px solid #333;
	overflow: auto;
}

p, h1{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h1{
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
}

a{
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none;
}
#header{
	width:720px;
	height:165px;
}

#logo{
	width:482px;
	height:165px;
	
}
div.box{
	position: absolute;
	margin-left:460px;
	margin-top:-135px;
	width:240px;
}

div.box input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:153px;
}
.input-text {
	border:1px solid #3b6e22;
	color:#666666;
	width:153px;
	height:18px;
}
div.box label{
	display:block;
	margin-bottom:10px;
	color:#555555;
}

.spacer{
	margin: -10px 0 0 170px;
	font-size:11px;
	color:#555555;
}

div.box label span{
	display: block;
	float: left;
	padding: 0 5px 0 0;
	width:70px;
	text-align:right;
	font-weight: bold;
	color: #999999;
}

#content{
	float:left;
	width:320px;
	margin:20px;
	color:#ededed;
	}
	
#content2{
	padding-left:0px;
	float:left;
	width:320px;
	margin:20px;
	color:#ededed;
	}

fieldset{
	border: 0;
}