body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-variant: normal;
	font-size: 12px;
	color: rgb(0,0,0);

	background-color: rgb(255,255,255);
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

a img {
	border-style: none;
}

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

ul {
	list-style-image: url('../images/list_style_image.gif');
	margin: 0px 15px;
	padding: 0px 0px 8px 15px;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 1000px;

	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#footer {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;

	height: 25px !important;
	height: 25px;
	width: 1000px;

	font-size: 11px;

	border-top: 1px solid rgb(219,219,219);
	background-color: #fff;

	overflow: hidden;
}

#footer .exchange {
	padding-top: 2px;
	float: left;
}

#footer .copyright {
	padding-left: 300px;
	float: left;
}

#footer .impress {
	float: right;
}

#footer p {
	margin: 2px;
	padding: 0;
}

#footer a {
	text-decoration: none;
	color: rgb(153,153,153);
}

#footer a:hover {
	color: rgb(75,75,75);
}

#content {
	padding: 0px;
	padding-bottom: 30px;

	width: 1000px;
	min-height: 450px;
	height: auto !important;
	height: 450px;

	background-color: #fff;

	clear: both;
}

#head .left,
#innerContent .left {
	width: 205px;
	float: left;
}

#head .left {
	margin-top: 98px;
}

#innerContent .left {
	margin-top: 8px;
}

.redtop {
	font-size: 1px;
	height: 4px;
	background: url(../images/bow_red_top.gif) right top no-repeat;
}

.redbottom {
	font-size: 1px;
	height: 4px;
	background: url(../images/bow_red_bottom.gif) left bottom no-repeat;
}

.graytop {
	font-size: 1px;
	height: 4px;
	background: url(../images/bow_gray_top.gif) right top no-repeat;
}

.graybottom {
	font-size: 1px;
	height: 4px;
	background: url(../images/bow_gray_bottom.gif) left bottom no-repeat;
}

h1.banner,
h2.banner {
	font-size: 12px;
	color: white;
	padding: 2px 15px 3px 15px;
	margin: 0px;
}

h1.gray,
h2.gray {
	background-color: #989898;
}

h1.red,
h2.red {
	background-color: #ad1b2a;
}

.lightgray {
	background-color:#eee;
}

.lightgrayredborder {
	background-color:#eee;
	border: 1px solid #f00;
}

#head .left .navigation {
	background-color: #ad1b2a;
}

#head .top .navigation {
	font-size: 11px;
	color: #aaa;
}

#head .top .navigation a {
	padding: 0 11px 0 12px;
	color: #aaa;
}

#head .top .navigation a.first {
	padding-left: 0;
}

#head .top .navigation a.last {
	padding-right: 0;
}

#head .left .navigation ul {
	margin: 0px;
	padding: 3px 3px 4px 15px;
	list-style: none;
	list-style-image: none;
}

#head .left .navigation ul li {
	margin: 0px;
	padding: 1px 0px;
}

#head .left .navigation ul li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#head .left .navigation ul li a.active {
	color: #000;
}

#head .left .navigation ul li a img {
	vertical-align:middle;
	padding-right: 5px;
}

#head .left .navigation ul li a:hover {
	color: #000;
	text-decoration: none;
}

#head .middle,
#innerContent .middle {
	width: 574px;
	float: left;
}

#head .middle {
	margin: 0px 8px;
}

#head .middle img {
	display: block;
}

#innerContent .middle {
	margin: 8px 8px 18px 8px;
}

#head .right,
#innerContent .right {
	width: 205px;
	float: left;
}

#head .right {
	margin-top: 98px;
}

#innerContent .right{
	margin-top: 8px;
}

#head .right .language {
	padding: 10px 5px;
	background-color: #eee;
}

#head .right .search {
	padding: 10px 5px;
	background-color: #eee;
}

#searchform {
	margin: 0px;
	padding: 0px;
}

#searchform input.text {
	width: 130px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#searchform input.button {
	height: 20px;
	width: 55px;
	vertical-align: middle;
}

#head .right .quicklinks {
	margin-top: 8px;
}

#quicklink {
	margin: 8px 2px;
	padding: 0px;
}

#quicklink select {
	width: 200px;
	border: 1px solid #ccc;
}


#innerContent {
	padding-bottom: 10px;
}

#innerContent .navigation {
	background-color: #eee;
}

#innerContent .navigation ul {
	margin: 0px;
	padding: 2px 0px 3px 15px;
	list-style: none;
	list-style-image: none;
}

#innerContent .navigation ul li {
	margin: 0px;
	padding: 4px 0px;
}

#innerContent .navigation li ul {
	margin: 0px;
	padding: 4px 0px 0px 15px;
	list-style-image: none;
}

#innerContent .navigation li ul li {
	margin: 0px;
	padding: 4px 0px;
}

#innerContent .navigation ul li a {
	color: #000;
	text-decoration: none;
}

#innerContent .navigation ul li a.active {
	color: #ad1b2a;
}

#innerContent .navigation ul li a img {
	vertical-align:middle;
	padding-right: 10px;
}

#innerContent .navigation ul li a:hover {
	color: #ad1b2a;
	text-decoration: none;
}

#innerContent td {
	vertical-align: top;
}

#innerContent p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

#innerContent .left .contenttop,
#innerContent .right .contenttop {
	background-color: #eee;
	margin-bottom: 5px;
}

#innerContent .left .link_navigation {
	margin: 0px 5px;
}

#innerContent .contenttop,
#innerContent .contentleft {
	padding: 9px;
}

#innerContent .contentleft {
	width: 400px;
	float: left;
}

#innerContent .contentright {
	padding-top: 9px;
	width: 155px;
	float: left;
}

