* {
margin:0;
padding:0;
}

body,html {
	height:100%;
}

@font-face {
    font-family: 'Vida33ProRegular';
    src: url('/fonts/vida33pro-webfont.eot');
    src: url('/fonts/vida33pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vida33pro-webfont.woff') format('woff'),
         url('/fonts/vida33pro-webfont.ttf') format('truetype'),
         url('/fonts/vida33pro-webfont.svg#Vida33ProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #ededed;
	min-height:100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

.home {
	background: url("../images/blick-homepage.jpg") no-repeat center top #adb3bf;
}

a, img {
	outline:none;
	border:none;
}

a {
	text-decoration:none;
	cursor:pointer;
	color:#393e48;
}

a:hover {
	text-decoration:underline;
	color:#393e48;
}

#wrapper {
	width:1000px;
	min-height:100%;
    overflow: hidden;
    margin: 0 auto;
}

.texttitle {
    font-family: 'Vida33ProRegular';	
    color: #000000;
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 14px;
}

h1, h2, h3 {
    font-family: 'Vida33ProRegular';	
    color: #000000;
    font-weight: normal;
}

h1 {
	font-size: 30px;
	margin: 0 0 14px;
}

h2 {
	font-size: 26px;
	margin: 0 0 22px;	
}

h3 {
	font-size: 20px;
	margin: 0 0 13px;
}

p {
	margin: 0 0 30px;
	line-height: 1.6em;
}

ul {
	line-height: 1.6em;
}

.clear {
	clear: both;
}



/* HEADER */

#header {
	width:100%;
	height:210px;
	position:relative;
    font-family: 'Vida33ProRegular';	
}

a.logo {
	position: absolute;
	top: 40px;
	left: 0;
	background: url("../images/logo.png") no-repeat;
	width: 210px;
	height: 102px;
}

ul#nav {
	position: absolute;
	top: 83px;
	left: 240px;
	list-style: none;
}

ul#nav li {
	float: left;
	padding-right: 28px;
}

ul#nav li a {
	color: #393e48;
	font-size: 18px;
}

ul#nav li a:hover,
ul#nav li a.current {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #c0262d;
}


.phones {
	background: url("../images/bg-phones.png") no-repeat right top;
	position: absolute;
	top: 45px;
	right: 0;
	padding: 15px 0 0;
	text-align: right;
	color: #000;
	font-size: 26px;
	line-height: 1.1em;
	width: 213px;
}

.phones span {
	color: #5d6573;
	font-size: 18px;
	float: left;
	margin-top: -1px;
}

/* END HEADER */

/* CONTENT */

#content {
	width: 100%;
	padding: 0 0 30px;
}

#content.h70 {
	padding-bottom: 150px;
}

#leftcol {
	float: left;
	width: 240px;
	padding: 45px 0 0;
}

#maincol {
	/*float: right;*/
    margin-left: 240px;
	width: 660px;
}

ul.vertical-nav {
	margin: 0;
	list-style: none;
	display: block;
	overflow: hidden;
}

ul.vertical-nav li {
	display: block;
	margin: 0 0 12px;
}

ul.vertical-nav li a {
	font-family: 'Vida33ProRegular';
	font-size: 20px;
	color: #000;
	padding-left: 5px;
}

ul.vertical-nav li a span {
	padding-left: 38px;
}

ul.vertical-nav li a:hover,
ul.vertical-nav li a.current {
	color: #8c0e14;
	background: url("../images/border-vertical-nav.png") no-repeat left center;
	text-decoration: none;
}

ul.vertical-nav li.drop ul {
	display: block;
}

ul.vertical-nav li ul {
	list-style: none;
	margin: 0 0 0 44px;
	display: none;
}

ul.vertical-nav li ul li {
	
}

ul.vertical-nav li ul li a {
	font-size: 13px;
	color: #393e48;
	padding: 0;
}

ul.vertical-nav li ul li a:hover,
ul.vertical-nav li ul li a.current {
	color: #8c0e14;	
	text-decoration: none;
	background: none;
}

