* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	text-align: center;
	margin-right: auto;
	height: 100%;
	width: 100%;
	position: relative;
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #404040;
	background-color: #FFFFFF;
	background-image: url("../images/tunnel.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0pt;
}

img{
	border: 0px;
}

a {
	color: #FF7F00;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h3 {
	color: #FF7F00;
	font-size: 16pt;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}

h3.frontpage {
	color: #FF7F00;
	font-size: 20pt;
	font-weight: normal;
	margin-bottom: 20px;
}

h4 {
	color: #777777;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0px;
}

h5 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}

abbr {
	border-bottom: 1px dotted #FFFFFF;
}

fieldset {
	border: none;
}

h1, hr, .hidden, form.contact legend, form.order legend {
	display: none;
}

.clearbox {
	clear: both;
}

.extrabox {
	background-image: url("../images/extrabox_tl.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-top: 80px;
}

.extrabox_inner {
	font-weight: bold;
	font-size: 9pt;
	color: #FF7F00;
	background-image: url("../images/extrabox_br.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.extrabox_inner a {
	padding: 12px 14px 16px 65px;
	display: block;
}

.extrabox_tr {
	width: 14px;
	height: 31px;
	background-image: url("../images/extrabox_tr.gif");
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: 0px;
	top: 0px;
}

.extrabox_bl {
	width: 14px;
	height: 14px;
	background-image: url("../images/extrabox_bl.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#huelle {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#back {
	background-color: #FFFFFF;
	float: left;
	padding: 0px 20px;
	width: 940px;
}

#langbar {
	color: #808080;
	font-size: 7pt;
	text-align: right;
	height: 21px;
	padding: 5px 0px 3px 0px;
}

#langbar img {
	margin: 1px 5px 0px 0px;
	float: left;
}

#langbar ul {
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	height: 100%;
	float: right;
}

#langbar li {
	float: left;
	margin-left: 10px;
	text-align: center;
}

#langbar li a, #langbar li div {
	display: block;
	color: #808080;
	border: 1px solid #FFFFFF;
	padding: 3px;
	text-decoration: none;
	background-color: transparent;
}

#langbar li div {
	color: #FF0000;
}

#langbar li a:hover, #langbar li a:focus {
	text-decoration: none;
	border: 1px solid #A6A6A6;
}

#top {
	width: 100%;
	height: 187px;
	background-image: url("../images/top.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#top #loginbox {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	width: 195px;
	height: 65px;
	background-image: url("../images/login_back.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#top #loginbox a {
	display: block;
	color: #FFFFFF;
	position: absolute;
	top: 24px;
	left: 20px;
	width: 150px;
	height: 41px;
}

#top #loginbox a:hover {
	text-decoration: underline;
}

#top #loginbox #login {
	color: #FFC000;
	font-size: 7pt;
	position:absolute;
	top: 30px;
	left: 28px;
}

#top #logoutbox #logout {
	color: #FFC000;
	font-size: 7pt;
	position:absolute;
	top: 24px;
	left: 8px;
}

#top #loginbox #user {
	display:block;
	color: #FFFFFF;
	font-size: 9pt;
	position:absolute;
	bottom: 5px;
	right: 10px;
	text-align: right;
	font-weight: bold;
}

#promotion {
	width: 870px;
	min-height: 18px;
	margin: 0px 25px;
	background-color: #000000;
	background-image: url("../images/promotion_bottom.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px 10px;
	position: relative;
	float: left;
	color: #FFFFFF;
	font-size: 8pt;
}

#promotion ul {
	float: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-right: 60px;
	font-size: 10pt;
}

#promotion li {
	margin: 0px 10px;
	float: left;
	color: #FFC000;
	font-weight: bold;
}

#promotion li.active {
	color: #FFC000;
	text-decoration: underline;
}

#promotion li a {
	color: #FFC000;
}

#promotion p {
	color: #FFC000;
	font-size: 7pt;
	position:absolute;
	top: 8px;
	right: 15px;
}

#promotion p a {
	color: #FFC000;
}

form.LoginForm {
	text-align: right;
}

form.LoginForm .passbox {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 8pt;
	padding: 1px;
	width: 120px;
}

form.LoginForm button {
	border: 1px solid #FFFFFF;
	background-color: #FF6E00;
	color: #FFFFFF;
	font-size: 7pt;
	font-weight: bold;
	padding: 0px 2px;
}

