/* KOMs Resets and Standards */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

table {border-collapse:collapse;border-spacing:0;}

caption, th, td {text-align:left;font-weight:normal;}

table, td, th {vertical-align:middle;}

.hidden{display: none}

.flLeft{
	float: left;
}
.flRight{
	float: right;
}

a {text-decoration: underline; border: none; color : #FFF;font-weight:bold}
a:hover {color : #dedede;text-decoration: none;}

img {margin:0; padding:0; display:block}
a img {border-style: none}

.clr {clear: both; height: 1px; font-size : 0;overflow:hidden}

hr {display: none}


/* Layout */

body {
	text-align : center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #202020;
	background: #151515;
}
body.brands{
	/*background: #2f2f2f;*/
}
#bg{
	background: #2f2f2f url("../images/bg.gif") 50% 0 repeat-y;
}
#header{
	margin: 0 auto;
	background: #000;
	color:#FFF;
	height: 101px;	
}
#header-content{
	margin: 0 auto;
	width: 936px;
	position: relative;
	text-align: left;
}
#h1{
	position: absolute;
	left:0;
	top: 0;
	margin:0;
}
#h1 img{
	display: block;
}
#header ul{
	list-style:none;
	margin:0;
	padding:0;
	position: absolute;
	right:0;
	top: 38px;
}
#header ul li{
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	_width: 1%;
}
#header ul li a{
	display: block;
	/*float: left;*/
	padding: 6px 8px;
	height: 17px;
	margin: 0 1px;
	cursor: pointer;
	width: auto;
	text-decoration: none;
	text-align: left;
}
#header ul li span{
	position: absolute;
	top: -100px;
	left: -100px;
}
#header li.home a, #header li.home-selected a{
	background: url("../images/menu/home.gif") 8px 6px no-repeat;
	width: 100px;
}
#header ul li.home a:hover, #header ul li.home-selected a{
	background: url("../images/menu/home-hover.gif") 8px 6px no-repeat;
}

#header li.about a, #header li.about-selected a{
	background: url("../images/menu/about.gif") 8px 6px no-repeat;
	width: 49px;
}
#header ul li.about a:hover, #header ul li.about-selected a{
	background: url("../images/menu/about-hover.gif") 8px 6px no-repeat;
}

#header li.brands a, #header li.brands-selected a{
	background: url("../images/menu/brands.gif") 8px 6px no-repeat;
	width: 48px;
}
#header ul li.brands a:hover, #header ul li.brands-selected a{
	background: url("../images/menu/brands-hover.gif") 8px 6px no-repeat;
}

#header li.dealers a, #header li.dealers-selected a{
	background: url("../images/menu/dealers.gif") 8px 6px no-repeat;
	width: 54px;
}
#header ul li.dealers a:hover, #header ul li.dealers-selected a{
	background: url("../images/menu/dealers-hover.gif") 8px 6px no-repeat;
}

#header li.persons a, #header li.persons-selected a{
	background: url("../images/menu/persons.gif") 8px 6px no-repeat;
	width: 67px;
}
#header ul li.persons a:hover, #header ul li.persons-selected a{
	background: url("../images/menu/persons-hover.gif") 8px 6px no-repeat;
}

#header li.press a, #header li.press-selected a{
	background: url("../images/menu/press.gif") 8px 6px no-repeat;
	width: 39px;
}
#header ul li.press a:hover, #header ul li.press-selected a{
	background: url("../images/menu/press-hover.gif") 8px 6px no-repeat;
}

#header li.faq a, #header li.faq-selected a{
	background: url("../images/menu/faq.gif") 8px 6px no-repeat;
	width: 27px;
}
#header ul li.faq a:hover, #header ul li.faq-selected a{
	background: url("../images/menu/faq-hover.gif") 8px 6px no-repeat;
}

#header li.customers a, #header li.customers-selected a{
	background: url("../images/menu/customers.gif") 8px 6px no-repeat;
	width: 100px;
}
#header ul li.customers a:hover, #header ul li.customers-selected a{
	background: url("../images/menu/customers-hover.gif") 8px 6px no-repeat;
}

#header li.contact a, #header li.contact-selected a{
	background: url("../images/menu/contact.gif") 8px 6px no-repeat;
	width: 53px;
}
#header ul li.contact a:hover, #header ul li.contact-selected a{
	background: url("../images/menu/contact-hover.gif") 8px 6px no-repeat;
}

#header ul li.selected a{
	background-color: #2c2c2c !important;
}
#header ul li.selected a img{
	visibility: hidden;
}

a.more{
	background: #000 url("../images/more.gif") 5px 50% no-repeat;
	padding: 5px 10px 6px 23px;
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
}
a.more:hover{
	background: #191919 url("../images/more.gif") 5px 50% no-repeat;
}

#intro{
	margin: 0 auto;
	background: url("../images/intro-bg.gif") 0 0 repeat-x;
	color: #FFF;
	height: 192px;	
}
#intro-sub{
	margin: 0 auto;
	background: url("../images/intro-bg.gif") 0 0 repeat-x;
	color: #FFF;
	height: 80px;	
}
#intro-content{
	margin: 0 auto;
	width: 936px;
	text-align: left;
	position: relative;
}
#intro h2{
	padding: 15px 0 5px;
}
#intro p{
	width: 600px;
}
#intro a, #intro-sub a{
	color: #FFF;
}
#intro a.more{
	float: right;
	margin-top: 13px;
}
#intro-sub h2{
	padding: 18px 0 0px;
}
#intro-sub p.crumbs{
	font-size: 11px;
	padding: 0 0 0 0;
}


#animation{
	position: absolute;
	right: -11px;
	top: -12px;
	width: 325px;
	height: 218;
}
#animation img{
	display: block;
}

h2{
	font-size: 20px;
	padding: 10px 0 10px;
	font-weight: normal;
}
h3{
	font-size: 20px;
	padding: 10px 0 10px;
	font-weight: normal;
}
#content-holder{
	margin: 0 auto;
	background: url("../images/content-bg.gif") 0 0 repeat-x;
	color: #FFF;
}
#content{
	margin: 0 auto;
	width: 936px;
	text-align: left;
	padding: 0 0 25px 0;
}

body.brands #content{
	/*padding: 25px 0;*/
}
#content p{
	padding: 5px 0 10px;
	line-height: 18px;
}
#content ul{
	list-style: none;
	margin-bottom: 5px;
}
#content ul li{
	background: url("../images/bullet.gif") 0 9px no-repeat;
	padding: 2px 0 2px 18px;
}



#real-content{
	width: 610px;
	float: left;
	padding-top: 15px;
	padding-bottom: 30px;
}
body.archiv-novinek #real-content{
	padding-top: 40px !important;
}
#col{
	background: #0b0b0b;
	width: 270px;
	float: right;
	padding: 15px 15px 15px 15px;
}
#col h2{
	border-bottom: 1px solid #323232;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.brands-list{
	margin-bottom: 20px;
}
.brands-list a{
	float: left;
}
.brands-list img{
	display: block;
}
.brands-list-item{
	margin-bottom: 20px;
}
.brands-list-item img{
	display: inline;
}

.news-item{
	border-bottom: 3px solid #191919;
	margin-bottom: 15px;
}
.aktuality .news-item{
	padding-bottom: 15px;
}
.news-item h3{
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 2px 0;
	color: #FFF;
}
.news-item h3.title{
	font-size: 20px;
	padding: 10px 0 0px;
	font-weight: normal;
}
.news-item h3 span{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.news-item span.meta{
	font-size: 11px;
	color: #c7c7c7;
	padding: 0 0 0 0 !important;
}
.news-item p{
	padding: 0 0 10px 0 !important;
}
.news-item p.detail{
	text-align: right;
	font-size: 11px;
}
.news-item p.detail a{
	color: #E56425;
}
.news-image{
	margin: 30px 0 15px;
	background: #000;
	padding: 10px;
	text-align: center;
}
.news-image img{
	display: inline;
}

img.left{
	float: left;
	margin: 10px 15px 10px 0;
	border: 3px solid #FFF;
}

.faq .news-item{
	margin-top: 15px;
}

.brand{
	margin-bottom: 50px;
	margin-top: 10px;
}
.brand h3.title{
	padding-bottom: 0;
}
.brand{
	padding-bottom: 15px;
}
.brand-logo{
	float: left;
	margin-top: 10px;
}
#brand-dealers{
	float: right;
	width: 360px;
}
.dealers .news-item h3{
	color: #DF5B1B;
}
#dealers-form p{
	padding-bottom: 20px;
}
#dealers-form span{
	padding-right: 10px;
}

#map-holder{
	position: relative;	
	height: 324px;
	width: 610px;
}
#map-holder img{
	position: absolute;	
	top: 0;
	left: 0;
}
#map-holder img.blank{
	height: 324px;
	width: 610px;
}



.main-contact{
	border-bottom:3px solid #191919;
	margin-bottom:25px;
	padding-bottom: 25px;
}
.main-contact p{
	padding-bottom: 13px !important;
}
.contact-item{
	width: 305px;
	margin-bottom: 30px;
}
.contact-item h4{
	color: #DF5B1B;
	font-weight: bold;
	font-size: 13px;
}

.change-region{
	text-align: right;
}


#login-form{
	background: #1C1C1C;
	border: 2px solid #0D0D0D;
	color:# FFF;
	padding: 15px 20px 15px 20px;
	width: 400px;
	margin: 37px auto 0 auto;	
}
#login-form label{
	color: #DF5B1B;
	font-weight: bold;
}
#login-form input{
	width: 230px;
	background: #2F2F2F;
	border: 1px solid #000;
	padding: 3px;
	color:#FFF;
	font-size:12px;
}
#login-form input.submitBtn{
	width: 86px;
	background: #DF5B1B;
	color:#000;
	padding: 3px 5px;
	text-align: center;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}

.alert{
	color: #e30404;
	text-align: center;
	font-weight: bold;
}

#footer{
	margin: 0 auto;
	background: #151515;
	color: #606060;
}
#footer-content{
	margin: 0 auto;
	width: 936px;
	text-align: left;
	padding: 30px 0;
}
#footer p{
	font-size: 11px;
}
#footer a{
	color: #606060;
	font-weight: normal;
}
#footer a:hover{
	color: #FFF;
}


#tooltip{
	background:#000;
	opacity: 0.85;
	color: #FFF;
	position:absolute;
	margin:0px 0 0 20px;
	padding: 10px 15px 10px 10px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	border: 1px solid #5d5d5d;
}
#tooltip h3{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #5c5c5c;
}
