@charset "utf-8";
/* CSS Document */
#container { 
	background-image:url(../../images/bg.gif); 
	background-repeat:repeat-y;
	position:absolute;
	left: 50%; 
	height:100%;
	width: 840px; 
	margin-left: -420px;}

#iskalnik { 
	width:840px; 
	float:left;
	background-image:url(../../images/bg.gif); 
	background-repeat:repeat-y; }

#iskalnik_logo { 
	width:840px; 
	height:112px; 
	float:left; 
	background-image:url(../../images/bg.gif); 
	background-repeat:repeat-y; }

#iskalnik_content { 
	width:840px; 
	float:left;  
	background-image:url(../../images/bg.gif); 
	background-repeat:repeat-y;}

#iskalnik_search { 
	width:840px; 
	float:left; 
	background-image:url(../../images/bg.gif); 
	background-repeat:repeat-y;}

#iskalnik_results { 
	width:840px; 	
	float:left; 
	background-image:url(../../images/bg.gif); 
	background-repeat:repeat-y; }

.text { font-family:Tahoma, Geneva; font-size:10px; color:#999999;}
			.text a:link, .text a:active, .text a:visited { 
					color: #999999; 
					text-decoration:none; }
			.text a:hover {
					color: #ffffff; 
					text-decoration:underline; }