@charset "utf-8";

body { 
	background: #CCCC99; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

html {
	scrollbar-face-color: #CCCC99;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #CCCC99;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color: #CCCC99; 
	scrollbar-darkshadow-color: #CCCC99;
}

a:link, a:active, a:visited {
	color: #660000; 
	text-decoration: underline; 
}

a:hover {
	color: #FF0000; 
	text-decoration: underline; 
}

a {
	outline: none;
}

a:focus { 
	outline: none; 
} 

*::-moz-focus-inner { 
	border: 0; 
}

td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.text-standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text-klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.text-klein-inaktiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8E8E6B;
}

.text-blau-klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

.text-gruen-klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #009900;
}

.tabrahmen {
	border: 1px solid #696f51;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.input {
	background: #FFFFFF; 
	color: #000000; 
	border: 1px solid #000000; 
	font-family: verdana; 
	font-size: 8pt;
	padding-left: 2px;
}

.adinput {
	background: #d6d6ad; 
	border: 1px solid #a3a37a; 
	font-family: verdana; 
	font-size: 8pt;
	padding-left: 2px;
}

.erinput {
	background: #FFFFFF; 
	border: 1px solid #CC0000; 
	font-family: verdana; 
	font-size: 8pt;
	padding-left: 2px;
}

.error {
	text-decoration: none;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.preis {
	background: #CCCC99;
	color: #000000;
	border: 1px solid #CCCC99;
	font-family: verdana; font-size: 10pt;
	height: 19px;
	width: 60px;
	text-align: right;
}

.preisges {
	background: #CCCC99;
	color: #000000;
	border: 1px solid #CCCC99;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 19px;
	width: 60px;
	text-align: right;
}

.mwst {
	background: #CCCC99;
	color: #000000;
	border: 1px solid #CCCC99;
	font-family: verdana;
	font-size: 10px;
	height: 16px;
	width: 10px;
	text-align: right;
}

.button  {
	text-decoration: none;
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	height: 21px;
	cursor: pointer;
}

.checkbox {
	background: none; 
	border: 0;
	cursor: pointer;
}

.radiobutton {
	cursor: pointer;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

#ToolTip {
	position: absolute; 
	display: none; 
	opacity: 0.95; 
	filter: Alpha(Opacity=95);
}

.ToolTipBorder {
	border: 1px solid #000;
}

.ToolTipTitel {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: bold; 
}

.ToolTipInhalt {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
}

