@import url("/media/css/standard.screen.css");

body {
	color: #4c4c4c;
}

a {
	color: #888;
}
a:hover {
	color: #000 !important;
	text-decoration: underline;
}

.gray {
	color: #888 !important;
}
.pink {
	color: #dd8595 !important;
}
.file_pdf {
	background: transparent url("/media/grf/icons/file_pdf.png") no-repeat left center;
	padding-left: 20px;
	min-height: 20px;
}


.body_i {
	background: #fff url("/media/grf/body_bg.png") no-repeat center top;
}

.page {
	width: 1000px;
	margin-bottom: 20px;
}
	.page_i {
		padding: 0;
	}

.head {
	position: relative;
	height: 155px;
}
	.head .logo {
		position: absolute;
		top: 20px;
		left: 0px;
	}
	.head .menu {
		position: absolute;
		top: 95px;
		height: 50px;
		width: 1000px;
		z-index: 20;
	}
	.head .menu ul li {
		height: 20px;
		display: block;
		float: left;
	}
		.head .menu ul li a {
			height: 20px;
			overflow: hidden;
			padding: 0 40px;
			font-size: 11px;
			font-weight: bold;
			color: #666;
			text-transform: uppercase;
			text-decoration: none;
		}
		.head .menu ul li ul {
			position: absolute;
			top: 18px;
			left: 0px;
			width: 1000px;
			height: 40px;
			display: none;
			z-index: 18;
		}
		.head .menu ul li:hover,
		.head .menu ul li.active {
			background: transparent url("/media/grf/menu_top_hoverpin.png") no-repeat center 13px;
		}
			.head .menu ul li:hover ul,
			.head .menu ul li.active ul {
				display: block !important;
				background: transparent url("/media/grf/menu_top_sub_bg.png") no-repeat left top;
			}
			.head .menu ul li:hover ul {
				z-index: 19;
				height: 100px;
			}
				.head .menu ul li ul li {
					height: 24px;
				}
				.head .menu ul li ul li:hover,
				.head .menu ul li ul li.active {
					background: transparent url("/media/grf/menu_top_sub_hoverpin.png") no-repeat center 19px;
				}
					.head .menu ul li ul li a {
						color: #a0a3a6;
						padding: 5px 30px 0;
						display: block;
					}

.content {
	margin-bottom: 5px;
}
	.content .col_l {
		float: left;
		width: 780px;
	}
		.content .col_l .article_view h1 {
			color: #939598;
			font-size: 24px;
			margin-bottom: 20px;
			text-transform: lowercase;
		}
		.content .col_l .article_view h2 {
			color: #939598;
			font-size: 15px;
			margin-bottom: 15px;
			text-transform: lowercase;
		}
		.content .col_l .article_subtitle {
			color: #939598;
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 10px;
			text-transform: lowercase;
		}
		.content .col_l .article_content {
			margin: 0 20px 10px 0;
			text-align: justify;
			font-size: 120%;
			line-height: 1.3em;
		}
			.content .col_l .article_content a {
				color: #dd8595;
			}
			.content .col_l .article_view_graylinks .article_content a {
				color: #888888 !important;
			}
			.content .col_l .article_content p {
				margin: 0 0 10px;
			}
			.content .col_l .article_content ul {
				margin: 0.5em 0;
			}
				.content .col_l .article_content ul li {
					padding: 0 0 0 15px;
					background: transparent url("/media/grf/article_bullet.png") 0 5px no-repeat;
				}
					.content .col_l .article_content ul ul {
						margin: 0 0 0 10px;
					}
						.content .col_l .article_content ul ul li {
							background: transparent url("/media/grf/article_bullet2.png") 0 5px no-repeat;
						}
			.content .col_l .article_content .image_left {
				display: block;
				float: left;
				margin: 0 10px 5px 0;
			}
			.content .col_l .article_content .image_right {
				display: block;
				float: right;
				padding: 0 0 5px 10px;
			}
			.content .col_l .article_content .image_center {
				padding: 0 0 5px;
				display: block;
				margin: 0 auto;
				text-align: center;
			}
			.content .col_l .article_content .image_center img {
				margin: 0 auto;
			}
		.content .col_l .article_list {
			width: 770px;
		}
		.content .col_l .article_list h1 {
			color: #939598;
			font-size: 24px;
			margin-bottom: 30px;
			text-transform: lowercase;
		}
			.content .col_l .article_list .item {
				min-height: 40px;
				margin-bottom: 10px;
				/*clear: both;*/
				width: 48%;
				float: left;
			}
				.content .col_l .article_list .item .image {
					display: table-cell;
					float: left;
					min-height: 100px;
					width: 100px;
					margin-right: 20px;
					vertical-align: middle;
					overflow: hidden;
					text-align: center;
				}
					.content .col_l .article_list .item .image img {
						margin: 0 auto;
					}
				.content .col_l .article_list .item .date {
					display: block;
					color: #ddd;
					margin-bottom: 5px;
				}
				.content .col_l .article_list .item .title {
					margin-bottom: 5px;
				}
			.content .col_l .article_list .paging {
				margin-bottom: 10px;
				background-color: #efefef;
				padding: 5px;
			}
			
		.content .col_l .poll_view h1 {
			color: #939598;
			font-size: 24px;
			margin-bottom: 30px;
			text-transform: lowercase;
		}
		.content .col_l .poll_view h2 {
			color: #939598;
			font-size: 20px;
			margin-bottom: 15px;
			text-transform: lowercase;
		}
			.content .col_l .poll_description {
				font-size: 120%;
				line-height: 1.3em;
				margin: 0 20px 10px 0;
				text-align: justify;
			}
				.content .col_l .poll_description p {
					margin: 0 0 10px;
				}
			.content .col_l .poll_description .image_left {
				display: block;
				float: left;
				margin: 0 10px 5px 0;
			}
			.content .col_l .poll_description .image_right {
				display: block;
				float: right;
				padding: 0 0 5px 10px;
			}
			.content .col_l .poll_description .image_center {
				padding: 0 0 5px;
				display: block;
				margin: 0 auto;
				text-align: center;
			}
			.content .col_l .poll_description .image_center img {
				margin: 0 auto;
			}
			.content .col_l .poll_answers {
				clear: both;
			}
			.content .col_l .poll_answers .item {
				width: 150px;
				height: 170px;
				margin: 0 10px 10px 0;
				display: block;
				float: left;
			}
				.content .col_l .poll_answers .item_name {
					font-size: 15px;
					color: #666;
					font-weight: bold;
					margin-bottom: 5px;
				}
				.content .col_l .poll_answers .item_description {
					display: none;
					margin-bottom: 15px;
				}
				.content .col_l .poll_answers .item .item_image {
					border: 1px silver solid;
					display: table-cell;
					vertical-align: middle;
					text-align: center;
					overflow: hidden;
				}
				.content .col_l .poll_answers .item .image {
					display: table-cell;
					vertical-align: middle;
					text-align: center;
					overflow: hidden;
					width: 100px;
					height: 100px;
				}
		.content .col_l .poll_view .vote {
			margin: 5px 0 10px;
			display: block;
		}
		.content .col_l .poll_view .poll_repeated {
			color: red;
			margin: 5px 0 10px;
		}
			
	.content .col_r {
		float: right;
		width: 220px;
	}
		.content .col_r .box {
			margin-bottom: 10px;
			background: transparent url("/media/grf/box_right_bg.png") bottom left no-repeat;
		}
			.content .col_r .box h2 {
				color: #7f7f7f;
				background: #fff url("/media/grf/box_right_bg.png") top left no-repeat;
				height: 26px;
				overflow: hidden;
				font-weight: normal;
				text-transform: uppercase;
				font-size: 11px;
				padding: 5px 5px 0;
			}
			.content .col_r .box_i {
				padding: 10px;
			}
				.content .col_r .box_i a {
					font-size: 10px;
				}
		.content .col_r .box_prihlasenie{
		}
			.content .col_r .box_prihlasenie .input-text{
				margin:0 5px 5px 0;
				font-size:10px;
				border:1px solid #B2B2B2;
			}
			.content .col_r .box_pdf .box_i{ 
				line-height:22px;
			}
			.content .col_r .box_prihlasenie .submit {
				border: 0;
				height: 17px;
				width: 45px;
				background: #fff url("/media/grf/button_login.png") top left no-repeat;
			}
			
		.content .col_r .box_facebook {
			background: none !important;
			margin-bottom: 5px;
		}
		.content .col_r .box_aktuality {
			height: 125px;
		}
		.content .col_r .box_produkty {
			height: 195px;
		}
			.content .col_r .box_produkty .box_i {
				padding: 0 !important;
			}
		.content .col_r .box_znacky {
		}
			.content .col_r .box_znacky li {
				padding-bottom: 5px;
			}
			.content .col_r .box_znacky a {
				font-size: 12px;
			}
		.content .col_r .box_attachments {
			padding-right: 5px;
		}
			.content .col_r .box_attachments a {
				font-size: 11px;
			}