.icon-sale {
	background: url("../images/icon-sale.png") no-repeat left center;
}

.icon-repair {
	background: url("../images/icon-repair.png") no-repeat left center;
}

.icon-spares {
	background: url("../images/icon-spares.png") no-repeat left center;
}


.map {
	width: 660px;
	height: 466px;
}

.cols {
	width: 100%;
	overflow: hidden;
}

.cols .col {
	width: 300px;
}

.cols .col.left {
	float: left;
}

.cols .col.right {
	float: right;
}


.table {
	border: none;
}

.table thead {
	background: #e1e5ef;
}

.table thead tr {
	background: none;
}

.table thead tr td {
	padding: 8px 15px;
	color: #000;
	font-size: 14px
}

.table tr {
	background: url("../images/border-footer-nav.png") repeat-x left top;
}

.table tr td {
	padding: 18px 15px;
	color: #4c4c4c;
	font-size: 11px;
	vertical-align: top;	
}

.table tr td.model {
	width: 18%;
}

.table tr td.description {
	width: 25%;
}

.table tr td.price {
	width: 18%;
}


.short-desc-box {
	width: 100%;
	margin: 0 0 50px;
	padding: 25px 0;
	position: relative;
}

.short-desc-box img {
	position: absolute;
	left: -25px;
	top: 0;
	z-index: 2;
}

.short-desc {
	background: url("../images/short-desc.jpg") no-repeat left bottom #fff;
	float: right;
	padding: 23px;
	width: 373px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	font-size: 13px;
	min-height: 140px;
	height: auto !important;
	height: 140px;
	text-align: left;
}

.home .short-desc {
	background: url("../images/short-desc-homepage.png") no-repeat left top;	
	background-color: none;
	min-height: 202px;
	height: auto !important;
	height: 202px;
	padding: 14px 23px 23px;
	float: right;
	margin-right: 13px;
}

a.button-look {
	position: absolute;
	width: 173px;
	height: 42px;
	top: 235px;
	right: -13px;
	z-index: 10;
	background: url("../images/button-look.png") no-repeat 0 0;
	text-indent: -9999px;
}

a.button-look:hover {
	background: url("../images/button-look.png") no-repeat 0 -44px;	
}

a.button-look:active {
	background: url("../images/button-look.png") no-repeat 0 -88px;	
}

.short-desc p {
	margin: 0 0 8px;
	position: relative;
	z-index: 10;
	color: #56575a;
}


.logos ul {
	list-style: none;
}


.logos ul li a {
	float: left;
	height: 76px;
}

.logos ul li a.daf {
	background: url("../images/logos.jpg") no-repeat 0 -90px;
	width: 110px;
}

.logos ul li a.daf:hover {
	background: url("../images/logos.jpg") no-repeat 0 0;	
}

.logos ul li a.wabco {
	background: url("../images/logos.jpg") no-repeat -154px -90px;
	width: 151px;
}

.logos ul li a.wabco:hover {
	background: url("../images/logos.jpg") no-repeat -154px 0;	
}

.logos ul li a.saf {
	background: url("../images/logos.jpg") no-repeat -347px -90px;
	width: 83px;
}

.logos ul li a.saf:hover {
	background: url("../images/logos.jpg") no-repeat -347px 0;	
}

.logos ul li a.liqui-moly {
	background: url("../images/logos.jpg") no-repeat -467px -90px;
	width: 73px;
}

.logos ul li a.liqui-moly:hover {
	background: url("../images/logos.jpg") no-repeat -467px 0;	
}

.logos ul li a.sachs {
	background: url("../images/logos.jpg") no-repeat -568px -90px;
	width: 75px;
}

.logos ul li a.sachs:hover {
	background: url("../images/logos.jpg") no-repeat -568px 0;	
}

.logos ul li a.textar {
	background: url("../images/logos.jpg") no-repeat -678px -90px;
	width: 83px;
}

.logos ul li a.textar:hover {
	background: url("../images/logos.jpg") no-repeat -678px 0;	
}

.logos ul li a.total {
	background: url("../images/logos.jpg") no-repeat -794px -90px;
	width: 39px;
}

.logos ul li a.total:hover {
	background: url("../images/logos.jpg") no-repeat -794px 0;	
}

.logos ul li a.mann-filter {
	background: url("../images/logos.jpg") no-repeat -868px -90px;
	width: 98px;
}

.logos ul li a.mann-filter:hover {
	background: url("../images/logos.jpg") no-repeat -868px 0;	
}

.logos ul li a.beral {
	background: url("../images/logos.jpg") no-repeat -1001px -90px;
	width: 126px;
}

.logos ul li a.beral:hover {
	background: url("../images/logos.jpg") no-repeat -1001px 0;	
}

.logos ul li a.hengst {
	background: url("../images/logos.jpg") no-repeat -1160px -90px;
	width: 118px;
}

.logos ul li a.hengst:hover {
	background: url("../images/logos.jpg") no-repeat -1160px 0;	
}

.logos ul li a.bap {
	background: url("../images/logos.jpg") no-repeat -1314px -90px;
	width: 53px;
}

.logos ul li a.bap:hover {
	background: url("../images/logos.jpg") no-repeat -1314px 0;	
}

.logos ul li a.covind {
	background: url("../images/logos.jpg") no-repeat -1402px -90px;
	width: 141px;
}

.logos ul li a.covind:hover {
	background: url("../images/logos.jpg") no-repeat -1402px 0;	
}

.logos ul li a.contitech {
	background: url("../images/logos.jpg") no-repeat -1584px -90px;
	width: 116px;
}

.logos ul li a.contitech:hover {
	background: url("../images/logos.jpg") no-repeat -1584px 0;	
}

.logos ul li a.meritor {
	background: url("../images/logos.jpg") no-repeat -1737px -90px;
	width: 106px;
}

.logos ul li a.meritor:hover {
	background: url("../images/logos.jpg") no-repeat -1737px 0;	
}

.logos ul li a.ebespacher {
	background: url("../images/logos.jpg") no-repeat -1886px -90px;
	width: 61px;
}

.logos ul li a.ebespacher:hover {
	background: url("../images/logos.jpg") no-repeat -1886px 0;	
}

.logos ul li a.bosch {
	background: url("../images/logos.jpg") no-repeat -1991px -90px;
	width: 192px;
}

.logos ul li a.bosch:hover {
	background: url("../images/logos.jpg") no-repeat -1991px 0;	
}

.logos ul li a.lemforder {
	background: url("../images/logos.jpg") no-repeat -2217px -90px;
	width: 59px;
}

.logos ul li a.lemforder:hover {
	background: url("../images/logos.jpg") no-repeat -2217px 0;	
}

.logos ul li a.fleetguard {
	background: url("../images/logos.jpg") no-repeat -2302px -90px;
	width: 60px;
}

.logos ul li a.fleetguard:hover {
	background: url("../images/logos.jpg") no-repeat -2302px 0;	
}


.error404 {
	padding: 215px 0;
	overflow: hidden;
	width: 540px;
	margin: 0 auto;
}

.error404 a.logo {
	position: static;
	width: 243px;
	height: 132px;
	background: url("../images/logo404.png") no-repeat;
	float: left;
	margin-right: 5px;
}

.error404 .desc {
	float: left;
	width: 266px;
	padding: 2px 0 0;
	color: #808080;
	font-size: 13px;
}

.error404 .desc h3 {
	font-size: 18px;
	margin: 0 0 4px;
}

.error404 .desc p {
	margin: 0 0 6px;	
	line-height: 1.3em;
}

.error404 .desc a {
	color: #000;	
	text-decoration: underline;
	font-size: 11px;
}

.error404 .desc a:hover {
	color: #000;
	text-decoration: none;
	font-size: 11px;	
}


