

table.ordertable {
	border-spacing: 0px 1px;
	width: 100%;
}

table.ordertable td {
	padding: 4px;
}

table.ordertable tr.hrow1 {
	background-color: #E9E9E9;
}

table.ordertable tr.hrow1:hover {
	 background-color: #CCCCCC;
	 cursor: pointer;
	 cursor: hand;
}

table.ordertable tr.hrow2 {
	background-color: #D6D6D6;
}

table.ordertable tr.hrow2:hover {
	 background-color: #BBBBBB;
	 cursor: pointer;
	 cursor: hand;
}

table.showtable {
	border-spacing: 0px 1px;
	width: 100%;
}

table.showtable td {
	padding: 4px;
}

table.showtable tr.hrow1 {
	background-color: #E9E9E9;
}

table.showtable tr.hrow2 {
	background-color: #D6D6D6;
}

table.suborder {
	border-spacing: 0px 1px;
	width: 100%;
}

table.suborder td {
	padding: 2px;
}


div#arrowhead {
	background: url(../img/pfeilspitze.gif) top left no-repeat;
	width: 6px;
	height: 11px;
	display: block;
	position: absolute;
	left: -6px;
	z-index: 25;
}

div#arrowbox {
	margin: 0px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	position: absolute;
	top: -200px;
	left: -200px;
	display: block;
	z-index: 20;
}

div#arrowbox table {
	border-spacing: 0 1px;
}

div#arrowbox table td{
	padding: 1px 5px;
	color: #333333;
	font-size: 9px;
}

div#arrowbox table tr.selrow {
	background-color: #ececec;
	cursor: pointer;
}

div#arrowbox table tr.selrow:hover {
	background-color: #aac4db;
}

div#arrowbox table tr.selrow:hover td {
	background-color: #aac4db;
	color: #000000;
}

div#shadow {
	background:#000000;
	display: none;
	opacity: 0.1;
	-moz-opacity:.1; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	filter:alpha(opacity=10);
	width: 710px;
	height: 518px;
	position: absolute;
	left: 4px;
	top: 33px;
	z-index: 10;
}

div.cbox {
	border: 1px solid #999999;
	padding: 0px;
	width: 280px;
	margin: auto;
}

div.cbox div {
	text-align: center;
	padding: 20px 30px;
}

.cbox h3 {
	text-align: center;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
	background-color: #E3E3E3;
	border-bottom: 1px solid #999999;
}

.cbox p {
	text-align: left;
}

.error {
	color: red;
}

#scrollbox {
	display: block;
	margin-top: 10px;
	height: 470px;
	width: 870px;
	overflow-y: auto;
}

table.program {
	border-spacing: 0px 5px;
	display: block;
	width: 850px;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.vm {
	vertical-align: middle;
}

.vt {
	vertical-align: top;
}

.vb {
	vertical-align: bottom;
}
