*
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
	color: #000;
	background: #C5C5C4 url(../layout/bg-body.png) top repeat-x;
	min-width: 100%;
}
html>body
{
	
}
#main
{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
}
body>#main
{
	height: auto;
}
#head
{
	width: 100%;
	height: 0px;
}
	
#text
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
}
	#text .center
	{
		width: 990px;
		min-height: 325px; /*smazat*/
		margin-left: auto;
		margin-right: auto;
		background: url(../layout/bg-main.jpg) top center no-repeat;
	}
		#text .center .minimenubox
		{
			width: 990px;
			height: 18px;
			float: right;
		}
			#text .center .minimenubox ul.minimenulinks
			{
				width: 304px;
				height: 18px;
				list-style: none;
				float: right;
			}
				#text .center .minimenubox ul.minimenulinks li
				{
					float: left;
				}
					#text .center .minimenubox .minimenulinks .minimenu1
					{
						width: 44px;
						height: 16px;
						padding-top: 2px;
						float: left;
						background: url(../layout/mini-menu-01.png) top left no-repeat;
						text-align: center;
						text-decoration: none;
						font-family: Arial, Helvetica;
						font-size: 11px;
						color: #fff;
					}
						#text .center .minimenubox .minimenulinks .minimenu1:hover
						{
							width: 44px;
							height: 16px;
							padding-top: 2px;
							float: left;
							background: url(../layout/mini-menu-01-over.png) top left no-repeat;
							text-align: center;
							text-decoration: underline;
							font-family: Arial, Helvetica;
							font-size: 11px;
							color: #fff;
						}
					#text .center .minimenubox .minimenulinks .minimenu2
					{
						width: 65px;
						height: 16px;
						padding-top: 2px;
						float: left;
						background: url(../layout/mini-menu-02.png) top left no-repeat;
						text-align: center;
						text-decoration: none;
						font-family: Arial, Helvetica;
						font-size: 11px;
						color: #fff;
					}
						#text .center .minimenubox .minimenulinks .minimenu2:hover
						{
							width: 65px;
							height: 16px;
							padding-top: 2px;
							float: left;
							background: url(../layout/mini-menu-02-over.png) top left no-repeat;
							text-align: center;
							text-decoration: underline;
							font-family: Arial, Helvetica;
							font-size: 11px;
							color: #fff;
						}
					#text .center .minimenubox .minimenulinks .minimenu3
					{
						width: 67px;
						height: 16px;
						padding-top: 2px;
						float: left;
						background: url(../layout/mini-menu-03.png) top left no-repeat;
						text-align: center;
						text-decoration: none;
						font-family: Arial, Helvetica;
						font-size: 11px;
						color: #fff;
					}
						#text .center .minimenubox .minimenulinks .minimenu3:hover
						{
							width: 67px;
							height: 16px;
							padding-top: 2px;
							float: left;
							background: url(../layout/mini-menu-03-over.png) top left no-repeat;
							text-align: center;
							text-decoration: underline;
							font-family: Arial, Helvetica;
							font-size: 11px;
							color: #fff;
						}
					#text .center .minimenubox .minimenulinks .minimenu4
					{
						width: 62px;
						height: 16px;
						padding-top: 2px;
						float: left;
						background: url(../layout/mini-menu-04.png) top left no-repeat;
						text-align: center;
						text-decoration: none;
						font-family: Arial, Helvetica;
						font-size: 11px;
						color: #fff;
					}
						#text .center .minimenubox .minimenulinks .minimenu4:hover
						{
							width: 62px;
							height: 16px;
							padding-top: 2px;
							float: left;
							background: url(../layout/mini-menu-04-over.png) top left no-repeat;
							text-align: center;
							text-decoration: underline;
							font-family: Arial, Helvetica;
							font-size: 11px;
							color: #fff;
						}
		#text .center .menubox
		{
			width: 990px;
			height: 88px;
		}
			#text .center .menubox .logo
			{
				width: 168px;
				height: 74px;
				padding-top: 14px;
				padding-left: 22px;
				float: left;
			}
			#text .center .menubox .menu
			{
				width: 800px;
				height: 76px;
				padding-top: 12px;
				float: right;
				text-align: right;
			}
				#text .center .menubox .menu ul
				{
					width: 600px;
					list-style: none;
					float: right;
				}
					#text .center .menubox .menu ul li
					{
						padding-left: 8px;
						float: right;
					}
						#text .center .menubox .menu ul li .menu1
						{
							width: 158px;
							height: 25px;
							position: relative;
						}
						#text .center .menubox .menu ul li .menu2
						{
							width: 209px;
							height: 25px;
							position: relative;
						}
						#text .center .menubox .menu ul li .menu3
						{
							width: 193px;
							height: 25px;
							position: relative;
						}
						#text .center .menubox .menu ul li .menu4
						{
							width: 221px;
							height: 25px;
							position: relative;
							top: 3px;
						}
						#text .center .menubox .menu ul li .menu5
						{
							width: 276px;
							height: 25px;
							position: relative;
							top: 3px;
						}
							.imgnenu
							{
								z-index: 10;
								position: absolute;
								left: 0;
								top: 0;
								cursor: pointer;
							}
							.imgnenu-over
							{
								position: absolute;
								left: 0;
								top: 0;
							}
		#text .center .prevbox
		{
			width: 990px;
			height: 274px;
			float: none;
			clear: both;
			overflow: hidden;
			position: relative; 
		}
			
			ul.titulkafoto
			{ 
				width: 990px;
				list-style: none;
				margin: 0px;
				padding: 0px;
			}
				 ul.titulkafoto li
				{ 
					margin: 0px;
					padding: 0px;
				}
			#text .center .prevbox .menuline
			{
				width: 980px;
				height: 24px;
				background: url(../layout/titulka/bg-menuline.png) repeat;
				position: absolute;
				bottom: 0px;
				float: none;
				clear: both;
				z-index: 2000;
				padding-top: 6px;
				padding-left: 10px;
			}
				#text .center .prevbox .menuline a
				{
					font-family: Arial;
					font-size: 14px;
					text-align: left;
					font-weight: bold;
					color: #000;
					text-decoration: none;
					margin-left: 7px;
					margin-right: 7px;
				}
				#text .center .prevbox .menuline a:hover
				{
					font-family: Arial;
					font-size: 14px;
					text-align: left;
					font-weight: bold;
					color: #000;
					text-decoration: underline;
					margin-left: 7px;
					margin-right: 7px;
				}
			
		#text .center .fivecols
		{
			width: 990px;
			height: 161px;
			background: url(../layout/titulka/bg-cols.png) no-repeat;
			float: none;
			clear: both;
		}
			#text .center .fivecols01
			{
				width: 169px;
				height: 161px;
				padding-left: 10px;
				padding-right: 21px;
				float: left;
			}
				#text .center .fivecols01 .date
				{
					font-size: 12px;
					text-align: left;
					font-weight: bold;
					color: #d8d8d8;
					float:none;
				}
				#text .center .fivecols01 p
				{
					font-size: 11px;
					text-align: left;
					padding-bottom: 5px;
					color: #fff;
				}
					#text .center .fivecols01 p a
					{
						color: #fff;
						text-decoration: none;
					}
					#text .center .fivecols01 p a:hover
					{
						color: #fff;
						text-decoration: underline;
					}
				.fcolsheader
				{
					width: 169px;
					height: 25px;
					padding-top: 7px;
					text-align: right;
					font-size: 18px;
					color: #fff;
				}
			#text .center .fivecols02
			{
				width: 169px;
				height: 161px;
				padding-left: 0px;
				padding-right: 31px;
				float: left;
				/*background: url(../layout/titulka/titulka-sloupec-2.jpg) top left no-repeat;*/
			}
				#text .center .fivecols02 p
				{
					font-size: 12px;
					font-weight: bold;
					text-align: right;
					color: #d8d8d8;
				}
					#text .center .fivecols02 p .big
					{
						font-size: 15px;
						font-weight: bold;
						text-align: right;
						color: #d8d8d8;
					}
					#text .center .fivecols02 p a
					{
						color: #d8d8d8;
						text-decoration: none;
					}
					#text .center .fivecols02 p a:hover
					{
						color: #d8d8d8;
						text-decoration: underline;
					}
			#text .center .fivecols03
			{
				width: 169px;
				height: 161px;
				padding-left: 0px;
				padding-right: 31px;
				float: left;
				/*background: url(../layout/titulka/titulka-sloupec-3.jpg) top left no-repeat;*/
			}
				#text .center .fivecols03 p
				{
					font-size: 12px;
					font-weight: bold;
					text-align: right;
					color: #d8d8d8;
				}
					#text .center .fivecols03 p .big
					{
						font-size: 15px;
						font-weight: bold;
						text-align: right;
						color: #d8d8d8;
					}
					#text .center .fivecols03 p a
					{
						color: #d8d8d8;
						text-decoration: none;
					}
					#text .center .fivecols03 p a:hover
					{
						color: #d8d8d8;
						text-decoration: underline;
					}
			#text .center .fivecols04
			{
				width: 170px;
				height: 161px;
				padding-left: 10px;
				padding-right: 21px;
				float: left;
			}
			#text .center .fivecols05
			{
				width: 189px;
				height: 161px;
				float: left;
			}
				.cubebox
				{
					width: 160px;
					padding-left: 10px;
					padding-top: 10px;
					height: 110px;
				}
				.cubeshadow
				{
					width: 170px;
					padding-left: 10px;
					height: 33px;
					background: url(../layout/titulka/cube-shadow-titulka.jpg) top right no-repeat;
				}
			
		#text .center .textbox
		{
			width: 990px;
			padding-top: 15px;
			float: left;
			clear: both;
		}
			#text .center .textbox .textboxcol1
			{
				width: 990px;
				float: left;
			}
				#text .center .textbox .textboxcol1 .textboxtop
				{
					width: 990px;
					height: 8px;
					background: url(../layout/bg-content-nextpage-top.png) top center no-repeat;
				}
				#text .center .textbox .textboxcol1 .textboxcontent
				{
					width: 950px;
					padding: 10px 20px 0px 20px;
					background: #fff;
					text-align: justify;
				}
				#text .center .textbox .textboxcol1 .textboxbottom
				{
					width: 990px;
					height: 7px;
					background: url(../layout/bg-content-nextpage-bottom.png) bottom center no-repeat;
				}

			
			#text .center .textbox .searchbox
			{
				width: 950px;
				padding: 15px 20px 10px 20px;
				float: left;
			}
				.searchtext
				{
					float: none;
					clear: both;
					padding: 6px;
					font-size: 11px;
				}
				.searchinputbox
				{
					width: 228px;
					height: 22px;
					padding-top: 5px;
					padding-left: 5px;
					background: url(../layout/bg-search.jpg) top left no-repeat;
					float: left;
				}
					.searchinputbox .searchinput
					{
						width: 223px;
						height: 21px;
						background: #dcdcdc;
						border: 0px;
						color: #818181;
						float: left;
					}
					.imageinput
					{
						width: 48px;
						height: 29px;
						margin-left: 3px;
						float: left;
					}
				.searchbox .nextsearchtext
				{
					width: 460px;
					padding-left: 24px;
					font-size: 11px;
					text-align: justify;
					float: left;
				}
			#text .center .textbox .iconmenubox
			{
				width: 950px;
				padding: 20px 20px 10px 20px;
				float: left;
			}
				#text .center .textbox .iconmenubox a img
				{
					margin-left: 4px;
					margin-right: 4px;
				}
		
