@charset "utf-8";
* {
        margin:         0;
        padding:        0;
        border-collapse:collapse;
        border-spacing: 0;
        font-family: arial, sans-serif;
}
html, body {
        color:          black;
        background: url('/img/bg.gif') white;
        background-repeat: repeat-x;
        line-height:    1.45;
}                                        
body {
        font-size:      12px;
}

a { color: #b12a2a; text-decoration: none; font-size: 1em; }
a:hover { color: gray; }

img { border: none; }
#page {
	margin: 0px auto;
	width: 900px;
}

#logo {height: 50px; line-height: 0px; }
#logo div.lang { text-align: right; width: 300px; padding-top: 35px; float: right; padding-right: 10px;}
#logo div.lang img { margin-left: 10px; }
#logo div.lang img.active { border: 1px solid white; }


#menu { height: 29px; margin-top: 10px; text-align: right; color: white;}
#menu a { text-decoration: none; color: white; font-family: verdana; padding-right: 10px; }
#menu a:hover { color: gray; }


#footer {clear: both; text-align: center; padding-top:20px; color: gray; font-size: 10px;}
#footer a { color: gray; font-size: 10px;}

#main {float: left; width: 647px; text-align: center; }

#right {margin-left: 35px; float: left; width: 190px;}
#right a img { border: 1px solid gray; }
#right a:hover img { border: 1px solid red; }

#rpartneri {margin-left: 35px; float: left; width: 170px;}
#rpartneri a img { border: none; }
#rpartneri a:hover img { border: none; }

#partneri {border-bottom: 1px solid #edf1f3; padding-top: 35px; padding-bottom: 5px;}
#progress { clear: both; }
ul { padding-left: 40px; }
#text {background: #edf1f3; border: 1px solid #dcdcdc; width: 647px; margin-top: 8px; padding: 5px; text-align: left; padding-bottom: 10px;}

#news {background: #edf1f3; border: 1px solid #dcdcdc; margin-top: 4px; padding: 5px; text-align: left;}
#news div i { font-size: 0.8em; }

label { display: block;	float:left; width: 130px; padding-right: 10px; font-size: 0.9em; color: #7f7f7f; }



input[type="text"], input[type="password"], textarea{ background-color:#ffffff; border: 1px solid #7f7f7f; font-size: 0.9em; width: 250px; height: 20px; margin-bottom: 10px;}
textarea { height: 120px; }
input[type="text"]:hover, input[type="password"]:hover, textarea:hover{background-color:#ffffff; border: 1px solid #d11349; font-size: 0.9em; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{background-color:#dfdfdf; border: 1px solid #d11349; font-size: 0.9em; }
select{border: 1px solid #7f7f7f; font-size: 0.9em; }
select:hover{border: 1px solid #d11349; font-size: 0.9em; }
input.submitter { background-color:#dfdfdf; color:#000; width:70px; border:1px solid #7f7f7f; margin-left: 229px; font-family: arial; font-size: 0.9em; }
input.submitter:hover { border:1px solid #d11349; font-size: 0.9em; }































/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-left:0px;
		margin-bottom: 5px;
		margin-right: 4px;
		border:1px solid #000;
		background:#fff;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:70px;
		height:70px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-35px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */