*{
	padding: 0;
	margin: 0;
}
a {
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #453C1D;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../img/page-bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
#wrap {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	height: 130px;
	width: 900px;
	background-image: url(../img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 285px;
}
#nav {
	height: 36px;
	width: 900px;
	background-image: url(../img/bg-nav-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-bottom: 0px;
}
#nav ul {
	margin-left: 30px;
}

#nav ul li {
	display: inline;
	line-height: 30px;
	height: 30px;
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
}


#main {
	height: auto;
	width: 900px;
	background-image: url(../img/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
}
#unav {
	width: 200px;
	padding-top: 5px;
	margin-left: 1px;
	float: left;
	display: inline;
	clear: right;
}
#unav h2 {
	vertical-align: middle;
	margin: 0px;
	padding-bottom: 1px;
	font-weight: normal;
	color: #000;
	height: 50px;
}
#unav h2 a {
	color: #000;
	display: block;
	padding-left: 42px;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
#unav h2 a:hover {
	color: #FFF;
}


.bt-zweirad {
	background-image: url(../img/bg-butt-zweirad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bt-mehrzweck {
	background-image: url(../img/bg-butt-mehrzweck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bt-senior {
	background-image: url(../img/bg-butt-senior.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bt-sport {
	background-image: url(../img/bg-butt-sport.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bt-pkw {
	background-image: url(../img/bg-butt-pkw.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#unav ul {
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 10px;
}

#unav ul li {
	color: #FFF;
	list-style-type: none;
	font-size: 14px;
	background-color: #E86606;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}




#unav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#unav ul li a:hover {
	color: #000;
	background-color: #F9C967;
}
#unav ul li ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#unav ul li ul li {
	color: #FFF;
	list-style-type: none;
	font-size: 14px;
	background-color: #CF5B05;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}

#unav ul li ul li  a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#unav ul li ul li a:hover {
	color: #000;
	background-color: #F9C967;
}







#crumb {
	background-image: url(../img/bg-crumb.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 900px;
}
#crumb p {
	padding-left: 220px;
	vertical-align: bottom;
	color: #333;
	font-size: 10px;
	padding-top: 47px;
}
#crumb p a {
	color: #F27717;
	text-decoration: none;
}

#inhalt {
	width: 480px;
	height: auto;
	margin-right: 20px;
	padding-top: 20px;
	float: left;
	padding-left: 20px;
	display: inline;
}
#inhalt hr {
	clear: both;
	color: #ED761A;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cleaner-h10 {
	background-color: #ED761A;
	clear: both;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}



#inhalt h1 {
	font-size: 18px;
	padding-bottom: 20px;
	color: #EC6305;
}
#inhalt h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ED761A;
}
#inhalt h2 a {
	color: #ED761A;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inhalt h2 a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#inhalt h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #FB9530;
}
#inhalt a  {
	color: #8FA400;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#inhalt p {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#inhalt ol li {
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: decimal;
	padding-bottom: 10px;
}

#inhalt ul li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}


.gruen {
	color: #C9EA05;
}

.vcenter {
	vertical-align: middle;
}
.klein {
	font-size: 10px;
}
sup {
	font-size: 10px;
}

.rechts {
	float: right;
	clear: both;
}

.links {
	float: left;
}
.rahm-oben-clear {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ED761A;
	clear: both;
	margin-top: 10px;
}

.img-rechts {
	float: right;
	padding-left: 10px;
}
.img-links {
	float: left;
	padding-right: 10px;
}
.rahm-img {
	padding: 2px;
	border: 1px solid #666;
}
.table-details {
	padding: 3px;
	border: 1px solid #FC9530;
}
#inhalt #details {
	padding-top: 10px;
	display: block;
}
#inhalt tbody tr th {
	padding: 3px;
}



#inhalt tbody tr td {
	padding: 3px;
}
.rahm-unten {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED761A;
	padding-top: 10px;
}
.bg-orange {
	background-color: #F9E390;
}
.preis {
	font-size: 18px;
	font-weight: bold;
	color: #ED761A;
}



.clear {
	clear: both;
}
.wichtig {
	color: #F00;
}


.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FCEFBE;
	border: 1px solid #ED761A;
	padding: 2px;
}
.field1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
.field1-re {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
	text-align: right;
}
.field1-150 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
	width: 150px;
}
.field1-230 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
	width: 230px;
}



#bestellung #wrap #main #inhalt #form1 #eingabe tr th {
	font-weight: bold;
	background-color: #FCEFBE;
	text-align: center;
	padding: 2px;
	border: 1px solid #ED761A;
}
#bestellung #wrap #main #inhalt #form1 #eingabe tr td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #CCC;
}






#sidebar {
	float: right;
	height: auto;
	width: 160px;
	display: block;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ED761A;
}
#sidebar h2 {
	font-size: 14px;
	color: #ED761A;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED761A;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	clear: both;
}
#sidebar h3 {
	font-size: 10px;
	font-weight: bold;
	color: #ED761A;
	padding-bottom: 5px;
	font-style: italic;
	clear: both;
}
#sidebar a {
	text-decoration: none;
	color: #AF4803;
	font-style: italic;
}
#sidebar a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sidebar p {
	padding-top: 5px;
	padding-bottom: 15px;
	color: #ED761A;
	font-size: 10px;
}
#sidebar ul {
	padding-left: 10px;
}
#sidebar ul li {
	font-size: 10px;
	padding-bottom: 5px;
}




#footer {
	height: 110px;
	width: 900px;
	background-image: url(../img/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#footer p {
	text-align: center;
	padding-top: 80px;
	font-size: 10px;
	color: #CCC;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
.inputbox120 {
	width: 120px;
}
#inhalt fieldset {
	border: 1px solid #ED761A;
}

#inhalt fieldset legend  {
	font-weight: bold;
	color: #666;
	background-color: #FCEFBE;
	margin-left: 5px;
	border: 1px solid #ED761A;
	padding: 3px;
}
.zentriert {
	text-align: center;
}

