html {font-size: 100.01%;}
body {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	color: #e8e8e8;
	background: #5a6162;
	line-height: 1.9em;
	}

/* global reset */
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0; padding: 0;}
ul {list-style: none;}
table {	border-collapse: collapse;	font-size: 1em;}
th {text-align: left;}
fieldset {border: 0;}

/* wysiwyg reset */	
font {
	font-family: inherit !important; 
	color: inherit !important;
	font-size: inherit !important;
	}

/* ************* COMMON ************* */

.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.clr	{
	clear: both;
	margin-top: -1px;
	position: relative;
	padding: 0;
	height: 0;
	border: none;
	overflow:hidden;
	visibility: hidden;
	line-height: 0;
	}
.clear {clear: both;}
	
hr {
  	border: 0;
  	width: 100%;
  	color: #FF0000;
	background-color: #FF0000;
	height: 1px;
	margin: 0 0 15px 0;
	position: relative;
	}

a {color: #FFF;}
a:hover, #footer a:hover, #submenu a.active {color: #26ece8;}
#submenu a.active {text-decoration: none; color: #EB6727}
img {border: none;}
p {margin-bottom: 20px;}
 #content p {text-align: justify;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}

.none 		{display: none;}
.bold       { font-weight:bold; }
.italic     { font-style:italic; }
.nopadding  { padding:0; }
.noindent   { margin-left:0;padding-left:0; }
.nobullet   { list-style:none;list-style-image:none;}

img.lft {
	float: left;
	margin: 0 20px 5px 0;
	}

img.rgt {
	float: right;
	margin: 0 0 5px 20px;
	}
	
.rgt {float: right;}
.lft {float: left;}

#content img {border: 1px solid #9fa3a3; padding: 3px; background: #6b7172;}

.leftCol {float: left; width: 48%;}
.rightCol {float: right; width: 48%;}
	#homepage .leftCol {width: 40%; padding-top: 15px;}
	#homepage .rightCol {width: 56%;}

/* ********* zkratky ********* */

.focus {position: absolute; left: 198px;}

.focus a, .focus span {
	position: absolute;
	top: 0;
	left: -5000px;
	z-index: -10;
	white-space: nowrap;
	}

.focus a:focus, .focus a:active {
    z-index:2;
	top: 0;
	left: 248px;
    background:#FFED00;
	padding: 2px 5px 4px 6px;
	color: #A00000;
	font-size: 1.1em;
	font-weight: bold;
	}

/* ************* HEADINGS ************* */

h1 {font-size: 2.1em; font-weight: normal; color: #26ece8; margin-bottom: 20px; background: url(../img/dots.gif) repeat-x bottom left; padding-bottom: 15px; line-height: 1em;}
h2 {font-size: 1.6em; color: #26ece8;}
	#content h2 { font-weight: normal;}
h3 {font-size: 1.2em;  color: #FFF;}
h4 {font-size: 1.1em; color: #FFF;}
h5, h6 {font-size: 1em; color: #FFF;}

h2, h3, h4, h5, h6 {margin-bottom: 5px;}

#homepage h1, #homepage h2  {font-size: 1.4em; font-weight: bold; margin-bottom: 10px;  background: url(../img/dots.gif) repeat-x bottom left; padding-bottom: 10px;}
#homepage .akce h2 {text-transform: uppercase;}
#homepage h3 {color: #FFF;}

/* akce box */
.akce, .catalogs {
	border: 1px solid #5E6566;
	background: #565C5D;
	padding: 15px 18px 1px 18px;
	margin-bottom: 20px;
	}
	.akce p {color: #FFF;}
	.akce h3 {margin-bottom: 0;}
	#homepage .akce h2 {background: none; padding-bottom: 0;}
	#sidecol1 .akce {font-size: 0.9em; padding: 10px 13px 1px 13px}
	#sidecol1 .akce p {margin-bottom: 10px;}
	#sidecol1 div.akce h2 {background: 0; padding: 0;}
	#sidecol1 div.akce h3 {color: #FFF; font-size: 1.1em; margin-bottom: 7px;}


#homepage .news {width: 48%; font-size: 0.9em; line-height: 1.4em;}
	#homepage .news p, #homepage .news h3, #homepage .news span, #homepage .newsBox h2 {padding-right: 17px; padding-left: 17px;}
.datum {font-size: 0.9em;}
#homepage .newsBox h2 {padding-bottom: 8px; margin-bottom: 8px;}
.newsBox p.right {font-size: 0.9em; margin-right: 20px;}
#sidecol1 .news {float: none; font-size: 0.9em;}

#homepage .leftCol p, #homepage .leftCol h1 {padding-left: 12px; padding-right: 15px;}


/* ************* LISTS ************* */

#content ul, #content ol {margin: 0 0 25px 15px;}
	#content ul ul, #content ol ol {margin: 0 0 0 15px;}
	
	#content ol {margin-left: 34px;}
	#sidecol2 ul {margin-left: 0; margin-bottom: 20px;}
	
	#sidecol2 li, #content li {background: url(../img/sipka.png) no-repeat 0 3px; padding-left: 17px; margin-top: 8px;}
	
	#sidecol2 li span {font-size: 0.9em; color: #CCC}

.catalogs {padding-bottom: 20px;}
#content .catalogs li {
	float: left;
	width: 45%;
}
#content .catalogs p {margin-bottom: 5px;}
	
/* ************* FORMS ************* */

input, select, textarea {font-family: Arial, Helvetica, sans-serif; font-size: 1em; vertical-align: middle;}

.pole {padding: 2px;}

.button {
	background: #323232;
	border: 0;
	padding: 2px 8px;
	color: #CCC;
	cursor: pointer;
	font-size: 0.9em;
	}

/* IE button fix */
	
input.button {
	width: 0;
	overflow: visible;
}
input.button[class] {width: auto;}


/* ************* TABLES ************* */

table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
	margin-bottom: 15px;
	
	}
	th, td {
		padding: 8px 15px;
		vertical-align: top;
		border: 0;
		border: 1px solid #9fa3a3; 
		}
		th {background: #6b7172;}


		
/* ************* IMAGE REPLACEMENT ************* */


#mainMenu span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	}
	#mainMenu a {position: relative; overflow: hidden; _display: inline-block;}
	
/* ************* FLOAT CLEAR ************* */

#top, #footer, .catalogs {
	overflow: hidden;
	_display: inline-block;
	}
	
/* cistic uzivatelskych wysiwyg okras */
	
font {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	}
	

/* ****************************************** */	
/* ******************* PAGE ***************** */
/* ****************************************** */

#topContainer {background: url(../img/bg-topContainer.png) repeat-x bottom left #242424;}
#menuContainer {background: url(../img/bg-menuContainer.png) repeat-x top left #232323; border-bottom: 1px solid #303030; border-top: 1px solid #3e3e3e;}
#headerContainer {background: url(../img/bg-headerContainer.png) repeat-x top left #1b1b1b;}
#mainContainer {background: url(../img/bg-mainContainer.png) repeat-x top left;}

#top, #main, #mainMenu, #footer {
margin: 0 auto;
text-align: left;
font-size: 1.2em;
width: 950px;
}

/* *************************************** */	
/* ************** HEADER ***************** */
/* *************************************** */	

#top {
	position: relative;
	padding: 20px 0 10px 0;
	}
	.logo {
		float: left;
		margin: 20px;
		}
	.languageswitcher {
		float: right;
	}
	form#search {
		position: absolute;
		bottom: 30px;
		right: 0;
		}
		.searchfield {
			background: #666;
			border: 0;
			width: 150px;
		}
 #headerContainer {text-align: center; }		
 #headerContainer img {display: block;  margin: 0 auto;}
		
	
/* **************************************** */	
/* ***************** MENU ***************** */
/* **************************************** */	

#mainMenu {
	}
	#mainMenu ul {
		list-style: none;
		position: relative;
		width: 100%;
		}
		#mainMenu ul li {
			display: inline;
			padding: 1px;
			}
			#mainMenu ul li a {
				display: block;
				float: left;
				height: 40px;
				text-align: center;
				text-decoration: none;
				color: #ec6d26;
				font-weight: bold;
				font-size: 1.2em;
				}
				#mainMenu ul li a:hover {color: white;}
				
				#mainMenu .m1 a {width: 85px;}
				#mainMenu .m2 a {width: 190px;}
				#mainMenu .m3 a {width: 134px;}
				#mainMenu .m4 a {width: 138px;}
				#mainMenu .m5 a {width: 110px;}
				#mainMenu .m6 a {width: 156px;}
				#mainMenu .m7 a {width: 111px;}
				#mainMenu .m8 a {width: 134px;}
					#mainMenu .m1 span {background: url(../img/menu1.png) no-repeat; cursor: pointer;}
					#mainMenu .m2 span {background: url(../img/menu2.png) no-repeat; cursor: pointer;}
					#mainMenu .m3 span {background: url(../img/menu3.png) no-repeat; cursor: pointer;}
					#mainMenu .m4 span {background: url(../img/menu4.png) no-repeat; cursor: pointer;}
					#mainMenu .m5 span {background: url(../img/menu5.png) no-repeat; cursor: pointer;}
					#mainMenu .m6 span {background: url(../img/menu6.png) no-repeat; cursor: pointer;}
					#mainMenu .m7 span {background: url(../img/menu7.png) no-repeat; cursor: pointer;}
					#mainMenu .m8 span {background: url(../img/menu8.png) no-repeat; cursor: pointer;}
						#mainMenu a:hover span, #mainMenu a.selected span, #homepage .m1 a span, #produkty-a-sluzby .m2 a span, #showroom .m4 a span, #o-spolecnosti .m6 a span, #kontakt .m7 a span, #svitidla .m2 a span, #developerske-projekty .m2 a span, #velkoobchod .m2 a span, #vybaveni-interieru .m2 a span, #spoluprace .m8 a span {background-position: 0 -40px;}

			