.homepage .home_promo {
	background: transparent url("/media/grf/homebox_promo_bg.png") top left no-repeat;
	float: left;
	width: 390px;
	margin-right: 10px;
}
	.homepage .home_promo_i {
		margin: 5px 1px 0;
		height: 333px;
		overflow: hidden;
	}
	.homepage .home_promo_i p {
		height: 333px;
		padding: 0 !important;
	}
	.homepage .home_promo_i img {
		margin: -17px 0 0 -1px !important;
	}
	.homepage .home_promo .foot {
		height: 47px;
		background: transparent url("/media/grf/homebox_promo_foot.png") top left no-repeat;
	}
		.homepage .home_promo .foot span {
			display: block;
			padding: 15px 10px 0;
			font-size: 14px;
			font-weight: bold;
			color: #c1c1c1;
		}
.homepage .home_video {
	float: left;
	width: 370px;
}
	.homepage .home_video .foot {
		height: 47px;
		background: transparent url("/media/grf/homebox_video_foot.png") top left no-repeat;
	}
		.homepage .home_video .foot span {
			display: block;
			padding: 15px 10px 0;
			font-size: 14px;
			font-weight: bold;
			color: #c1c1c1;
		}
	.montre_tip {
		margin-bottom: 5px;
		background: #f2f2f2;
		font-size: 11px;
		color: #777;
	}
		.montre_tip_i {
			padding: 5px;
		}


.foot {
	border-top: 1px solid #ddd;
	height: 30px;
	font-size: 11px;
	color: #999;
}
	.foot_i {
		padding: 10px 5px 5px;
	}
	.foot a {
		color: #999;
	}


#uberfoot {
	border-top: 2px dotted #f2f2f2;
}
	.uberfoot_i {
		background: transparent url("/media/grf/page_foot_bg.png") bottom left no-repeat;
		padding: 5px;
	}
		#uberfoot_sitemap {
			display: none;
		}
		.uberfoot .menu ul {
			margin: 5px;
		}
		.uberfoot .menu ul li {
			display: block;
			float: left;
			min-width: 140px;
		}
			.uberfoot .menu ul li a {
				font-size: 10px;
				color: #999;
				font-weight: bold;
				text-decoration: none;
			}
				.uberfoot .menu ul li ul {
					margin: 10px 0 0 0;
					line-height: 1.2em;
				}
					.uberfoot .menu ul li ul li {
						display: block;
						float: none;
					}
						.uberfoot .menu ul li ul li a {
							font-weight: normal;
							color: #999;
						}
						

