/* Base */
body {
	font:12px Tahoma, Verdana, Helvetica, sans-serif;
	background-color:#fff;
	color:#999;
	margin:0;
	padding:0;
	text-align:center;
	}
#zion {
	margin-top:30px;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-left:auto;
	margin-right:auto;
	}
/* Content */
#content {
	position:absolute;
	top:170px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#txt {
	width:775px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	height:360px;
	overflow:auto;
	}
#main {
	height:550px;
	width:775px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-repeat:no-repeat;
	}
#logo {
	background-image:url(../images/logo.gif);
	width:775px;
	text-align:left;
	height:130px;
	margin-left:10px;
	background-repeat:no-repeat;
	position:absolute;
	top:-40px;
	background-position:left;
	z-index:5;
	}
#bgrimg, #bar {
	width:775px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	}
#bar {
	background-image:url(../images/bar.gif);
	height:18px;
	top:30px;
	z-index:2;
	}
/* Menus */	
#menuleft {
	position:relative;
	padding:0;
	width:362px;
	top:23px;
	z-index:6;
	}
#menuright {
	position:relative;
	padding:0;
	width:320px;
	left:495px;
	top:-18px;
	z-index:7;
	}
#menuleft ul,#menuright ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	}
#menuleft ul li,#menuright ul li {
	display:block;
	text-align:center;
	padding:0;
	margin:0;
	float:left;
	}
#menuleft ul li {
	width:70px;
	}
#menuright ul li {
	width:70px;
	}
#menuleft ul li a,#menuright ul li a {
	height:18px;
	line-height:18px;
	padding:0;
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:12px;      
	}
#menuright ul li a {
	color:#FFFFFF;
	}
#menuleft ul li a:hover,#menuright ul li a:hover {
	color:#333333;
	background-color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
	}
#menuleft ul li a:hover {
	background-image:url(../images/buttonleft.jpg);
	}
#menuright ul li a:hover {
	background-image:url(../images/buttonright.jpg);
	}	
body#mstavby #menuleft li#stavby, 
body#mokna #menuleft li#okna,
body#msvietidla #menuleft li#svietidla, 
body#melektro #menuleft li#elektro {
	color:#333333;
	background-color:#CCCCCC;
	font-weight:bold;
	background-image:url(../images/buttonleft.jpg);
	} 
body#mprofil #menuright li#profil,
body#mhistoria #menuright li#historia, 
body#mreferencie #menuright li#referencie,
body#mkontakt #menuright li#kontakt {
	color:#333333;
	background-color:#CCCCCC;
	font-weight:bold;
	background-image:url(../images/buttonright.jpg);
	}
body#mstavby #menuleft li#stavby, 
body#mokna #menuleft li#okna,
body#msvietidla #menuleft li#svietidla, 
body#melektro #menuleft li#elektro,
body#mprofil #menuright li#profil,
body#mhistoria #menuright li#historia, 
body#mreferencie #menuright li#referencie,
body#mkontakt #menuright li#kontakt {
	height:18px;
	line-height:18px;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:12px;      
	}
/* Typography */
body {
	color:#666666;
	}
h1 {
	padding:0;
	margin:0;
	font-size:16px;
	color:#B00600;
	}
h2 {
	padding:0;
	margin:0;
	font-size:10px;
	color:#666666;
	}
ol li {
	padding-top:10px;
	font-size:11px;
	font-weight:bold;
	color:#B00600;
	}
ul li {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	padding-top:0;
	}
tr td {
	font-size:12px;
	}
#content {
	text-align:left;
	font-size:12px;
	line-height:18px;
	}
.text {
	color:#666666;
	font-weight:normal;
	font-size:12px;
	}
#txt {
	font-weight:normal;
	color:#666666;
	}
#footer {
    position:relative;
	text-align:center;
	color:#CCCCCC;
	margin-top:-12px;
	display:block;
	}
/* Links */
#footer a {
	text-decoration:none;
	color:#CCCCCC;
	font-weight:bold;
	}
#footer a:hover {
	color:#66CC66;
	font-weight:bold;
	}