/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	font-size: 69%;
	color: #555555;
	background-color: #FFFFFF;
}
body, input, textarea, select {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}
 
#pagewidth{ 
	width:760px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	/* background-color: #EAFFBB;*/
	background-color: #A0B8D9;
} 
 
#header{
	position:relative; 
	height:101px; 
	background-image: url(img/header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width:100%;
} 

#header-en{
	position:relative; 
	height:101px; 
	background-image: url(img/header-en.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width:100%;
} 
  
 
#leftcol{
	width:160px; 
	float:left; 
	position:relative; 
	background-color: #A0B8D9;
}
 
#maincol{
	background-color: #F4FBFB;  
	float: right; 
	display:inline; 
	position: relative; 
	width:599px; 
}

#maincol p, #maincol h1, #maincol h2, #maincol img, #maincol table {
/*	padding-left: 10px;
	padding-right: 20px;
*/
} 

#footer{
	height:20px; 
	background-color: #206384; 
	clear:both;
 } 
 
p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: 1.4em;
	padding: 0;
}

.novosti{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 1.4em;
	padding: 0;
} 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


#nav ul, #nave ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 5px 0px;
}
#nav, #photo, #intro {
	min-height: 150px;
}
#nav li, #nave li   {
	margin: 0;
	padding: 0;
	display: block;
}
#nav a, #nave a {
	font-size: 1em;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 2px 0px 2px 20px;
}
#nav a:link, #nav a:visited, #nave a:link, #nave a:visited {
	color: #444444;
	text-decoration: none;
}
#nav a:hover, #nav li:hover{
	color: #000000;
	text-decoration: none;
	background-color: #FFCC33;
}
#nave a:hover, #nave li:hover {
	background-color: #FFCC33;
}
#nav a:active, #nave a:active  {
	color: #000000;
	text-decoration: none;
}
#nav img {
	padding-left: 18px;
}

img.left {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}

#footer p {
	font-size: 0.8em;
	color: #FFFFFF;
	margin-left:10px;
	padding-top: 3px;
	text-align: center;
}


h1 {
	font-size: 1em;
	font-weight: bold;
	color: #376E1A;
	margin: 20px 0px 10px 0px;
	padding: 0;


}
h2 {
	font-size: 1.2em;
	color: #646420;
	margin: 20px 0px 10px 0px;
	padding: 0;

}

.bold {
	font-weight: bold;
}

/*--------------------- form elements ---------------------*/

form { 
	margin: 0;

}
form#contact {
	padding: 20px 10px; 
	
}
.label {
	width: 9em;
	float: left;
	display: inline;
	padding-left: 0.5em;
}

.row {
	clear: both;
}
#contact input, #contact textarea, #contact select {
	font-size: 1.1em;
   font-weight: bold;
	color: #285760;
	border: none;
	border-bottom: 1px solid #C5C5AC;
	background-color: #FAFFF2;
}	

#contact select, label input {
	border-bottom: none;
	display: inline;
}

input:focus, textarea:focus, select:focus  {
	background-color: #F3F5F4;
}
.actions {
	padding-left: 9em;
}
/*------------------------------------------------------*/

.zanas {
	float:right;
}


#mast td {
	font-size: 8px;
	color:#333;
}

.specialtext {
	font-weight: bold;
}
table.management tr {
	padding: 5px 0px;
}

.logotxt img{
	padding: 5px 0px;
	border: 0;
}
#mailcol #hold #banner {
	margin: 0;
	padding: 0;
}
#maincol #hold {
	padding-left: 10px;
	padding-right: 20px;
}
#switchlang{
	margin-left: 25px;
}

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}