#menu {
	width: 940px;
	height: 35px;
	background-image: url("../images/menu.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 7px;
}

#menu1 {
	float: right;
	width: 700px;
	font-size: 11pt;
	color: #808080;
	font-weight: bold;
	padding: 1px 20px;
	height: 33px;
}

#menu1 ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	height: 35px;
}

#menu1 li {
	float: left;
}

#menu1 li.active, #menu1 li.subactive {
	background-color: #FFFFFF;
	color: #FF7F00;
	padding: 7px 20px;
}

#menu1 li a {
	display: block;
	color: #808080;
	font-weight: bold;
	padding: 7px 20px;
	text-decoration: none;
}

#menu1 li a:hover, #menu1 li a:focus {
	text-decoration: none;
	background-color: #FFFFFF;
}

#menu2 {
	float: left;
	width: 190px;
	margin-right: 10px;
	padding-top: 8px;
	padding-top: 16px;
}

#menu h2 {
	text-align: center;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}

#main {
	background-image: url("../images/main_back.png");
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 940px;
	position: relative;
}

#content, #content_slim, .content_slim {
	width: 730px;
	float: right;
	margin-top: 20px;
	min-height: 450px;
}

#content_slim, .content_slim {
	width: 490px;
}

.content_slim {
	min-height: 0;
	margin-top: 0px;
}

#content p, #content_slim p, .content_slim p {
	line-height: 1.4;
	margin-bottom: 15px;
}

#content ul, #content_slim  ul, .content_slim ul {
	list-style-type: disc;
	margin-bottom: 15px;
	line-height: 1.4;
}

#content li, #content_slim  li, .content_slim li {
	margin: 0px 0px 2px 30px;
}

#rightbox, .rightbox {
	width: 200px;
	margin: 20px 0px 0px 20px;
	padding-left: 20px;
	float: right;
	line-height: 1;
}

#rightbox a, .rightbox a {
	display: block;
	margin-top: 15px;
	text-decoration: none;
}

#rightbox a:first-child, .rightbox a:first-child {
	margin-top: 0px;
}

#rightbox a:hover, #rightbox a:focus, .rightbox a:hover, .rightbox a:focus {
	background-color: transparent;
}

#leftbox {
	width: 160px;
	float: left;
	margin: 20px 15px 0px 15px;
	font-size: 10pt;
	z-index: 10;
	position: relative;
}

#leftbox ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-top: 1px solid #A6A6A6;
	margin-bottom: 20px;
}

#leftbox li {
	border-bottom: 1px solid #A6A6A6;
}

#leftbox li:last-child.subactive {
	border: none;
}

#leftbox li div {
	color: #FFFFFF;
	padding: 5px 5px 5px 25px;
	background-image: url("../images/menu2.gif");
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	color: #FF7F00;
}

#leftbox li a {
	display: block;
	color: #FFFFFF;
	padding: 5px 5px 5px 25px;
	background-image: url("../images/menu2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

#leftbox li a:hover, #leftbox li a:focus {
	background-color: #595959;
	text-decoration: none;
	background-position: right top;
	color: #FF7F00;
}

#leftbox ul ul {
	border: none;
	border-top: 1px solid #A6A6A6;
	margin-bottom: 10px;
	font-size: 8pt;
}

#leftbox li li {
	border: none;
}

#leftbox li li:first-child div {
	border-top: 1px solid #595959;
}

#leftbox li li div {
	margin-left: 20px;
	padding: 5px 5px 5px 5px;
	background-image: none;
	background-color: #313131;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
	color: #FF7F00;
}

#leftbox li li a {
	margin-left: 20px;
	padding: 5px 5px 5px 5px;
	background-image: none;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
}

#leftbox li li a:hover {
	background-color: #313131;
}

#leftbox_bottom {
	position: absolute;
	background-image: url("../images/leftbox_bottom.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 190px;
	height: 352px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

#bottom {
	color: #808080;
	font-size: 7pt;
	border-top: 1px solid #A6A6A6;
	margin: 15px 0px 6px 0px;
	float: left;
	width: 940px;
	text-align: center;
	padding-top: 5px;
}

.attention_box {
	float: right;
	width: 125px;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #FF7F00;
	font-weight: bold;
	text-align: center;
}

form.contact, form.order {
	font-size: 11pt;
	padding: 15px;
	margin-bottom: 30px;
}

form.order_back {
	padding: 0px 15px;
	margin-bottom: 0px;
}