.feedback-form {
	width: 620px;
	background: #fff;
	padding: 46px 0 290px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	position: relative;
}

.feedback-form .letter {
	position: absolute;
	left: -60px;
	bottom: -14px;
	background: url("../images/letter.png") no-repeat;
	width: 740px;
	height: 327px;
}

.feedback-form .inputs {
	float: left;
	width: 100%;
	margin: 0 0 24px;
}

.feedback-form .inputs label {
	float: left;
	width: 268px;
	padding-right: 8px;
	text-align: right;
	font-size: 14px;
	margin-top: 3px;
}

.feedback-form .txt-field {
	border: 1px solid #919191;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333333;
	font-size: 14px;
	width: 257px;
	padding: 2px 10px 4px;
}

.feedback-form textarea {
	border: 1px solid #919191;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	color: #333333;
	font-size: 14px;
	padding: 2px 10px;
	width: 257px;
}

.feedback-form input.submit {
	position: absolute;
	left: 232px;
	bottom: 85px;
	z-index: 20;
}

input.submit {
	background: url("../images/button.png") no-repeat;
	width: 160px;
	border: none;
	cursor: pointer;
	padding: 5px 0 7px;
	color: #fff;
	font-size: 21px;
	font-family: 'Vida33ProRegular';
}

input.submit:hover {
	background: url("../images/button.png") no-repeat 0 -45px;	
}

input.submit:active {
	background: url("../images/button.png") no-repeat 0 -91px;	
}

.sel70 {
	width: 280px;
}


.homepage-slider {
	overflow: hidden;
	width: 100%;
}

.homepage-slider .tabs .unit-tab {
	height: 348px;
	overflow: hidden;
}

.homepage-slider .tabs .unit-tab ul {
	width: 10000px !important;
}

.homepage-slider ul.fnav {
	list-style: none;
	width: 853px;
	overflow: hidden;
	padding-left: 47px;
}

.homepage-slider ul.fnav li {
	float: left;
	padding-left: 40px;
}

.homepage-slider ul.fnav li.first {
	padding-left: 0;
}

.homepage-slider ul.fnav li a {
	float: left;
	width: 237px;
	height: 73px;
	cursor: pointer;
	text-indent: -9999px;
}

ul.fnav li a.sale-tab {
	background: url("../images/button-tabs.png") no-repeat 0 14px;
}

ul.fnav li a.sale-tab:hover {
	background: url("../images/button-tabs.png") no-repeat 0 -75px;
}

ul.fnav li a.sale-tab.selected {
	background: url("../images/button-tabs.png") no-repeat 0 -178px;
}

ul.fnav li a.repair-tab {
	background: url("../images/button-tabs.png") no-repeat -276px 14px;
}

ul.fnav li a.repair-tab:hover {
	background: url("../images/button-tabs.png") no-repeat -276px -75px;
}

ul.fnav li a.repair-tab.selected {
	background: url("../images/button-tabs.png") no-repeat -276px -178px;
}

ul.fnav li a.spares-tab {
	background: url("../images/button-tabs.png") no-repeat -551px 14px;
}

ul.fnav li a.spares-tab:hover {
	background: url("../images/button-tabs.png") no-repeat -551px -75px;
}

ul.fnav li a.spares-tab.selected {
	background: url("../images/button-tabs.png") no-repeat -551px -178px;
}





/* END CONTENT */

/* FOOTER */

#footer {
	background: #e0e1e3;
	width: 100%;
	padding: 26px 0;
    margin-top: 30px;
}

.home #footer {
	background: url("../images/bg-footer-home.png") repeat-x #afb5c1;
}

#footer.h70 {
	margin-top: -122px;
	height: 70px;
}

#footer-wrapp {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	font-family: 'Vida33ProRegular';
	overflow: hidden;
}

.feedback-box {
	overflow: hidden;
	margin: 0 0 35px;
}