#car_logos {
  float:left;
  width: 1000px;
  height: 60px;
  margin-bottom: 10px;
  position: relative;  
}         
	#car_logos .container {
	  position: absolute;
	  top: 0px;
	  left: 0px;  
	  width: 1000px;
	  height: 60px;
	  overflow:hidden;   
	  background: #fff;
	}            
	#car_logos .prev {
	  position: absolute;
	  top: 5px;
	  left: 0px;
	  width: 20px;
	  height: 60px;
	  background: url(/media/grf/carousel/car_logos_prev.png) no-repeat;
	  z-index: 20;    
	  cursor:pointer;
	}
	#car_logos .prev:hover {
		background-position: 0 -60px;
	}
	#car_logos .prev_disabled {
	  /*background: url(/media/grf/carousel/carousel_left.png);*/
	  cursor:default;
	}
	#car_logos .next {
	  position: absolute;
	  top: 5px;
	  right: 0px;
	  width: 20px;
	  height: 60px;
	  background: url(/media/grf/carousel/car_logos_next.png) no-repeat;
	  z-index: 20;
	  cursor:pointer;
	}   
	#car_logos .next:hover {
		background-position: 0 -60px;
	}
	#car_logos .next_disabled {
	  /*background: url(/media/grf/carousel/carousel_right.png);*/
	  cursor:default;
	}
	#car_logos table {
		border: 1px white solid;
		/*border-width: 0 20px;*/
	}
		#car_logos table td {
		}
			#car_logos table td a {
			  float: left;
			  display:block;
			  height: 50px;
			  margin: 5px 10px;
			  background-position: top left;
			  background-repeat: no-repeat;
			}
			#car_logos table td a:hover {
				background-position: bottom left !important;
			}
				#car_logos table td a span {
					display: none;
				}
				
.scrollbox {position: relative;}

.scrollbox_content {
	overflow: hidden;
	width: 950px;
	margin-left: 25px;
}

.scrollbox_scrollbar {
	background-color: #eee;
	height: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.scrollbox_button_left {
	position: absolute;
	width: 20px;
	top: 0;
	left: 0;
	background: transparent url(/media/grf/carousel/car_logos_prev.png) top right no-repeat;
	height: 60px;
	width: 20px !important;
}

.scrollbox_button_right {
	position: absolute;
	width: 20px;
	top: 0;
	right: 0;
	background: transparent url(/media/grf/carousel/car_logos_next.png) top right no-repeat;
	height: 60px;
	width: 20px !important;
}

.scrollbox_handle {
	background-color: gray;
	position: absolute;
	height: 0;
	right: 0;
}
				
				
#car_newproducts {
  width: 220px;
  height: 162px;
  position: relative;  
}         
	#car_newproducts .container {
	  position: absolute;
	  top: 0px;
	  left: 0px;  
	  width: 220px;
	  height: 163px;
	  overflow: hidden;   
	}            
	#car_newproducts .prev {
	  position: absolute;
	  top: 48px;
	  left: 0px;
	  width: 32px;
	  height: 32px;
	  background: url(/media/grf/carousel/car_newproducts_prev.png) no-repeat;
	  z-index: 20;    
	  cursor:pointer;
	}
	#car_newproducts .prev:hover {
		background-position: 0 -32px;
	}
	#car_newproducts .previous_button_disabled {
	  /*background: url(/media/grf/carousel/carousel_left.png);*/
	  background-image: none;
	  cursor:default;
	}
	#car_newproducts .next {
	  position: absolute;
	  top: 48px;
	  right: 0px;
	  width: 32px;
	  height: 32px;
	  background: url(/media/grf/carousel/car_newproducts_next.png) no-repeat;
	  z-index: 20;
	  cursor:pointer;
	}   
	#car_newproducts .next:hover {
		background-position: 0 -32px;
	}
	#car_newproducts .next_button_disabled {
	  /*background: url(/media/grf/carousel/carousel_right.png);*/
	  background-image: none;
	  cursor:default;
	}

	#car_newproducts ul {
	  margin: 0;
	  padding:0;
	  width: 100000px;
	  position: relative;
	  top: 0;
	  left: 0;
	  height: 162px;
	}
		#car_newproducts ul li {
		  position: relative;
		  border:0px solid green;
		  color:#E3EDFA;
		  margin:0pt;
		  list-style:none;   
		  float:left;
		  font-family:verdana,arial,sans-serif;
		  font-size:10px;
		  text-align: center;
		  width: 220px;
		  height: 165px;
		  padding-top: 10px;
		}
			#car_newproducts ul li span {
				position: absolute;
				top: 121px;
				left: 0px;
				display: block;
				height: 43px;
				width: 220px;
				background: url(/media/grf/carousel/car_newproducts_overlay.png) no-repeat;
				color: #4c4c4c;
			}
			#car_newproducts ul li em {
				display: block;
				padding:5px 5px 0;
				font-style: normal;
			}
			#car_newproducts ul li a {
			  /*float: left;*/
			  /*display:block;*/
			  /*height: 50px;*/
			  /*margin: 5px 10px;*/
			  /*background-position: top left;*/
			  /*background-repeat: no-repeat;*/
			}
			#car_newproducts ul li a:hover {
				background-position: bottom left !important;
			}
				#car_newproducts ul li a span {
					/*display: none;*/
				}
				
				
				
				
				
