.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.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: 20;
	height: 1em;
	width: 2em;
	overflow: auto;
	background-color: #E0E0E0;
}

#desktop {
	position: relative;
	left: 0;
	top: 4em;
	padding: 0.5em;
	z-index: 1;
}

#desktop2 {
	position: relative;
	left: 0;
	top: 0;
	padding: 0.2em;
	z-index: 1;
}

div.detailbtn {
	margin-top: 0.3em;
}

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;
}

table.basket {
	border: 1px solid #006600;
	background-color: #FFFFFF;
	empty-cells: show;
	border-collapse: collapse;
}

table.basket thead {
	 border-bottom: 1px solid #006600 !important;
	 background-color: #008000;
	 color: white;
}

table.basket tbody tr:hover {
	background-color: #E0FFCC;
}

table.basket tr.odd {
	background-color: #e0e0e0;
}

table.basket th {
	border: thin solid white;
	padding: 0.1em;
}

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);
}

input.cass {
	background-image: url(../icons/kasse.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-right: 0.5em;
}

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;
}

#agbbody {
	padding: 0.5em;
}

div.umfrage {
	padding: 0.4em;
	margin-bottom: 0.5em;
	background-color: #D0FFB0;
}

fieldset.umfrage {
	border-color: #008000;
}

fieldset.umfrage legend {
	color: #FFFFFF;
	background-color: #003300;
	font-weight: bold;
	font-size: 110%;
	padding: 0.3em;
}

fieldset.umfrage p {
	padding: 0.3em;
}

div#adressen {
	height: auto;
	overflow: auto;
/* 	border: medium solid red; */
}

table.adresse {
	border-collapse: collapse;
}

table.adresse th {
/* 	border-top: medium solid #33CC33; */
	background-color: #66FF66;
	padding: 0.2em;
}