/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101010;
}
#container {
	width:760px;
	margin: auto auto;
	text-align: left;
	background: url(../_images/body_bg.jpg) repeat-y;
}
#kopf {
	width: 760px;
	height: 140px;
	background:url(../_images/kopf.jpg) no-repeat;
}
#randimg {
	float: right;
	padding: 12px 3px 0px 0px;
}
#randimg img {
	border: 1px solid #f26722;
	margin-right:15px;
}
#fuss {
	width: 760px;
	height: 30px;
	background: url(../_images/fuss.jpg) no-repeat;
}
#content {
	float: right;
	text-align: left;
	width: 485px;
	padding: 0px 40px 0px 15px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #f26722;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
}
#content .colleft, #content .colleft1 {
	display: block;
	width: 120px;
	float: left;
	clear: left;
}
#content .colleft1 {
	clear: none;
	width: 50px;
}
#content .colright, #content .colright1 {
	float: right;
	width: 200px;
	display: block;
	margin-bottom: 1em;
}
#content .colright1 {
	width: 365px;
}
#content .wichtig {
	color: #f26722;
	font-weight: bold;
	font-size: 125%;
}
#content .produkt {
	width: 230px;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #989498;
}

#content .produkt img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#content .produkt h3 {
	width: 230px;
	display: block;
	line-height: 20px;
	font-size: 12px;
	background-color: #989498;
	color: #eae9ea;
	margin: 0px;
	text-align: center;
}
#content .produktspacer {
	width: 21px;
	float: left;
}
#content .maschine {
	border: 1px solid #989498;
	margin-bottom: 25px;
}
#content .maschine h3 {
	display: block;
	line-height: 20px;
	font-size: 12px;
	background-color: #989498;
	color: #eae9ea;
	margin: 0px;
	padding: 2px 5px 2px 5px;
}
#content .maschine .inhalt {
	margin: 5px;
}
#content .maschine .maschinenvorschau {
	float: left;
	border: 1px solid #f26722;
}
#content .maschine .angaben {
	float: right;
	width: 320px;
}
#content .maschine .maschinenfuss {
	border-top: 1px solid #989498;
	margin: 3px 0px 0px 0px;
	padding: 2px 0px;
}
#content #mbgross, #content #mbklein1, #content #mbklein2 {
	border: 1px solid #f26722;
}
#content #mbgross {
	margin-right: 20px;
}
#content #mbklein1 {
	margin-bottom: 20px;
}
#navigation {
	width: 172px;
	float: left;
	padding: 0px 15px 0px 22px;
}
#navigation ul, #navigation ul, #navigation li {
	list-style: none;
	padding: 0px; 
	margin: 0px;
}
#navigation a {
	display: block;
	width: 175px;
	height: 35px;
	background: url(../_images/bu.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #101010;
	text-decoration: none;
	line-height: 33px;
	text-indent: 10px;
	margin-bottom: 2px;
}
#navigation a:hover, #navigation a.aktiv {
	color: #eae9ea;
	background-image: url(../_images/bu_aktiv.jpg);
}
#navigation .subnavi a {
	display: block;
	width: 175px;
	height: 35px;
	background: url(../_images/bu_sub.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #101010;
	text-decoration: none;
	line-height: 35px;
	text-indent: 20px;
	margin-bottom: 4px;
	margin-top: -2px;
}
#navigation .subnavi a:hover, #navigation .subnavi a.aktiv {
	color: #eae9ea;
	background-image: url(../_images/bu_sub_aktiv.jpg);
}
.pagenavigation img {
	border: none;
}
#maschinenanfrage label {
	width: 320px;
	background-color: #f26722;
	border: 1px solid #f26722;
	line-height: 18px;
	text-indent: 5px;
	display: block;
}
* html #maschinenanfrage label, *+html #maschinenanfrage label {
	width: 322px;
}
#maschinenanfrage input, #maschinenanfrage textarea {
	width: 320px;
	border: 1px solid #f26722;
	margin: -1px 0px 10px 0px;
}
#maschinenanfrage .required {
	background-color: #F6D8CC;
}
