
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
/* header */
p{font-family:"Arial", Arial, sans-serif;}

.top {
	background-color: #EDEDED;
	background-image:url("img/back.jpg");
	background-repeat: repeat-x;
	background-position: fixed;
	text-align:center;
	margin:0 auto;
}

.sadrzaj {
	background-color: #ffffff;
	background-image:url("img/background.gif");
	background-repeat: repeat-y;
	background-position: fixed;
	position:relative;
	z-index: 3;
	text-align:center;
	width:900px;
	height:100%;
	margin:0 auto;
	font: 1.0em Arial;
}


/* structure */
.Tcontainer {
	z-index: 99;
	position:relative;
	position:fixed;
	top:0px;
	text-align:center;
	margin: 0 auto;
	width: 900px;
	height: 195px;
}
.Lcontainer {
	background: #FFFFFF;
	border-right: 1px solid #626262;
	z-index: 8;
	position:absolute;
	position:fixed;
	margin-left:30px;
	padding-right:0px;
	top:200px;
	font: 0.7em Arial;
	font-weight:normal;
	font:Arial;
	width: 200px;
	height:800px;
	color:#883f3f;
	text-align:center;
}

	
.Dcontainer {
	background: #FFFFFF;
	z-index: 6;
	position:absolute;
	left:200px;
	top:200px;
	width: 530px;
	height:60%;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:20px;
	margin-left:100px;
	padding-right:40px;
	text-align:left;
	font: 0.85em bold Arial;
	font-weight:normal;

}
.Dcontainer P{
	font:0.85em bold Arial;
	font-weight:normal;

}

	
.DcontainerGALLERY {
	background: #FFFFFF;
	z-index: 6;
	position:absolute;
	left:200px;
	top:200px;
	width: 530px;
	height:60%;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:5px;
	margin-left:80px;
	padding-right:20px;
	text-align:left;
	font: 0.85em bold Arial;
	font-weight:normal;

}

/* misc */
.clearer {clear: both;}

.navigation {	
	background: url(img/meni.png);
	z-index: 6;
	position:relative;
	left:0px;
	top:-197px;
	margin-right:0px;
	margin-top:0px;
	height: 33px;
}
.navigation a {

	border-left: 1px solid #626262;
	display: block;
	float: right;
	font: 0.7em Arial;
	color:#005200;
	line-height: 26px;
	padding: 0 25px;
	text-decoration: none;
}
.navigation a:hover {
	background: url(img/menidown.png);
	margin-top:1px;
	opacity:0.5;
	filter:alpha(opacity=50);
	font: 0.7em Arial;
	line-height: 26px;
	color:#FF0000;
}

.gumb {	
	background: url(img/gumb.png);
	z-index: 6;
	float: center;
	position:relative;
	left:35px;
	top:0px;
	margin-right:15px;
	margin-top:5px;
	height: 26px;
	width:114px;
}
.gumb a {
	display: block;
	float: center;
	font: 0.7em bold Arial;
	color:#3c3c3c;
	line-height: 22px;
	padding: -2px 5px;
	text-decoration: none;
}
.gumb a:hover {
	background: url(img/gumbdown.png);
	font: 0.7em bold Arial;
	margin-top:5px;
	line-height: 22px;
	padding: -2px 5px;
	color:#FF0000;
}

.podnozje {	
	background: url(img/dno2.jpg);
	z-index: 99;
	position:fixed;
	float:left;
	bottom:0px;
	width:866px;
	margin-left:17px;
	margin-top:5px;
	height: 35px;
}
.podnozje font{	
	z-index: 6;
	position:relative;
	top:15px;
	text-align:center;
	color:#558828;
	vertical-align:bottom;
}

@page { margin-left: 2.5cm; margin-right: 1.5cm; margin-top: 2.5cm; margin-bottom: 2cm }
		P { margin-bottom: 0.21cm; font: 0.85em bold Arial;direction: ltr; color: #000000; widows: 2; orphans: 2 }
	
