body {
	background-color:#cccccc;
	font-size:12px;
	font-family:Verdana, Arial,Helvetica,SunSans-Regular,Sans-Serif;
	color:#564b47;
	text-align:center;
	margin:0 0;
	color:#645753;

}

#header {
width:100%;
background-image: url('gfx/header_repeat.png');
height:114px;
margin-bottom:50px;
text-align:left;

}

#header #logo {
	margin-left:30px;
}

#header #hright {
	float:right;
	width:650px;
}

#header #hright #hrabstand {
	padding:10px;
	height:50px;
}

#header #hright #hrmenu {
	float:right;
	list-style-type:none;
	font-size:12px;
}

#header #hright #hrmenu li { 
	display:inline;
	background-image: url('gfx/header_small.png');
	background-repeat:no-repeat;
}

#header #hright #hrmenu li a { 
	padding:6px 17px 9px;
	color:#a5938d;
	text-decoration:none;
}

#header #hright #hrmenu li a:hover { 
	color:#7b665f;
	text-decoration:underline;
}

#target ul {
	list-style-type: none;
}

#target li {
	padding-top:0px;
	background-image: url('gfx/v1.png');
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-left:35px;
	line-height:20px;
	color:#645753;
}

#target li a {padding-top:5px;color:#645753;}
#target li a:hover {padding-top:5px;color:#7b665f;}

#content {
	width:959px;
	text-align:left;
	vertical-align:middle;
	margin:0 auto;
}

#content #oben {
	width:100%;
	height:30px;
	background-image:url('gfx/oben.gif');
}

#content #unten {
	width:100%;
	height:30px;
	background-image:url('gfx/unten.gif');
}

#content #middle {
	width:958px;
	min-height:200px;
	background-color:white;
}

#content #middle #target {
padding:5px;
}


.adm_border {
min-height:300px;
width:290px;
margin:5px;
border:0px solid lightgrey;
border-top: 0px solid grey;
float:left;
background-image: url('gfx/v1.png');
background-repeat:no-repeat;
background-position: 10px 0px;
color:#645753;
}

.adm_border:hover {background-color:#EAEAEA;}

.adm_border h3 {margin-left:40px;margin-top:16px; border-bottom:1px solid black;}

.adm_border a {display:block;line-height:35px;padding-left:5px;color:#645753;text-decoration:none;font-size:13px;border-left:1px solid white;}
.adm_border a:hover {background-color:#EAE3B4;border-left:1px solid grey;}

#tooltip{
	position:absolute;
	border:1px solid grey;
	border-top:2px solid black;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	