BODY{
	margin: 0px;
	padding: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

TD, TR {
	font-size: 12px;
}

.fehlermeldung {
	background-color: red;
	font-weight: bold;
	color: white;
	padding: 4px;
	margin-bottom: 10px;
}

.gutmeldung {
	background-color: #0033A2;
	font-weight: bold;
	color: white;
	padding: 4px;
	margin-bottom: 10px;
}

.noscript {
	margin: 0px;
	padding: 0px;
}

.ubrBar1 {
	background-color: white;
	position: relative;
	text-align: left;
	height: 20px;
	border: 1px solid black;
	z-index: 5;
	/*background-image:url(images/progress_bar_white.gif);*/
	/*layer-background-image:url(images/progress_bar_white.gif);*/
}

.ubrBar2 {
	background-color: black;
	position: relative;
	text-align: left;
	height: 20px;
	width: 0%;
	z-index: 6;
	/*background-image:url(images/progress_bar_blue.gif);*/
	/*layer-background-image:url(images/progress_bar_blue.gif);*/
}

.ubrUploadSlot {
	border: 1px solid black;
	margin-bottom: 4px;
}

#reset_button, #upload_button {
	border: 1px solid black;
}

H1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

P {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

P A {
	font-weight: bold;
	color: black;
}

P A:hover {
}

.verteil_id {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFF1D3;
	text-align: center;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	height: 30px;
	border: 2px solid orange;
}

.loeschcode {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #EEEEEE;
	text-align: center;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	height: 30px;
	border: 2px solid #E0E0E0;
}

.frist {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: green;
	text-align: center;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	height: 30px;
	border: 2px solid #E0E0E0;
	color: white;
}

.bttn {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: green;
	text-align: center;
	/* padding: 5px 0px 5px 0px; */
	margin: 0px 0px 0px 10px;
	height: 30px;
	border: 2px solid #E0E0E0;
	color: white;
}

.dateitabelle {
	border: 1px solid gray;
}

.dateitabelle .kopf {
	background-color: #EEEEEE;
}

.dateitabelle TD {
	padding: 4px;
}

.dateitabelle A {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.gerade {
	background-color: #EEEEEE;
}

.ungerade {
	background-color: white;
}

.fuss {
	color: gray;
	font-size: 10px;
	padding: 10px;
	line-height: 14px;
}

.fuss A {
	color: black;
}

.fuss A:hover {
	background-color: #EEEEEE;
}