#footer
{
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #9f9e9f;
}
	#footer .footercenter
	{
		width: 990px;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
	}
		#footer .footercenter .footercol1
		{
			width: 595px;
			height: 30px;
			padding-top: 15px;
			padding-bottom: 15px;
			float: left;
			text-align: left;
		}
			#footer .footercenter .footercol1 .copy
			{
				font-size: 11px;
				line-height: 20px;
			}
				#footer .footercenter .footercol1 .copy a
				{
					font-size: 11px;
					text-decoration: underline;
					color: #000;
				}
				#footer .footercenter .footercol1 .copy a:hover
				{
					font-size: 11px;
					text-decoration: none;
					color: #fff;
				}
		#footer .footercenter .footercol2
		{
			width: 395px;
			height: 28px;
			padding-top: 18px;
			padding-bottom: 15px;
			float: left;
			text-align: right;
			font-size: 20px;
		}
			#footer .footercenter .footercol2 a
			{
				text-decoration: underline;
				color: #000;
			}
			#footer .footercenter .footercol2 a:hover
			{
				text-decoration: none;
				color: #fff;
			}



h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	color: #a70404;
}
h1.h1clear
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	color: #a70404;
	clear: both;
}
	.likeh1
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
		font-family: Arial;
		font-weight: bold;
		font-size: 22px;
		text-align: left;
		text-decoration: none;
		color: #a70404;
		clear: both;
	}
