.error {
	border: medium outset red;
	padding: 8px;
	margin: 0.5em;
	background-color: #FFCCCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.dataerror {
	padding: 0.3em;
	font-weight: bold;
	color: red;
}

div#wait {
	position:absolute;
	z-index: 10;
	left:50%;
	top:50%;
	width:15em;
	height:6em;
	margin-top:-6em;
	margin-left:-7.5em;
	border:solid 2px #006600;
	text-align:center;
	padding:1em;
	font-weight:bold;
	font-size:large;
	background-color: #f0f0f0;
	visibility:hidden;
}

div#statusbar {
	position: relative;
	top: 3.8em;
	margin-left: 5px;
	background-color: #008000;
	color: white;
	padding: 0.2em;
	width: 99%;
	height: 1.2em;
	height: auto;
	z-index: 15;
}

div#statusbar  a {
	color: white;
}

div.help {
	position: absolute;
	left: 50%;
	top: auto;
	visibility: hidden;
	width:24em;
	margin-left: -12em;
	height:12em;
	overflow: auto;
	border: medium outset #CCCC33;
	padding: 8px;
	background-color: #FFFFB0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=315, Strength=20);
}

a.help {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	cursor: help;
}

a.help:hover, a.help:focus {
	border: thick outset #008000;
}

div#head {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
	background-color: #006600;
	color: #FFFFFF;
}

div#menu {
	position: fixed;
	left: 0;
	top: 2em;
	text-align: center;
	margin: 0;
	padding: 0.4em;
	background-color: #009900;
	width: 100%;
	z-index: 5;
}

div#test {
	position: absolute;
	left: 5px;
	top: 10px;
	z-index: 30;
	height: 1em;
	width: 2em;
	overflow: auto;
	background-color: #E0E0E0;
}

#desktop {
	position: relative;
	left: 0;
	top: 4em;
	padding: 0.5em;
	z-index: 1;
	background-color: #FFFF99;
	overflow: auto;
}

div#noscript {
	margin: 0.3em;
	padding: 0.2em;
	font-weight: bold;
	background-color: #FFE0E0;
	border: medium solid #F00000;
}

div.attention {
	color: black;
	background-color: #ffe0e0;
	border: medium solid #ffcccc;
}

input[type=button]:hover {
	background-color: #cccccc;
}

input[type=text], input[type=password] {
	border: thin solid #a0e8a0;
}

input[type=text]:focus, input[type=password]:focus {
	border: 2px solid #008000;
}

textarea:focus  {
	outline: none !important;
	border: 2px solid #008000;
}

input.action {
	font-size: 110%;
	color: black;
	background: #e0e0e0;
	border: 2px outset #666666;
	margin-bottom: 0.3em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=315, Strength=10);
}

input.action:hover, input.action:focus {
	color: black;
	background: #a0e8a0;
	border: 2px outset #cccccc;
	-moz-box-shadow: 3px 3px 5px rgba(102, 102, 102, 0.8);
	box-shadow: 3px 3px 5px rgba(102, 102, 102, 0.8);
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=315, Strength=10);
}

input.action:active {
	border: 1px outset #e0e0e0;
	-moz-box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.8);
	box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.8);
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=10);
}

form.dataform fieldset {
	border-color: #008000;
}

form.dataform legend {
	color: #FFFFFF;
	background-color: #003300;
	font-weight: bold;
	font-size: 110%;
	padding: 0.3em;
}

form.dataform p {
	padding: 0.3em;
}

table.datalist {
	border: 1px solid #006600;
	background-color: #FFFFFF;
	empty-cells: show;
	border-collapse: collapse;
}

table.datalist thead {
	 border-bottom: 1px solid #006600 !important;
	 background-color: #008000;
	 color: white;
}

table.datalist tbody tr:hover {
	background-color: #E0FFCC;
}

table.datalist tr.odd {
	background-color: #e0e0e0;
}

table.datalist th {
	border: thin solid white;
	padding: 0.1em;
}

input.lupe:hover, input.lupe:focus {
	background-color: #a0e8a0 !important;
	border: 2px outset #cccccc;
	-moz-box-shadow: 3px 3px 5px rgba(102, 102, 102, 0.8);
	box-shadow: 3px 3px 5px rgba(102, 102, 102, 0.8);
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=315, Strength=10);
}

div.inhalt {
	background-color: white;
	padding: 0.5em;
}