/* EDIT RH 06.04.18*/
#content{
	background-color: dimgray;
}

/* EDIT RH 06.04.18*/
#textpart {
	background-color: dimgray;
	height: 645px;
}

#infoleiste #info {
	height: auto;
}
#infoleiste #info img {
	width: auto;
	margin: 60px 20px;
}

#infoleiste #info label {
	/* EDIT RH 06.04.18*/
	color: midnightblue;
	font-size: 36pt;
	width: 90%;
	text-align: center;
}

#topmenu {
	margin-left: 15px;
	width: 845px;
}

#login_screen {
	display: block;
	clear: both;
	float: none;
	height: 200px;
	width: 845px;
	margin-left: 15px;
	margin-top:0px;
	margin-bottom: 0px;
	padding:0px;
	background-image:url(../../../../pics.local/login.jpg);
	background-repeat: no-repeat;
}

#input {
	position:relative;
	top: 73px;
	left: 30px;
	z-index:1;
}

#input input {
	display: block;
	clear: both;
	float: none;
	margin-bottom: 20px;
	border: 0;
	background-color: transparent;
	font-size: 9pt;
	font-weight: bold;
	/* EDIT RH 06.04.18*/
	color: white;
}

#input #label_pwd {
 	position: relative;
	display: block;
	top: 12px;
	left: 35px;
	/* EDIT RH 06.04.18*/
	color: darkorange;
	font-size: 9pt;
	font-weight: bold;
}	
	

#button {
	position: relative;
	top: 15px;
	left: 245px;
	height: 30px;
	width: 30px;
	z-index: 3;
}

#button button {
	/* EDIT RH 06.04.18*/
	color: #990000;
	background-color: transparent;
	font-size: 11pt;
	font-weight: bold;
}

#button button:hover {
	margin-left: 1px;
	margin-top: 1px;
}


#customer_screen {
	display: block;
	clear: both;
	float: none;
	height: 220px;
	margin: 0px;
	padding: 0px;
	width: 845px;
	/* EDIT RH 06.04.18*/
	background-color: dimgray;
	/* EDIT RH 06.04.18*/
	color: white;
	margin-left: 15px;
	margin-top: -15px;
}

#customer_screen p {
	padding-top: 60px;
	padding-left: 30px;
	font-size: 12pt;
	/* EDIT RH 06.04.18*/
	color: white;
	font-weight: bold;
}

#customer_screen p.small {
	font-size: 8pt;
	padding-top: 0px;
}

#logo_screen {
	display: block;
	clear: both;
	float: none;
	height: 130px;
	width: 845px;
	/* EDIT RH 06.04.18*/
	background-color: dimgray;
	margin-left: 15px;
	margin-top: 15px;
}

#administer, #adproject, #adinspect, #slogan {
	display: block;
	clear: none;
	float: left;
	/* EDIT RH 06.04.18*/
	color: white;
	width: 155px;
	margin-right: 25px;
	padding-top: 15px;
}

#logo_screen p {
	font-size: 8pt;
	margin-bottom: 10px;
}

#slogan {
	width: 280px;
	font-size: 11pt;
	padding-top: 30px;
	font-weight: bold;
	padding-left: 20px;
}

#adinspect {
	margin-right: 0px;
}