#innerContent .contentright img {
	display: block;
	padding-bottom: 8px;
}

#innerContent .contentright img.hand {
	padding-bottom: 0px;
}

#innerContent .contentright .zoom {
	display: block;
	padding: 0px;
	position: relative;
	top: -14px;
	left: 2px;
}

#innerContent .teaser {
	padding: 8px 8px 4px 8px;
}

#innerContent .contentrow {
	padding-left: 8px;
	clear: both;
}

#innerContent .contentrow .space {
	margin-right: 8px;
}

#innerContent .contentrow .small_image {
	float:left;
}

#innerContent .contentrow img {
	padding-bottom: 8px;
	display: block;
}

#innerContent .contentrow img.hand {
	border: 1px solid #ccc;
	padding-bottom: 0px;
}

#innerContent .contentrow .zoom {
	display: block;
	padding: 0px;
	position: relative;
	top: -15px;
	left: 3px;
}


.trader_search {
	padding: 8px;
}

.trader_result {
	padding: 0px 8px;
}

.trader {
	margin: 5px 15px 15px 5px;
	width: 245px;
	float: left;
}

#contactform {
	padding:0;
	margin:0;
	margin-bottom: 20px;
	color: #000;
}

#link2map24 .row,
#contactform .row {
	clear: both;
	padding: 10px 0px 0px 0px;
}

#link2map24 .lastrow,
#contactform .lastrow {
	margin-bottom: 10px;
}

#contactform label {
	float: left;
	width: 90px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
}

#contactform .field {
	float: left;
	width: 180px;
	text-align: left;
}

#contactform .textfield {
	width: 170px;
	border: 1px solid #ccc;
}


#accessoryorder input,
#accessoryorder select,
#accessoryorder textarea,
#sparepartrequest input,
#sparepartrequest select,
#sparepartrequest textarea,
#link2map24 input,
#link2map24 select,
#link2map24 textarea,
#contactform input,
#contactform select,
#contactform textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

#link2map24 input,
#link2map24 select {
	border: 1px solid #ccc;
}

#contact .contact_left {
	width:280px;
	float:left;
}

#contact .contact_right {
	width:280px;
	float:left;
}

#contact .contact_text {
	padding-top: 30px;
	text-align:center;
}

#route {
	padding: 8px;
}

#route .contact_left {
	width:195px;
	padding-right: 5px;
	float:left;
}

#route .contact_right {
	width:350px;
	float:left;
}

#link2map24 {
	padding:0;
	margin:0;
	margin-bottom: 20px;
}

#sparepartrequest h2 {
	margin: 0
	padding: 10px 0;
	font-size: 14px;
}

#sparepartrequest,
#accessoryorder {
	padding: 0px 9px;
}

#sparepartrequest .row,
#accessoryorder .row {
	padding-bottom: 5px;
}

#sparepartrequest .column,
#accessoryorder .column {
	width: 49%;
	float: left;
}

#sparepartrequest .inputfield,
#accessoryorder .inputfield{
	width: 250px;
	border: 1px solid #ccc;
}

#accessoryorder #category_id,
#accessoryorder #accessory_id {
	width: 550px;
	border: 1px solid #ccc;
}

#latestnews {
	background-color: #eee;
	padding: 0px 8px 8px 8px;
	margin-bottom: 5px;
}

#latestnews h3 {
	font-size: 12px;
	padding: 2px 0px;
	margin: 0px;
}

#latestnews .news {
	padding: 8px 0px;
	border-bottom: 1px solid #ad1b2a;
}

#latestnews .news .text {
	padding-bottom: 4px;
}

#latestnews .news .text img {
	display: block;
	padding-bottom: 4px;
}

#latestnews .news a.next {
	color: #ad1b2a;
	text-decoration: none;
}

#latestnews .news a.next:hover {
	color: #000;
	text-decoration: none;
}

.ritter {
	color: #ad1b2a;
	font-weight: bold;
}

.pdf, .mpg {
	display:block;
	padding: 3px 0px 8px 40px;
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

.pdf {
	background-image: url(../images/pdf.gif);
}

.mpg {
	background-image: url(../images/mpg.gif);
}

.bold {
	font-weight: bold;
}

.error {
	border: 1px solid #f00;
	color: #f00;
	font-weight: bold;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

.partner {
	padding-left: 50px;
}

.partner table tr td {
	text-align: center;
}

.sub td.region {
	width: 170px;
}

.sub td.address {
	width: 200px;
}

.hand {
	cursor: pointer;
}

#popBackground {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	display: none;
	background-color: #000000;
}

#popFrame {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow: auto;
	margin: 0px;
	position: relative;
	z-index: 2002;
}
#popWindow {
	position: fixed;
	_position: absolute;
	border: 2px solid #525252;
	top: 0px;
	left: 0px;
	z-index: 2001;
	display: none;
	padding: 0px;
}
#popTitleBar {
	background-color: #ad1b2a;
	color: #ffffff;
	font-weight: bold;
	height: 18px;
	padding: 4px;
	position: relative;
	z-index: 2003;
}
#popTitle {
	float: left;
	font-size: 12px;
}
#popClose {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popButtonClose {
	background: url(../images/icon.Close.gif) no-repeat 50% 50%;
	border: 1px solid #FFFFFF;
	width: 16px;
	height: 16px;
}
#popContent {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}
#popControls {
	background-color: #CCCCCC;
	padding-top: 5px;
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
#popPropsTable {
	width: 100%;
}
#popPropsTable td {
	padding: 3px;
}
#popErrorPicture {
	background: url(../Images/icon.Abort.gif) no-repeat 16% 16%;
	width: 56px;
	height: 56px;
	float: left;
}
#popErrorText {
	padding-top: 10px;
}