html, body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

h1 {
	width: 100%;
	color: white;
	background-color: green;
	padding: 0.3em;
	font-weight: bold;
	margin: 0;
}

.nl {
	clear: both;
}

input[type=text], input[type=password] {
	font-family: "Courie Newr", Courier;
	margin-right: 1em;
}

a {
	color: #006600;
}

a:visited {
	color: #00B000;
}

a:focus {
	color: red;
}

a:hover {
	color: #669900;
}

a.linkbtn {
	text-decoration: none;
}

div#menu a.linkbtn {
	padding: 0.2em;
	margin: 0 0.1em 2em 0.1em;
	background-color: #E0E0E0;
	color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-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);
}

div#menu a:hover.linkbtn {
	background-color: #333333;
	color: #FFFFFF;
}

div#menu a.basket {
	background-image: url(../icons/warenkorb.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 23px;
}

div#menu a.cass {
	background-image: url(../icons/kasse.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-right: 0.5em;
}

#menupoint {
	background-color: #333333 !important;
	color: #FFFFFF !important;
}

.etikett {
	width: 15em;
	float: left;
	font-weight: bold;
	margin: 0 1em 0.4em 0;
}

.etikettkompakt {
	width: 15em;
	float: left;
	font-weight: bold;
	margin: 0 1em 0.1em 0;
}

.etikettkurz {
	width: 7em;
	float: left;
	font-weight: bold;
	margin: 0 1em 0.4em 0;
}

.etikettmittel {
	width: 10em;
	float: left;
	font-weight: bold;
	margin: 0 1em 0.4em 0;
}

table.basket th, tr{
	vertical-align: top;
}

div#head {
	text-align: center;
	margin: 0;
	padding: 0.3em;
	font-weight: bold;
	font-size: larger;
}

div#mainmenu {
	width: 70%;
	margin: 0.2em;
	float: left;
}

div#custommenu {
	width: auto;
	margin: 0.2em;
	float: left;
}

div.datearea {
	width: auto;
	border: 2px solid #cccccc;
	margin-bottom: 0.2em;
	margin-right: 3px;
}

div.datehead {
	width: 100%;
	position: relative;
	font-weight: bold;
	background-color: #e0ffcc;
}

div.datetime {
	position: relative;
	width: 17em;
	float: left;
	padding: 0.2em 0.4em 0.2em 0.2em;
}

div.datetitle {
	position: relative;
	left: 0em;
	width: auto;
	float: left;
	padding: 0.2em;
}

b.blocked {
	color: red;
}

span.places {
	font-weight: normal;
}

div.datebody {
	width: 100%;
	height: auto;
	position: relative;
}

div.dateposter {
	float: left;
	width: 260px;
	height: 200px;
	overflow: hidden;
	padding: 0.2em;
	margin: 0.2em;
	text-align: center;
	background-color: #ccff99;
}

div.dateposter img {
	margin-bottom: 0.2em;
}

div.poster {
	position: relative;
	width: 17em;
	min-height: 150px;
	float: left;
	padding: 0.2em;
}

div.dateinfo {
	width: auto;
	position: relative;
	left: 0em;
	z-index: 10;
}

table.date {
	width: auto;
	border-style: none;
}

table.date th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	border-style: none;
	padding: 0.1em;
}

table.date td {
	border: none 0px transparent;
	padding: 0.1em;
}

div.clear {
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}

a.linkbtn {
	text-decoration: none;
}

input.lupe {
	background-image: url(../../icons/b_search.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 2px outset gray;
	padding-left:  20px;
	margin-left: 1em;
}

input.order {
	background-image: url(../icons/indenwarenkorb.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 2px outset gray;
	padding: 0.2em 0.2em 0.2em 20px;
	font-size: medium;
}

div.booking {
	font-weight: bold;
	color: red;
	margin-bottom: 0.3em;
}

div.fussnote {
	width:2em;
	font-size:90%;
	float:left;
}

div.fnotetxt {
	font-size:90%;
	text-indent:0em;
	width:auto;
	margin-left:2em;
	margin-right:1.5em;
	margin-bottom: 0.7em;
}

div.fnlinie {
	width: 8em;
}

hr.fussnote {
	width:8em;
	height:1pt;
	color:black;
	background-color:black;
	border-style:none;
	text-align:left;
	margin-bottom:0.2em;
}

p.date {
	font-weight: bold;
}

form.dataform {
	padding: 0.4em;
	margin-bottom: 0.5em;
	background-color: #D0FFB0;
}

textarea {
	margin-bottom: 0.3em;
}

input.edit {
	background-image: url(../../icons/b_edit.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input.delete {
	background-image: url(../../icons/b_drop.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input[type=reset] {
	margin-left: 4em;
}

div.notneeded {
	display: none;
}

div.advice {
	width: auto;
	float: left;
	margin-left: 1em;
	font-size: smaller;
}

.fleft {
	 float: left;
	 width: auto;
}

.fleft70 {
	 float: left;
	 width: 70%;
}

div.summe {
	display: none;
}

.red {
	color: red;
}

tr.summe {
	border-top: 1pt solid black;
	border-bottom: medium double black;
}

input.summe {
	border: 0;
	background-color: transparent;
	outline: 0 none !important;
	outline-color: transparent;
	font-size: 100.01%;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	display: none;
}

.menubt a.linkbtn {
	padding: 0.2em;
	margin: 0 0.1em 2em 0.1em;
	background-color: #E0E0E0;
	color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-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);
}

.menubt a:hover.linkbtn {
	background-color: #333333;
	color: #FFFFFF;
}

.menubt a.basket {
	background-image: url(../icons/warenkorb.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 23px;
}

.menubt a.cass {
	background-image: url(../icons/kasse.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-right: 0.5em;
}

input#bt_print {
	background-image: url(../../icons/print.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 0.5em;
}

input:disabled {
	color: #999999 !important;
}

table.orders {
	
}

table.orders th {
	background-color: #CCFFCC;
	border-top: 0.5em solid white;
}

.smallfont {
	font-size: small;
	font-weight: normal;
}