body {
	background-color: #666666;
}

body#rechnungen {
	background-color: #CCFFCC;
}

div#head {
	position: fixed;
	top: 5px;
	left: 5px;
	background-color: #008000;
	color: white;
	padding: 0.2em;
	width: 99%;
	height: 1.2em;
	z-index: 10;
}

div#program {
	position: relative;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 98%;
}

div#version {
	position: absolute;
	right: 5px;
	width: auto;
}

div#statusbar {
	position: relative;
	margin-left: 5px;
	background-color: #008000;
	color: white;
	padding: 0.2em;
	width: 99%;
	height: 1.2em;
	height: auto;
	z-index: 10;
}

div#menubar {
	position: fixed;
	left: 5px;
	top: 2.4em;
	width: 100%;
	height: 1.2em;
	padding: 0.3em;
	background-color:#99FF99;
	font:normal 80% Helvetica, Verdana, Arial, Tahoma, sans-serif;
	border-bottom:5px solid #99FF99;
	z-index:5;
}

div#desktop {
	position: relative;
	background-color: #E0FFE0;
	width: 98.8%;
	margin-top: 3.5em;
	margin-left: 5px;
	padding: 0.3em 0.3em 0.4em 0.3em;
	height: 400px;
	overflow: auto;
	z-index:9;
}

div#desktop2 {
	position: absolute;
	top: 1.5em;
	background-color: #E0FFE0;
	width: 98.8%;
	height: 94%;
	margin-left: 5px;
	padding: 0.3em 0.3em 0.4em 0.3em;
	overflow: auto;
	z-index:9;
}

div#noscript {
	margin: 0.3em;
	padding: 0.2em;
	font-weight: bold;
	background-color: #FFFF99;
	border: medium solid #D0D000;
}

div#info {
	background-color: white;
	margin: 5px;
	padding: 0.3em;
}

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.normal {
	background-color: #E0FFE0;
	margin-left: -0.2em;
	margin-right: -0.2em;
	padding-bottom: 0.5em;
}

.druck {
	display: none;
}

.dataform {
	background-color: #FFFFCC;
	padding: 0.2em;
}

form.dataform {
	background-color: #FFFFCC;
	padding: 0.2em;
}

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;
}

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, button.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, button.action:focus, button.action:hover {
	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, button.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);
}

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: 210px;
	-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#norights {
	position: absolute;
	top: 40%;
	left: 20%;
	z-index: 50;
	padding: 1em;
	font-weight: bold;
	color: black;
	background-color: #ffffcc;
	border: medium solid #cccc00;
}

div.attention {
	color: black;
	background-color: #ffffcc;
	border: medium solid #cccc00;
}

/*  Menü */

.ustr, .sendustr {
	border-bottom:1px solid black;
}

ul#primary-nav, ul#primary-nav ul {width:130px;}
ul#primary-nav li {width:130px;}
ul#primary-nav ul ul {width:130px;}
ul#primary-nav ul ul {left:130px;}

ul#primary-nav,
ul#primary-nav ul {
	margin:0;
	padding:0;
	background:#99FF99; /* IE6 Bug */
}

ul#primary-nav {
	float:left;
	width:100%;
}

ul#primary-nav:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

ul#primary-nav li {
	position:relative;
	list-style:none;
	float:left;
}

ul#primary-nav li a,
ul#primary-nav li li a {
	display:block;
	text-decoration:none;
	color:#000000;
	padding: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li {
	float: left; height: 1%;
}
* html ul#primary-nav li a {
	height: 1%;
}
/* End */

ul#primary-nav ul {
	position:absolute;
	display:none;
}

ul#primary-nav ul ul {
	top:0;
}

ul#primary-nav li ul li a {
	padding: 2px 5px;
} /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul {
	display: none;
} /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul {
	display:block;
} /* The magic */

ul#primary-nav li.menuparent {
	background-color:transparent;
}

ul#primary-nav li li.menuparent {
	background:transparent url(../../icons/pfl_rechts.gif) right center no-repeat;
}

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over {
	background-color:#33FF33 !important;
}

ul#primary-nav li a:hover {
	background-color:#33FF33 !important;
	color:#000000;
}

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 tr td.notpaied {
	background-color: #ffb0b0;
}

table.datalist th {
	border: thin solid white;
	padding: 0.1em;
}

table.datalist td.storno {
	color: red;
}

thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border: thin solid white !important;
	border-bottom: 1px solid #006600 !important;
	background-color: #008000;
	color: white;
}

input.edit:hover, input.delete:hover, input.details:hover, input.sort:hover, input.edit:focus, input.delete:focus, input.details:focus, input.filter:hover, input.filteroff:hover, input.navi:hover, input.filter:focus, input.filteroff:focus, input.navi:focus, input.sort: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);
}

select:focus {
	outline: medium solid #008000;
}

select {
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1,color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1,color=#FF0000);
}

head:first-child+body thead[class].fixedHeader tr {
    display: block;
}

head:first-child+body tbody[class].scrollContent {
    display: block;
    height: 600px;
    overflow: auto;
}

#img_wait {
	border: 0px;
}

div.scrollverti {
	height: 12em;
	width: 90%;
	overflow: scroll;
}

div.scrollplaces {
	height: 31em;
	width: 90%;
	overflow: scroll;
}

input.action:disabled, button.action:disabled {
	color: #666666;
}

input.action:disabled:hover, button.action:disabled:hover {
	background-color: #FFE0E0;
}

input.edit:disabled {
	opacity: 0.4;
}

.duplikat {
	font-weight: bold;
}

.rahmen {
	border: medium solid red;
}

div.details {
	background-color: #FFFFE0;
}

#editorframe {
	background-color: #a0e8a0;
}

#divposters {
	height: 300px;
	overflow: auto;
}

#menuleft {
	position: absolute;
	margin-right: 4.5em;
}

#menuhelp {
	width: 3em;
	padding: 0 1em 0 1em;
	position: absolute;
	right: 0em;
}

#menuhelp:hover {
	background-color:#33FF33 !important;
}

#menuhelp a {
	text-decoration: none;
	color: black;
}

div.doku {
	background-color: #f0fff0 !important;
}

div.navi {
	width: 100%;
	padding: 0.2em;
	background-color: #FFFFCC;
}

div.zoomoff {
	height: 2.5em;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: scroll;
}

div.zoomon {
	min-height: 1.5em;
	height: auto;
	overflow: visible;
}

span.menue {
	background-color: #99FF99;
	padding: 0 0.2em;
}

div.email {
	height: 10em;
	overflow: auto;
}

#orderinfo {
	position: absolute;
	top: 5em;
	left: 5em;
	width: auto;
	max-width: 80%;
	max-height: 10em;
	overflow: auto;
	height: auto;
	border: thick solid #FFFF99;
	padding: 0.3em;
	background-color: #FFFFE0;
	visibility: hidden;
}

button.position {
	width: 1px;
	height: 1px;
	border-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}