@import'screen.css';

body {
	color: #000;
	background-color: #5f8000;
}

.container2 {
	margin: 0 auto;
	width: 740px;
	height: 100%;
	background: #5f8000 url(../images/bg_body.gif) repeat-y;
}

.container {
	height: 100%;
}

a {
	color: #4a9b34;
}

h2 {
	background: url('../images/bg_h2.gif') repeat-x;
	color: #fff;
	height: 34px;
	font-size: 1.5em;
	margin: 0;
	padding: 6px 0 0 10px;
	margin-bottom: .5em;
}

h3 {
	color: #fff;
	background: #81ac00;
	padding: 6px;
	margin-bottom: .5em;
}

h4, .content b {
	color: #0f3617;
	font-weight:800;
	margin-bottom: .5em;
}

p, li {
	font-size: 12px;
	text-align: justify;
}

p {
	margin-bottom: .5em;
}

.left { float: left;}
.right { float: right;}

#top {
	height: 60px;
	background: url(../images/bg_top.gif) repeat-x;
}

#main {
	height: 218px;
}

.logo {
	position: relative;
	top: 20px;
	left: 20px;
	height: 0;
}

.rightside-title {
	color: #fff;
	font-size: 1.1em;
	background: #81ac00;
	padding: 10px;
	margin:0;
}

.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #555533;
	padding: 6px 10px;
	background: url(../images/bg_nav.gif) repeat-x;
	border-bottom: 1px solid #d5e8ad;
}

.nav a:hover, .menu-current a {
	color: #2a5327;
	background: #e2f8a7;
}

.leftear {
	position: relative;
	top: 0;
	left: -36px;
	display: block;
	width: 36px;
	height: 40px;
	background: url(../images/bgdate.gif) no-repeat;
}

.page-title {
	margin-top: -40px;
}

.page {
	background: #fff;
}

.page2 {
	display: block;
	float: left;
	width: 398px;
	margin-right: 2px;
}

.content {
	padding: 5px;
}

#footer {
	background: url(../images/bg_footer.gif) repeat-x;
}

#footer p {
	padding: 10px;
}

#footer a {
	font-weight: 800;
	color: #000;
}

.green-block {
	background-color: #81ac00;
	line-height: 40px;
}

/* LIGHTBOX */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 92px;
	float: right;
	padding-bottom: 0.7em;
}

.preview {
	list-style-type: none;
	margin:0;
	padding:0;
}
.preview li {
	float:left;
	padding-left: 3px;
}

.udrzba {
	text-align: center;
}

.projektovanie td {
	padding: 0;	
}

