body,p,div,td,tr,form {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

p {
	margin-top:3px;
	margin-bottom:6px;
}

ul {
	margin-bottom : 0px;
	margin-top : 0px;
}

input,select,option,textarea {
	font-family : Verdana;
	font-size : 13px;
	color : #000000;
	font-weight : small;
	border-color : #252525;
	/*border-style: solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;*/
}

.detailtitle {
	font-size : 11px;
	font-weight : bold;
	text-align : right;
	vertical-alignment : top;
}
a:link,a:visited,a:active {
	font-size : 13px;
	color : #252525;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a.navioben:link,a.navioben:visited,a.navioben:active {
	color : #000000;
}

.error {
	color: red;
	font-size: 12px;
	font-weight: bold;
}


.cleaner {
	clear:both;
}

/* Zubehoerprodukte */
.assignedproduct {
	float: left;
	width: 240px;
	height: 110px;
	margin: 10px;
	overflow: hidden;
}
.assignedproduct h3 {
	background: #FFFFFF;
	padding: 2px;
	font-size: 12px;
}
.price {
font-size: 13px;
}
/** navigation-list in the left container ****/
#navlist {
	padding: 0px;
	margin: 15px 0px 15px 10px;
	list-style-type: none;
}
#navlist li {
	width: 200px;
}
#navlist a {
	font-weight: bold;
}
#navlist .subnavi a {
	padding-left: 10px;
	font-weight: normal;
}
#navlist .subsubnavi a {
	padding-left: 20px;
	font-weight: normal;
	font-size: 90%;
	line-height: 150%;
}
#navlist .subsubsubnavi a {
	padding-left: 30px;
	font-size: 90%;
	font-weight: normal;
}
.leftcolheader, .produktgruppen {
	height: 20px;
	line-height: 20px;
}

/* Formulare */
form label {
	display: block;
	width: 120px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: right;
}

form legend {
	font-weight: bold;
}
form fieldset input,  form fieldset select {
	//width:200px;
}
