body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 16px;
	text-align: center;
	padding: 0;
	margin: 20px 10px 40px 10px;
	background-color: #CCCCCC;
}
#centerbox {
	height: 550px;
	width: 900px;
	border: 1px #000000;
	background-color: #FFFFFF;
}
#admin_centerbox {
	
	height: 550px;
	width: 900px;
	border: 1px #000000;
	background-color: #FFFFFF;
}
.logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 148px;
	position: relative;
	left: 68px;
	top: 55px;
	background-color: #CCCCCC;
}
.topmenu {
	position: relative;
	left: 68px;
	top: 68px;
	/*background-position: left;*/
	margin-left: 68px;
}

.menubut {
	text-align: left;
	position: relative;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-right: 10px;
	color: #666666;
	padding-left: 10px;
}
#backgroundbox {
	position: relative;
}
#linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	top: 184px;
	position: absolute;
	width: 860px;
	margin-left: 40px;
}
#content {
	/*background-color: #CCCCCC;*/
	position: absolute;
	height: 320px;
	width: 822px;
	top: 210px;
	left: 68px;
}
#titel {
	/*background-color: #999999;*/
	height: 40px;
	width: 148px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
#feature {
	/*background-color: #666666;*/
	position: absolute;
	width: 822px;
	height: 320px;
	left: 0px;
	top: 0px;
}
#admin_feature {
	position: absolute;
	width: 900px;
	height: 320px;
	left: -68px;
	right: 500px;
	top: 0px;
	background-color:#FFFFFF;
	
}
#textblock {
	font-size:7pt;
	text-align: left;
	overflow: hidden;
	font-weight: lighter;
	line-height: 11px;
}
#starttext {
	font-size:11pt;
	text-align: justify ;
	overflow: hidden;
	
	line-height: 9px;
}
#blanktext {
	
}

a:link {
	text-decoration: none;
	color: #666666;	
}
a:visited {
	text-decoration: none;
	color: #666666;	
}

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

a:active {
	text-decoration: none;
	color: #666666;	
}#scrolltext {
	overflow: auto;
	height: 300px;
}
.admin_test {

	background-color:#FFFFFF;
	padding: -100px;
	left: 300px;
}