.gallery {
	background: #fff url(/media/grf/gallery_bg.png) top left no-repeat;
	margin: 10px 0 10px;
	width: 760px;
	position: relative;
}
	.gallery h2 {
		padding: 5px 10px 0;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 12px;
		color: #7f7f7f;
	}
	.gallery .gallery_tabs {
		position: absolute;
		top: 5px;
		left: 100px;
		width: 660px;
		height: 30px;
	}
		.gallery .gallery_tabs li {
			display: block;
			height: 30px;
			float: left;
			margin-right: 5px;
			background: transparent url("/media/grf/gallery_tab_r.png") no-repeat bottom right;
		}
			.gallery .gallery_tabs li:hover,
			.gallery .gallery_tabs li.current {
				background-position: top right;
			}
				.gallery .gallery_tabs li a {
					display: block;
					height: 30px;
					background: transparent url("/media/grf/gallery_tab_l.png") no-repeat bottom left;
					margin-right: 3px;
					text-decoration: none;
				}
				.gallery .gallery_tabs li:hover a,
				.gallery .gallery_tabs li.current a {
					background-position: top left;
				}
					.gallery .gallery_tabs li a span {
						display: block;
						padding: 10px 2px 0 5px;
						font-size: 11px;
					}
	.gallery .content {
		padding: 10px 10px 0;
	}
		.gallery .content .item {
			height: 100px;
			width: 100px;
			margin: 10px;
			float: left;
			display: table-cell;
			text-align: center;
			vertical-align: middle;
		}
	.gallery .foot {
		background: #fff url(/media/grf/gallery_bg.png) bottom left no-repeat;
		display: block;
		clear: both;
		height: 10px;
		overflow: hidden;
		border-top: none;
	}
	
	
#infopage {
	background: #fff url(/media/grf/gallery_bg.png) top left no-repeat;
	margin: 10px auto 10px;
	width: 760px;
}
	#infopage h2 {
		padding: 10px 10px 0;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 12px;
		color: #7f7f7f;
	}
	#infopage #infopage_i {
		padding: 30px 10px 0;
	}
		#infopage #infopage_i .item {
			height: 100px;
			width: 100px;
			margin: 10px;
			float: left;
			display: table-cell;
			text-align: center;
			vertical-align: middle;
		}
		#infopage #infopage_i p {
			padding: 0 0 10px;
		}
	#infopage .foot {
		background: #fff url(/media/grf/gallery_bg.png) bottom left no-repeat;
		display: block;
		clear: both;
		height: 10px;
		overflow: hidden;
		border-top: none;
	}
	
	
	
#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	height: 385px;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker li img { border: 0; }