form.contact label, form.order label {
	float: left;
	width: 120px;
	text-align: right;
	margin: 3px 15px 0px 0px;
}

form.order label {
	width: 130px;
}

form.contact input, form.order input {
	background-color: #FFFFFF;
	margin: 3px 0px;
	width: 200px;
	font-size: 11pt;
	border: 1px solid #A6A6A6;
	padding: 1px;
	color: #000000;
}

form.order input.number {
	width: 50px;
	text-align: right;
}

form.contact textarea, form.order textarea {
	background-color: #FFFFFF;
	margin: 3px 0px;
	width: 300px;
	font-size: 11pt;
	border: none;
	padding: 1px;
	color: #000000;
	border: 1px solid #A6A6A6;
}

form.contact input:focus, form.contact textarea:focus, form.order input:focus, form.order textarea:focus, form.order select:focus {
	background-color: #FFF4CF;
}

form.contact button, form.order button {
	background-color: #FF6C00;
	color: #FFFFFF;
	border-top: 2px solid #FFD2A5;
	border-right: 2px solid #3E3E3E;
	border-bottom: 2px solid #3E3E3E;
	border-left: 2px solid #FFD2A5;
	margin: 5px 0px 5px 190px;
	padding: 2px 15px;
	font-weight: bold;
	font-size: 10pt;
}

form.order .buttonbox {
	text-align: center;
}

form.order button {
	margin: 5px 0px;
}

form.order_back button {
	background-color: #FFFFFF;
	border: 1px solid #8A4100;
	color: #8A4100;
}

form.order select {
	margin-bottom: 5px;
}

div#form_error {
	border: 2px solid #D40004;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 9pt;
}

div#form_error p {
	color: #D40004;
	margin-bottom: 10px;
}

div#form_error ul {
	list-style-type: square;
	margin: 0px;
}

div#form_error li, div#form_error li a {
	margin-bottom: 3px;
	font-size: 9pt;
	color: #D40004;
}

div#form_error li {
	margin: 0px 0px 5px 30px;
}

div#form_error li a:hover, div#form_error li a:focus {
	background-color: transparent;
}

div#manufacturer_div, div#model_div {
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

div#model_div {
	float: right;
}

div#product_div {
	clear: both;
	margin-bottom: 10px;
}

div#manufacturer_div select, div#model_div select, div#product_div select {
	width: 100%;
}

.footnote {
	color: #FF7F00;
	font-size: 7pt;
	border-top: 1px solid #FF7F00;
}

.small {
	font-size: 7pt;
}

table.features {
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

table.features th, table.features td {
	border: 1px solid #000000;
	padding: 4px 8px;
	vertical-align: top;
}

table.features th {
	text-align: center;
	background-color: #FFC300;

}

table.features ul {
	margin: 0px !important;;
}

table.order_items {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	font-size: 10pt;
	border: 1px solid #000000;
}

table.order_items th {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000000;
	background-color: #FFC300;
}

table.order_items td, table.order_items th {
	padding: 5px;
}

table.order_items tr.total td {
	border-top: 3px double #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: right;
}

table.order_items tr.listrow1 {
	background-color: #ededed;
}

table.order_items tr.listrow2 {
	background-color: #d9d9d9;
}

table.order_details {
	width: 100%;
	margin-bottom: 20px;
	font-size: 10pt;
}

table.order_details td {
	vertical-align: top;
	padding: 5px 0px;
	border-bottom: 1px solid #d9d9d9;
}

table.order_details th {
	vertical-align: top;
	padding: 5px 10px 5px 0px;
	width: 150px;
	font-weight: bold;
	border: none;
	text-align: right;
}

div.order_process {
	padding-bottom: 1px;
}

div.order_process h3 {
	padding: 8px;
	font-size: 10pt;
	font-weight: bold;
	color: #777777;
	margin: 0;
}

ul.order_process {
	list-style-type: none;
	margin: 0px 5px;
}

ul.order_process li {
	border: 1px solid #d9d9d9;
	padding: 10px 5px 10px 33px;
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

ul.order_process li.finished {
	color: #000000;
	background-image: url("../images/accept.png");
}

ul.order_process li.current {
	color: #000000;
	background-image: url("../images/asterisk_yellow.png");
}

ul.order_process li.ahead {
	color: #d9d9d9;
	background-image: none;
}

.partner1 {
	margin-bottom: 15px;
	text-align: center;
}