.feedback-box a {
	display: inline-block;
	background: url("../images/bg-feedback.png") no-repeat;
	width: 337px;
	height: 123px;
	padding: 22px 0 0;
	color: #01215;
	font-size: 28px;
	line-height: 1.1em;
}

.home .feedback-box a {
	background: url("../images/bg-feedback-homepage.png") no-repeat;	
}

.feedback-box a:hover {
	background: url("../images/bg-feedback.png") no-repeat 1px -146px;
	text-decoration: none;	
}

.home .feedback-box a:hover {
	background: url("../images/bg-feedback-homepage.png") no-repeat -1px -156px;	
}

#footer-wrapp .nav {
	margin: 0 0 16px;
	width: 100%;
	overflow: hidden;
}

#footer-wrapp ul {
	list-style: none;
	background: url("../images/border-footer-nav.png") repeat-x left bottom;
	margin: 0 0 0 240px;
	float: left;
	padding: 0 0 13px;
}

#footer-wrapp ul li {
	display: inline;
	padding: 0 14px;
}

#footer-wrapp ul li a,
#footer-wrapp ul li a:hover {
	color: #393e48;
	font-size: 18px;
}

.copyright {
	float: left;
	margin-left: 240px;
	font-size: 13px;
	color: #808080;
	font-family: Verdana, sans-serif;
}

.home .copyright {
	float: none;
	display: block;
	text-align: center;
	color: #fff;
	margin: 0;
}


.dropdown-box {
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin: 0 0 18px;
}

.dropdown-box .head {
	width: 100%;
	overflow: hidden;
	background: url("../images/border-homepage.png") repeat-x left bottom;
	padding: 0 0 12px;
	font-family: 'Vida33ProRegular';
}

.dropdown-box .head a,
.dropdown-box .head a:hover {
	color: #393e48;
	font-size: 18px;
	padding-right: 23px;
}

a.expanded {
	background: url("../images/arrow-dropdown.png") no-repeat right 12px;	
}

a.collapsed {
	background: url("../images/arrow-dropdown-up.png") no-repeat right 12px;	
}

.dropdown-box .cont {
	font-size: 13px;
	color: #56575a;
	background: url("../images/border-homepage.png") repeat-x left bottom;
	padding: 12px 0;
}

.dropdown-box .cont.txt {
	display: none;
}

.dropdown-box .cont p {
	margin: 0 0 6px;
}


/* END FOOTER */
.home #footer-wrapp ul {
background: none;
margin: 0 0 0 20px;
}
.home #footer-wrapp ul li {
display: list-item;
padding-left: 15px;
list-style-type: disc;
}
.home .head a {
border-bottom: 1px dotted;
}
#articl p {
margin: 0 0 15px;
line-height: 1.6em;
}


.section-link {
    text-align: center;
    margin-top: 15px;
}
.section-link a {
    text-decoration: underline;
}
.section-link a:hover {
    text-decoration: none;
}
.truckinfo-table tr td {
    padding-top: 3px;
    padding-bottom:  3px;
}
.trucks-table {
    margin-top: 20px;
}

.red {
    color: red;
}
.green {
    color: green;
}

.trucks-table tr.brd_up td {
    padding-top: 15px;
    padding-bottom:  15px;
}
.message{
	text-align:center;
	font-size: 18px;
	font-weight: bold;
}

#truks_duf {background: url(/images/daf_nactiv.png); width:233px; height:47px; float:left;}
#truks_duf.active {background: url(/images/daf_activ.png);}
#truks_man {background: url(/images/man_nactiv.png); width:233px; height:48px; float:right;}
#truks_man.active{background: url(/images/man_activ.png);}

a .head{
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
}
a:hover .head{
color: #BC232B;
}
.newsanons img{
	float: left;
	margin: 0 10px 0 0;
}

.clear1{
	clear: both;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin: 20px 0 20px 0;
}
p.newsanons{
	margin: 0;
}
.detail{
color: #BC232B;
}
.breadcump{
position: absolute;
top: 170px;
z-index: 1;
}