/* TAGS */
html {
	height: 100%;
}
body {
	height: 100%;
	color: #fff;
	font-family: Tahoma, sans-serif;
	background-color: #003c12;
	padding: 0;
	margin: 0;
	font-size: 12px;	
	text-align:center;
	background-image: url(bg.png);	
	background-position: center top;
	background-repeat: repeat-x;
	
}
img {
	border: none;
	behavior: url(iepngfix.htc);
}

div {
	/* border: 1px solid red; */
}



hr {
	border: 0;
	color: #a1a4a8;
	background-color: #a1a4a8;
	width: 100%;
	height: 1px;
}
a, a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
label {
	float: left;
	width: 100px;
}
/* TAGS & CLASSES */
a.footer, a:link.footer, a:visited.footer, a:active.footer {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	margin:0 12px 0 12px;
	/* font-weight:bold; */
	
}
a:hover.footer {
	color: #ffed00;
	text-decoration: underline;
}


.copy {
	font-family:sans-serif;
	font-size:10px;
	color: #fff;
	font-weight:normal;
	text-align:right;
	line-height:15px;
}

.copy a{
	font-family:sans-serif;
	font-size:10px;
	color: #ffed00;
	text-decoration: underline;
}

.copy a:hover {
	font-family:sans-serif;
	font-size:10px;
	color: #ffed00;
	text-decoration: underline;
}


a.files, a:link.files, a:visited.files, a:active.files {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
a:hover.files {
	color: #84ff00;
	text-decoration: underline;
}

h1  {
	font-size: 18px;
	color: #ffed00;
	font-weight:bold;
	margin: 0 0 10px 0;
	
}

#rozklik a  {
	font-size: 18px;
	color: #ffed00;
	font-weight:bold;
	margin: 0 0 10px 0;
	text-decoration:none;
}


#container {
	width:100%;
	height:1000px;
	background-image: url(bg_bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;	
	/* border:1px solid red; */
	margin:0px;
}

#rozklik {
	margin: auto; 
	width:829px;
	height:650px;
	margin-top:10px;
	background-image: url(rozklik2.png);
	position:relative;
	/* border:1px solid red;	*/
	/* behavior: url(iepngfix.htc); */
}

#footer_container {
	margin: auto; 
	width:100%;
	height:80px;
	margin-top:0px;
	position:relative;	
	/* behavior: url(iepngfix.htc); */
}

.copy {
	position:absolute;
	right:20px;
	bottom:10px;
	color:#fff;
	font-weight:bold;
}

#content {
	min-height:900px;
	_height:900px;
	margin:auto;
	width:902px;	
	position:relative;	
	text-align: left;
}

#content_in {

	width:850px;
	margin-left:40px;

}

#logo {	
	
	margin:auto;
	width:198px;
	height:156px;	
	background-image: url(logo.png);

}

#logo_link {	
	
	margin:auto;
	width:300px;
	height:50px;	
	text-align:center;
}

#logo_link a {	
	font-size: 14px;
	color:#ffed00;
	font-weight:bold;
	margin: 0 0 10px 0;
	text-decoration:none;
}

#link_image_left {
	cursor:pointer;
	position:absolute;
	width:320px;
	height:270px;
	top:10px;
	left:70px;
}

#link_image_bottom {
	cursor:pointer;
	position:absolute;
	width:320px;
	height:270px;
	top:330px;
	left:253px;
	/* border:1px solid red; */
}

#link_text_bottom{
	text-align:center;
	cursor:pointer;
	position:absolute;
	width:320px;
	height:60px;
	top:540px;
	left:248px;
}

#link_image_right {
	cursor:pointer;
	position:absolute;
	width:320px;
	height:270px;
	top:10px;
	left:450px;
}

#link_text_left {
	text-align:center;
	cursor:pointer;
	position:absolute;
	width:320px;
	height:60px;
	top:250px;
	left:65px;
}

#link_text_right {
	text-align:center;
	cursor:pointer;
	position:absolute;
	width:320px;
	height:60px;
	top:250px;
	left:445px;
}			

#banner {
	margin:auto;
	width:234px;
	height:60px;	
	margin-top:50px;
}

div.content_gallery {
	text-align: center;
	display: block;
	clear:both;

}

div.content_gallery .gallery_entry {
	
	width: 170px;
	display: inline;
	
}
div.content_gallery .gallery_entry a {
	background-image: url(/vyberajtesi/images/gallery_bg.png);
	display: inline;
	width: 150px;
	height: 150px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 4px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	behavior: url(iepngfix.htc);
	margin-bottom: 10px;
}
div.content_files {
	float: left;
	width: 280px;
}
div.content_files_list {
	float: left;
	width: 320px;
}
div.content_files_list li {
	margin-bottom: 15px;
	clear: both
}
div.content_files_list ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
div.content_files_list li div {
	float: left;
	width: 11px;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
	background-image: url(/vyberajtesi/images/green_ball.png);
	background-repeat: no-repeat;
	margin-right: 5px; 
}



.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
 
html[xmlns] .clear {
	display: block;
}
 
* html .clear {
	height: 1%;
}