h2
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	text-align: left;
	text-decoration: none;
	color: #000;
}
h2.h2clear
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	text-align: left;
	text-decoration: none;
	color: #000;
	clear: both;
}
h3
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	text-decoration: none;
	color: #404040;
}
h3.h3clear
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	text-decoration: none;
	color: #404040;
	clear: both;
}
h4
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	color: #505050;
}
h4.h4clear
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	color: #505050;
	clear: both;
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
a
{
	text-decoration: underline;
	color: #000;
}
a:hover
{
	text-decoration: none;
	color: #000;
}
a.copy
{
	text-decoration: underline;
	color: #626265;
	font-size: 11px;
}
a.copy:hover
{
	text-decoration: none;
	color: #000;
	font-size: 11px;
}

ul
{
	margin-left: 12px;
	padding-left: 5px;
}




.linkstringbox
{
	width: 100%;
	float: left;
	clear: both;
	color: #000;
	padding: 0px;
}
	.linkstringbox a
	{
		color: #000;
		padding: 2px;
		text-decoration: underline;
	}
	.linkstringbox a:hover
	{
		color: #000;
		padding: 2px;
		text-decoration: none;
		font-weight: bold;
		background: #e0e0e0;
	}








.miniicons
{
	width: 395px;
	height: 69px;
	float: none;
	clear: both;
}
	.miniicons .arrowleftmincons
	{
		width: 33px;
		height: 69px;
		float: left;
	}
		.miniicons .arrowleftmincons .prevbtnmincons
		{
			width: 33px;
			height: 47px;
			position: relative;
			top: 17px;
		}
		
		div.scrollableboxmincons
		{
			position: relative;
			overflow: hidden; 
			width: 328px;
			height: 69px;
			float: left;
		} 
		
		div.scrollableboxmincons div.itemsmincons
		{
			width: 20000em; 
			position: absolute; 
		}
		div.scrollableboxmincons div.itemsmincons div
		{ 
			float: left;
		} 
		div.itemsmincons div.active
		{ 
			 
		}
		.itemmincons
		{
			width: 308px;
			height: 69px;
			padding-top: 10px;
			padding-left: 10px;
			padding-right: 10px;
			float: left;
		}
			.itemmincons div
			{
				background: url(../layout/showroom-ico.png) center center no-repeat;
				width: 59px;
				height: 58px;
				margin: 1px;
				padding: 0px;
				position: relative;
				float: left;
			}
				.itemmincons div a
				{
					padding: 0px;
					margin: 0px;
				}
					.itemmincons div a img
					{
						padding: 0px;
						margin: 0px;
						position: absolute;
						top: 3px;
						left: 3px;
					}
				.itemmincons div img
				{
					padding: 0px;
					margin: 0px;
					position: absolute;
					top: 3px;
					left: 3px;
				}
	.miniicons .arrowrightmincons
	{
		width: 33px;
		height: 69px;
		float: left;
	}
		.miniicons .arrowrightmincons .nextbtnmincons
		{
			width: 33px;
			height: 47px;
			position: relative;
			top: 17px;
		}
			img.arrowsmincons
			{
				z-index: 10;
				position: absolute;
				left: 0;
				top: 0;
				cursor: pointer;
			}
			img.arrowsmincons-over
			{
				position: absolute;
				left: 0;
				top: 0;
			}