@charset "utf-8";
/* CSS Document */
* , div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
l.li {
list-style:none;
}
a 			{ font-size:1em; font-weight: bold; }
a:visited	{ font-size:1em; font-weight: bold; }
a:hover		{ color:#FF3300; }
input 	{ }
p 		{ font-size:1em; }

strong  { font-weight:bold; }
h1 		{ font-size:1.2em; }
h2 		{ font-size:1.0em; }
h3 		{ font-size:1.0em; }

.textbox,.textarea {
	font-family:Verdana;
	font-size:11px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	span:100%;
} 


.textboxfehler,.textareafehler {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border:1px solid #FF0000;
}

.bestellschritt {
	background-color:#fbeddd;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

.bestellschritt_aktiv {
	background-color:#e6c3ab;
	color:#8c3219;
	font-weight:bold;
	text-align:center;
}

.fehler {
	text-align:center;
	font-weight:bold;
	color:#FF0000;
}

.tooltip {
  position: absolute;
  display: none;
  font-style:normal;
  padding:2px 2px 2px 2px;
  border:1px solid #333333;
  background-color:#FFFFFF;
}

.tooltip_head {
	background-color: #e6c3ab;
	font-weight:bold;
	color:#8c3219;
}