/* ********************************************** */	
/* ************** PAGE STRUCTURE ***************** */
/* ********************************************** */	

.column {
	float: left;
	}

#main {
	overflow: hidden;
/*	background: url(../img/bg-main.jpg) no-repeat top center;
*/	}
	#maincol {
		width: 100%;
		background: url(../img/dots2.gif) repeat-y 735px 0;
		margin: 25px 0;
		}
		#contentContainer {padding: 0 225px; margin-bottom: 15px;}		
			#content {
				padding: 0 15px 1px 0;
/*				background: url(../img/bg-content.png) no-repeat bottom left;
*/				}
	#sidecol1 {
		width: 200px;
		margin-left: -100%;
		margin-top: 23px;
		line-height: 1.5em;
		}
	#sidecol2 {
		width: 190px;
		margin-left: -190px;
		margin-top: 30px;
		font-size: 0.9em;
		line-height: 1.5em;
		}
		
#homepage #main {padding-top: 18px; padding-bottom: 10px;}
		
/* breadcrumbs */		
#content .breadcrumbs {
	font-size: 0.9em;
	text-align: right;
	}
	.breadcrumbs span {margin: 0 7px;}

/* appendix */
.appendix {margin-bottom: 10px;}
.appendix p {
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
}

/* document */
.documentPerex {font-style: italic;}
.documentData {font-size: 0.9em; text-align: right;}
	
