/* globalie */
body {margin:0; padding:0; color:#333333; text-align:left; font-weight:normal; font-size:12px; font-family:Arial, Helvetica, sans-serif; height: 100%; position:relative;}

img {border:none;}
iframe {border:none;}

#bg {background-image:url(images/bg.jpg); background-repeat:repeat-x; height:45px;}

#wrap {width:904px; display:block; margin:0 auto; overflow:hidden;}

a { outline:none; color:#009900; text-decoration:none; border-bottom: none;}
a:hover {color:#006600; text-decoration:none; border-bottom: none;}

.logo:hover img {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); opacity: 1; -moz-opacity: 0.99; }
.logo img {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); opacity: 0.3; -moz-opacity: 0.30; }

.interese {display:block; padding: 0; height:42px; line-height:270%; width:80px; font-size:14px; color:#000000; text-align:center; background: url("images/nav.jpg"); background-position:-3px -395px}
.interese:hover {display:block; padding:2px 0 0 2px; height:40px; width:80px; font-size:14px; color:#000000; line-height:270%; text-align:center; background:url("images/nav.jpg"); background-position:-3px -435px;}

/* formas */
.button {border:none; color:#000000; font-size:14px; height:40px; width:80px; background: url("images/nav.jpg"); background-position:-3px -395px;}
.button:hover{border:none; color:#000000; padding:2px 0 0 2px; cursor: pointer; font-size:14px; height:40px; background:url("images/nav.jpg"); background-position:-3px -435px;}

input {color:#333333; border:1px solid #ffffff;}
input:focus, textarea:focus, select:focus{outline-width:0;}
select {border:1px solid #666666; width:12em; margin-left: 5px; background-color:#ccff33}
option {background-color:#ccff33}
input.txt {width:17em; display:block; padding:0 0 0 10px; height:35px; line-height:270%; width:280px; background:url("images/nav.jpg"); background-position: -6px -540px;}
input.pk {width:7em; padding:0 0 0 10px; height:35px; line-height:270%; width:115px; background:url("images/nav.jpg"); background-position:-308px -540px;}
input.mail {padding:0 0 0 10px; height:35px; line-height:270%; width:280px; background:url("images/nav.jpg"); background-position:-6px -540px; display:block;float:left; clear:left;}

textarea {border:1px solid #ffffff; display:block; float:left; clear:left; padding:0 0 0 10px; height:140px; line-height:200%; width:280px; color: #333333; background:url("images/nav.jpg"); background-position:-6px -580px;}

/* izvelnes */
.mainnav {margin: 0; padding:0}
.mainnav li{display:inline;}
.mainnav li a {font-weight:bold; padding:15px 38px;	float:left;	background:#00ff00; color:#333333;}
.mainnav li a:hover {background:#ccff33; color:#000000;}
.mainnav li.selected a {background:#ffffff; color:#000000;}
.mainnav li.slud a {color:#ffffff;}

.nav {padding:25px 0 0 0; font-size:16px; height:70px; width:145px; background:url("images/nav.jpg"); text-align:center; display:block; color:#000000;}
.nav:hover{padding:27px 0 0 2px; height:68px; width:143px; background:url("images/nav.jpg"); background-position: 0 -96px; color:#000000;}
.nav.active{padding:27px 0 0 2px; height:68px; width:143px; background:url("images/nav.jpg"); background-position: 0 -194px; color:#000000;}	
.nav.selected{padding:27px 0 0 2px; height:68px; width:143px; background:url("images/nav.jpg"); background-position: 0 -293px; color:#000000;}

.jaunum {width:128px; height:88px; padding:62px 0 0 75px; font-size:16px; background:url("images/nav.jpg"); background-position:-491px -390px; display:block; color:#000000;}
.jaunum:hover {width:126px; height:86px; padding:64px 0 0 77px; background-position:-287px -390px; color:#000000;}
.jaunum:active {width:126px; height:86px; padding:64px 0 0 77px; background-position:-287px -390px; color:#000000;}


/* saturs */
#content {width:904px; margin-top:10px;	overflow:hidden; float:left;}

.ievero {float:left; width:103px;}
.share {float:left; width:206px;}

h1 {color:#009900; font-size: 16px; margin:2px; padding:0; }
h1 a {color:#009900; border-bottom:1px dotted;}
h1 a:hover {color:#006600; border-bottom: none;}

.dotted a {color:#009900; border-bottom:1px dotted;}
.dotted a:hover {color:#006600; border-bottom: none;}

h2 {font-size: 20px; font-weight:bold; color:#009900;}

/* footeris */
#footer {margin: 0; padding:20px 0; float:left; width:100%; color:#ffffff;background-image:url(images/bg.jpg); background-repeat:repeat;}
#footer a {color:#ffffff; border-bottom: none;}
#footer a:hover {color:#ffffff; border-bottom:1px dotted;}

/*----reklama-----*/

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 101;
}
.popup_block {
	padding: 0;
	float: left;
	width: 500px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 102;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;

}

.popup p {
	padding: 0;
	margin: 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}
