/* neues Design */

html {height:100%;}

body {
	margin: 0;
	padding: 0;
	height:100%;
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	behavior: url("csshover.htc");
}

#header{
	padding-top:15px;
	margin:0 auto;
	width:800px;
	height: 60px;
}

#box {
	border: 1px solid #999;
	position:relative;
	width:800px;
	margin:0 auto;
	top: 25px;
	padding:0px;
}
#content{
	margin: 20px;
}
#history{
	padding: 5px 20px;
	background-color: #874688;
	color: #FFF;
}
#footer {
	position:relative;
	width:800px;
	margin:0 auto;
	top: 5%;
	padding:0px;
	font-size: 10px;
	text-align: center;
}
.error{
	margin: 10px;
	border: 1px solid #666666;
	padding: 7px;
	background-color: #ffffe1;
	color: red;
	font-weight: bold;
}
/*--- Schriften ---*/
h1{
	font-size: 15px;
	color: #874688;
}
h2{
	font-size: 13px;
	margin-bottom: 7px;
}
h2 span{
	font-size: 11px;
	font-weight: normal;
	display: block;
}
/*--- Links ---*/
a{
	text-decoration: underline;
	color: #874688;
}
a:hover{
	text-decoration: none;
	background-color: #874688;
	color: #fff;
}
#history a{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#history a:hover{
	text-decoration: underline;
}
/*--- Formulare ---*/
form{
	margin: 0;
	padding: 0;
}
form table td{
	vertical-align: bottom;
}
form fieldset{
	border: 0;
	padding: 0px 10px;
}
form fieldset legend{
	font-weight: bold;
	font-size: 11px;
}
form label{
	font-size: 11px;
	display: block;
	font-weight: bold;
	color: #874688;
	height: 16px;
}
form label.labelCheckbox{
	float: none;
	display: block;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align: left;
}
form label.labelCheckbox .inputCheckbox{
	display: inline;
	background-color: transparent;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
form .inputSelect{
	border: 1px solid #999;
	background-color: #cccccc;
	font-size: 11px;
	font-weight: bold;
	width: 220px;
}
form button, .button {
	width: auto !important;
	height: auto;
	border: 2px solid #999999;
	background-color: #874688;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	cursor: hand;
}
/*--- Tabellen --*/
.table01, .table01 td, .table01 th{
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th{
	text-align: left;
	width: 200px;
}
.table02, .table02 td, .table02 th{
	background-color: #ebebeb;
	font-size: 10px;
	border-collapse: collapse;
	border: 1px solid #874688;
}
.table02 td.header{
	margin-top: 40px;
	background-color: #874688;
	color: #FFF;
	padding: 3px 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.table02 th{
	text-align: left;
	font-weight: bold;
}
.table02 .name{
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}
.table02 .descr{
	text-align: left;
	font-weight: normal;
}
.table02 .val{
	text-align: center;
	font-weight: normal;
}
.table02 tr.prod:hover td{
	background-color: #874688;
	color: #FFF !important;
}
.table02 tr.prod:hover td a{
	color: #FFF !important;
}