/* ***************************************** */	
/* ************** COLUMN 1 ***************** */
/* ***************************************** */	

	#sidecol1 ul  {
		list-style: none;
		margin:0 10px  15px 10px;
		}
		#sidecol1 ul li {margin: 0;}
		#sidecol1 ul li {
			background: url(../img/sipka.png) no-repeat 0 8px;
			padding-left: 18px;
			}
			#sidecol1 ul li a {
				display: block;
				padding: 5px 0;
			}
			#sidecol1 ul ul {margin: 0;}
			
			
	#sidecol1 h2, #sidecol2 h2 {
		text-transform: uppercase;
		color: #26ece8;
		font-size: 1.3em;
		background: url(../img/dots.gif) repeat-x bottom left;
		padding: 0 10px 10px 10px;
		margin-bottom: 10px;
		}

		
/* ***************************************** */	
/* ************** COLUMN 2 ***************** */
/* ***************************************** */

		#sidecol2 h2.newsHeading {text-transform: none; padding-left: 0; padding-top: 8px;}


/* *************************************** */	
/* ************** FOOTER ***************** */
/* *************************************** */	



#footer {
	clear: both;
	font-size: 1.1em;
	zoom: 1;
	color: #bbb;
	background: url(../img/dots.gif) repeat-x;
	}
	#footer p {margin-bottom: 0;}
	#footer a {color: #ccc;}
	
	.copyright {
		float: left;
		padding: 15px;
		}
	.footerContact {
		float: right;
		padding: 15px;
		text-align: right;
		}
		
		
/* **************************************** */	
/* ************** VARIOUS ***************** */
/* **************************************** */
		
/* ***** IE6 italic bug hack ***** */

/* \*/

.WYSIWYGContentBody {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

#gallery {
	position:relative;
	height:262px;
	width: 926px;
	margin: 0 auto;
}
	#gallery img {
		position:absolute;
		top: 0;
		left: 0;
	}
	

	
	#gallery img.show {
		z-index:500
	}

#homepage .leftCol div {padding-left: 15px;}
#homepage .leftCol h1, #homepage .leftCol div {margin-left: 10px;}
