body{
	background: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0px;
}


td, p, input, select,textarea {
	font: normal 10pt verdana,arial;
	color: #000000;
	text-decoration: none;
}

.leftmenu {
	font: bold 11px verdana,arial;
	color: #555555;
	text-align: left;
	text-decoration: none;
}

.leftmenu_selected {
	font: bold 11px verdana,arial;
	color: #FF0000;
	text-align: left;
	text-decoration: underline;
}


form{
	display: inline
}


.text12 {
	font-size: 12px;
	line-height: 16px;
	padding-right: 5px;
	/*font: 12px/16px verdana,arial;*/
}



.black{
	color: #000000;
}

.white{
	color: #FFFFFF;
}

.errortext{
	color: #AA0017;
	font-weight: bold;
}

/* input fields */
.field{
	width: 125px;
	height: 18px;
}

/* Colors and positions */


.topbarorange{
	margin-left: 15px;
	margin-bottom: 15px;
	width: 705px;
	height: 25px;
	background: #ff9900;
}

.topbarlight{
	background: #F2EFC6;
}

.topbarmedium{
	background: #FF9900;
}

.topbardark{
	background: #B10000;
}

.cartlight{
	background: #BBBA7D;
}

.cartdark{
	background: #CFCDA7;
}

.light{
	background: #EBE8C7;
}

.dark{
	background: #CFCDA7;
}

.basket_light{
	background: #EBE8C7;
}

.basket_dark{
	background: #CFCDA7;
}

