html, body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: small;
	
}

body {
/*	background: #cccccc url("images/bg_grad.jpg") fixed;
*/
	margin: 0px;
}


#header {
	font-family: Monaco, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	height: 100%;
	padding: 5px;
	margin: 0px;
	/*background-color:#FFFFCC;
	*/
	background-color:#D4D4BF;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	background-color:#FFFFCC;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 50px;
}

.produktauswahl td {
	padding-top: 10px;
	background-color: #FAFAFF;
}


/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
/*min-width: 640px;
*/
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:   url("images/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:   url("images/glblnav_selected.gif");
	text-decoration: none;
}

.glinkAusgewaehlt {
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	
  	background-image:   url("images/glblnav_selected.gif");
	text-decoration: none;
}

/************ angebots-seite ****************/
.bestellformular th {
	text-align: left;
	background-color:#FFFFCC;
}
.bestellformularLabel td {
	text-align: center;
	background-color:#FFFFCC;
}

.mussfeld {
	background-color:#FFFFCC;
}

.auswahlliste {
	width:15em;
}

.ungeradeZeile {
	
}

.geradeZeile {
	background-color: #FFFFCC;
}

.warenkorbTrennzeileOben td {
	border-top: 1px solid #CCCCCC;
}

.warenkorbTrennzeileUnten td {
	border-bottom: 1px solid #CCCCCC;
}

.warenkorbKopf {
	background-color: #EEEEEE;
}

.fehlertext {
	color: #FF0000;
}

.fehlerhinweisbox {
	border: 1px dashed #FF0000;
	margin-bottom: 10px;
	padding: 5px;
	color: #FF0000;
}