html, body{
	font-family: verdana;
	text-align:left;
	padding:0px;
	margin:2px;
	color:#494100;
}
.error{
	border:1px solid red;
}
form{
	margin:0px;
	padding:0px;
}
input{
	color: #8F8F90;
	margin:0px;
	margin-right:12px;
}
input.text{
	border:1px solid #CCCCCC;
	width:113px;
	height:16px;
	font-size:11px;
	padding-left: 3px;
}
input.text.error, input.textlong.error{
	border:1px solid red;
}

input.textlong{
	border:1px solid #CCCCCC;
	width:243px;
	height:16px;
	font-size:11px;
	margin-right:0px;
	padding-left: 3px;
}

input.textlong.error{
	border:1px solid red;
}

input.checkbox {
	width: 16px;
	height: 16px;
	margin-top: 16px;
	display: inline;
	float: left;
}

input.radio {
	margin-left: 12px;
}

.for-radio {
	width: 40px;
}

input.button{
	font-size:11px;
	font-weight:bold;
	border:1px solid #CCCCCC;
	background-color:white;
	width:118px;
	height:20px;
	cursor:pointer;

}
input.button:hover{
	color: white;
	background-color: #39CCF4;
}
select{
	color: #8F8F90;
	border:1px solid #CCCCCC;
	width:118px;
	margin-right:12px;
}
select.kunden {
	width: auto;
	margin-left: 24px;
	margin-right: 0px;
	margin-top: 2px;
	float: right;
}
textarea{
	margin:0px;
	border:1px solid #CCCCCC;
	width:243px;
	height:118px;
	font-family: arial;
	font-size:11px;
	color:#8F8F90;
	padding-left: 3px;
}
a {
	text-decoration:none;
	color:#8F8F90;
}
a:hover, .hover{
	color:black;
}
img{
	border: none;
	}
h1{
	font-size:17px;
	font-weight:bold;
	color:#8F3232;
	margin:0px;
	padding:0px;
}
h2{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	padding:0px;
}
h3{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	padding:0px;
}
.productTooltip h3{
	background:transparent url('../img/info_icon.gif') no-repeat right center;
	text-align:right;
	padding-right:15px;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-top:3px;
	position:absolute;
	right:5px;
	bottom:32px;
}
.productTooltip h4{
	background:transparent url('../img/icon_produktUebersicht.gif') no-repeat right bottom;
	text-align:right;
	padding-right:15px;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-top:-6px;
	position:absolute;
	right:5px;
	bottom:25px;
}
p{
	font-size:11px;
	margin:0px 0px 8px 0px;
	padding:0px;
}
a.downloadPDF{
	padding:3px 0px 0px 20px;
	background:url('../img/icon_PDF.gif') no-repeat 0px 0px;
	line-height:16px;
	font-size:12px;
	font-weight:bold;

}
label{
	display: block;
	border: none;
}
hr{
	clear:both;
	border: 0px none;
	border-bottom: 1px solid #8F8F90;
	height:1px;
	padding:5px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}
table{
	border-collapse:collapse;
	border: 0px none;
	margin:1px;
	padding:0px;
}
thead, tbody, tfoot, tr, th, td{
	text-align:left;
	border:none;
	margin:0px;
	padding:0px;
	font-size:11px;

}
tr.separator td {
	border-top:1px solid #B0B0B0;
}
td{
	vertical-align:top;
	border:none;
}

tfoot{
	font-style:italic;
}

.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
   behavior: url(ieUserSelectFix.htc);
}
.zoomIn {
	cursor:url(css/cursor/zoomIn.cur), url(cursor/zoomIn.cur), default;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
}
.zoomOut {
	cursor:	url(css/cursor/zoomOut.cur), url(cursor/zoomOut.cur), default;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out; 
}
.pan {
	cursor:url(css/cursor/pan.cur), url(cursor/pan.cur), default;
	cursor:-moz-grabbing;
}
.busy {
	cursor:wait;
}

.rotate {
	cursor:e-resize;
}

