body {
	margin: 0px;
	padding: 5px;
	font-family: "Arial", "Helvetica", "sans serif";
	font-size: medium;
	width: inherit;
	height: inherit;
	max-width: 960px;
	background-color: #E8E8E8; 
}

input { font-size: 14px; background-color: #FFFFFF; border-style: none;}
select {font-size: 14px; background-color: #E8E8E8; border-style: none;}

div.titel {
	position: relative;
	top: 5px;
	width: inherit;
	height: 60px;
	/* background-color: #DCF0FF; */
	background-color: #F0F0F0;
	text-align: center;
	font-size: 20px;
	overflow:hidden;
}

div.inhalt {
	position: relative;
	top: 5px;
	width: inherit;
	background-color: #F0F0F0; 
	/* background-color: #DCF0FF;*/
}

.inwtitel {
	display: block;
	line-height: 25px;
}

.inwtitel1 {
	display: inline;
	line-height: 25px;
	font-size: 14px;
}

a {
	font-size: 14px;
	color: #3301B0;
}

.servgesamt {			/* Form Service-Bereich			*/
	position: absolute;
	left: 708px; top: 318px; width: auto; height: auto;
	padding: 0px; margin: 0px;
}

.fservgesamt {			/* Fieldset						*/
	padding-right: 0px; padding-left: 0px;
}

.service {				/* Service-Bereich				*/
	position: relative;
	width: 225px; height: 147px; 
	font-size: 14px;
	padding: 0px; margin: 0px;
}

.helppop {				/* Pop-Up Div für helptext 		*/
	position: absolute;
	right: 5px; top: 5px; padding: 5px;
/*	width: 150px; height: 60px; */
	width: 200px; max-height: 130px;
	border-Style: double;
	border-color: #00FF00;
	background-color: #F8F8F8;	
	overflow: auto;
}

.actionpop {				/* Pop-Up Div für atext mit Checkboxen */
	position: absolute;
	right: 1px; top: 5px; padding: 5px;
/*	width: 150px; height: 60px; */
	width: 208px; max-height: 130px;
	border-Style: double;
	border-color: #FFFF00;
	background-color: #F8F8F8;	
	overflow: auto;
}


.actionreturn {				/* Button für actionpop	 */	
	display: inline;
	width: 60px;
	background-color: #00FF00;
	text-align: center;
	cursor: pointer;
}

.actioncancel {				/* Button für actionpop	 */	
	display: inline;
	width: 60px; margin-left: 10px;
	background-color: #000000;
	color: #FFFFFF; 
	text-align: center;
	cursor: pointer;
}

.progress {					/*  Progress Start*/
	display: inline-block;
	width: 80px; margin-left: 10px;
	color: #0000E0;
	background-color: #F8F8F8;
}

.progressdone {					/*  Progress ready*/
	display: inline-block;
	width: 80px; margin-left: 10px;
	color: #00A000;
	background-color: #F8F8F8;
}
/* .progressbar {				/* Rahmen für Progressbar*/
/*	width: 0px; height: 5px;
	background-color: #00FF00;
} */

.popfields {
	margin: 5px;
	font-size: 14px;
/*	width: 190px; */
}

.pophead {
/*	display: inline-block; */
	width: 190px;
	font-size: 14px;
	text-align: center;
	margin: 5px;
}

.actiondone {					/* Button für actionpop gedrückt	 */	
	width: 60px;
	background-color: #FFFFFF;
	text-align: center;
}

.errorpop {				/* Pop-Up Div fürFehlermeldungen */
	position: absolute;
	right: 5px; top: 5px; padding: 5px;
/*	width: 150px; height: 60px; */
	width: 150px; max-height: 130px;
	border-Style: double;
	border-color: #FF0000;
	background-color: #F8F8F8;	
	overflow: auto;
}

.downpop {				/* Pop-Up Div für downpop 	*/
	position: absolute;
	right: 1px; top: 5px; padding: 5px;
	width: 208px; max-height: 130px;
	border-Style: double;
	border-color: #0000FF;
	background-color: #F8F8F8;	
	overflow: auto;
}

.downpoph {				/* Headline Downpop			*/	
	display: inline-block;	
	width: 190px; text-align: center;
	padding-left: 5px;
}

.uppop {				/* Pop-Up Div für upload */
	position: absolute;
	right: 1px; top: 5px; padding: 5px;
	width: 208px; max-height: 130px;
	border-Style: double;
	border-color: #0093CC;
	background-color: #F8F8F8;	
	overflow: auto;
}

.downpopd {				/* Pop-Up Div für helptext */
	float: right;
	padding-left: 5px; 
}

.downpopdx {			/* Pop-Up Div für 1-spaltig */
	display: inline-block;
	width: 190px; text-align: center;
	padding-left: 5px;
}

button {
	position: relative;
	left: 5px;
	width: 80px;
	height: 40px;
	border-radius: 24px;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 5px 5px 5px 0px;
	background-color: #EFEFEF;
}

/* #myUser{
	font-size: 14px;
	color: #515151;
} */

div.logout {
	display: inline-block;
	font-size: 8px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	line-height: 70px;
} 

a.impressum {
	position: absolute;
	top: 40px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	line-height: 30px;
}

#buttonL{
	display: block;
	position: absolute;
	top: 5px;
	margin-top: 0px;
	left: 0px;
	cursor: pointer;
	background-color: #88AAFF;
	color: #000088;
}

div.inhalt {
	position: relative;
	margin: 0px;
	padding: 5px;
}

div.logo {
	width: auto;
	position: absolute;
	left: 10px;
	top: 0px;
	display: inline-block;
}

/* Menue	*/
div.menue {
	display: inline-block;
	position: absolute;
	left: 880px; top: 5px;
	width: auto; height: auto;
	padding: 0px;	
	font-size: 14px;
}

div.menue ul {
	list-style-type: none;
	padding: 0px 0px 5px 0px;
}

div.menue li {
	padding: 0px 0px 5px 0px;
}

.fehlerr {
	width: 300px;
	color: #FF0000;
} 

.fehlerb {
	width: 300px;
	color: #0000FF;
} 

/* Tabellen */

.creatable {border-collapse: collapse;}		/* css-Klasse für Tabelle */

th { 
	position: sticky; top: 0;		/* Überschrift bei Scrollen stehen lassen */
	font-size: 14px; padding: 2px; text-align: center; font-weight: normal;
	background-color: #F0F0F0;
	border-style: none solid none solid; border-width: 1px; border-color: #E0E0E0; 
}

td {border-style:solid; border-width: 1px; border-color: #E0E0E0; padding: 2px;}

/* Buttons */
.dbcolorgray {
	display: inline-block;
	width: 90px;
	background-color: #EFEFEF;
	visibility: hidden;
}

.dbcolorg {
	display: inline-block;
	width: 80px;
	background-color: #00FF00;
	cursor: pointer;
	visibility: visible;
}

.dbcolory {
	display: inline-block;
	width: 80px;
	background-color: #FFFF00;
	cursor: pointer;
	visibility: visible;
}

.dbcolorr {
	display: inline-block;
	width: 80px;
	background-color: #FF0000;
	cursor: pointer;
	visibility: visible;
}

.dbcolorb {
	display: inline-block;
	width: 80px;
	background-color: #C0E0FF;
	cursor: pointer;
	visibility: visible;
}

#myUserU {
	color: #000000;
	text-decoration: none;
}

/* Standard */
.strong { font-weight: bold;}
.blau { color: #0000FF;}
.rot { color: #FF0000 ;}
.gruen { color: #00FF00;}