
/**
 * General page properties
 */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	
	font-family: "trebuchet ms", tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background: transparent url(images/background_crte.gif) top left repeat-x;
}
form {
	padding: 0;
	margin: 0;
}
#wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

/**
 * Page header
 */

#header {
	position: relative;
	margin: 6px 0 1px 0;
	border-top: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {
	display: block;
	height: 99px;
	background: transparent url(../../images/header.jpg) top left no-repeat;
}

#header h1 a span {
	display: none;
}

/*
* lang selector
*/

#langSelector {
	position:absolute;
	top:0px; 
	right:0px; 
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 100;
}

#langSelector a {
	display: block;
	border: 1px solid #ccc;
	padding: 2px 4px;
	margin: 1px 0 1px 1px;
}

/**
 * Horizontal menu under page header
 */ 
#blank_horizontalmenu {
	position: relative;
	display: block;
	height: 22px;
	z-index: 100;
}
#blank_horizontalmenu h5 {
	margin: 0;
	padding: 2px 6px;
	color: #999;;
	font-size: 14px;
	font-weight: bold;
}


#horizontalmenu {
	position: relative;
	display: block;
	height: 22px;
	z-index: 100;
}

	#horizontalmenu ul {
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
	
	}
	
	#horizontalmenu ul li {
		position: relative;
		float: left;
	}
	
	#horizontalmenu ul li a {
		display: block;
		padding: 3px 10px;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	#horizontalmenu ul li a:hover {
		text-decoration: none;
	}
	
	#horizontalmenu li:hover, #horizontalmenu li.over {
		cursor: pointer;
	}
	
	#horizontalmenu li:hover ul, #horizontalmenu li.over ul {
		display: block;
	}
	
	#horizontalmenu ul.sub {
		position: absolute;
		display: none;
		top: 22px;
		z-index: 90;
		margin-left: -1px;
		padding: 1px;
		background-color: white;
	}
	
	#horizontalmenu ul.sub li {
		position: relative;
		display: block;
		float: left;
		clear: both;
		width: 150px;
		height: 20px auto;
		margin:0;
		padding:0 0 1px 0;
		z-index: 91;
		border: 0;
	}
	
	#horizontalmenu ul.sub li a {
		font-size: 10px;
		padding: 2px 0 2px 22px;
		font-weight: normal;
		color: white;
		text-transform: none;
		text-decoration: none;
	}
/*
* vertical menu
*/

#verticalmenu {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	border-top: 1px solid white;
}
	#verticalmenu div.bottom {
		height: 8px;
		border-bottom: 1px solid white;
	}
	#verticalmenu ul {
		list-style: none;
		display: block;
		padding: 0;
		margin: 0;
	}
	
	
	#verticalmenu ul li {
		color: white;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}
	
	#verticalmenu ul li a {
		display: block;
		padding: 10px 10px 10px 15px;
		width: 155px;
		color: white;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}
	
	#verticalmenu ul li a:hover {
		background: url(images/puscica.gif) 0% 50% no-repeat;
	}
	
	#verticalmenu ul li a.selected {
		background: url(images/puscica.gif) 0% 50% no-repeat;
	}
	
	#verticalmenu ul.sub {
		position: relative;
		list-style: none;
		margin: 7px 0 0 0;
		padding: 0;
	}
	
	#verticalmenu ul.sub li {
		margin: 0;
		padding: 0;
		color: white;
		font-size: 11px;
		font-weight: bold;
		text-transform: none;
	}
	
	#verticalmenu ul.sub li a {
		font-size: 11px;
		padding: 5px 5px 5px 30px;
		min-height: 25px;
		width: 145px;
		display: block;
		text-decoration: none;
		border-bottom: 0px solid red;
	}
	
	#verticalmenu div.title {
		color: white;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
	}
	
	#verticalmenu div.title a {
		display: block;
		padding: 10px 10px 10px 15px;
		width: 155px;
		color: white;
		text-decoration: none;
	}
	
	#verticalmenu div.title a:hover, #verticalmenu div.title a.selected {
		background: url(images/puscica.gif) 0% 50% no-repeat;
	}
	
	
/**
 * Page
 */

#page {
	position: relative;
	display: block;
	margin-top: 1px;
	height: 1%;
	min-height: 400px;
	text-align: left;
	border: 6px solid #ccc;
	background: #fff url(images/page_background.gif) left top repeat-y;
}

#page.nobgright {
	background: #fff url(images/page_left_background.gif) left top repeat-y;
}


#page .widecontent {
	width: 728px;
	background: #fff url(images/pix_bel.gif) left top repeat;
	min-height: 400px;
}

#page .rightcontent {
	margin-left: 1px;
	width: 545px;
	background: #fff url(images/pix_bel.gif) left top repeat;
}

#page .leftcontent {
	margin-right: 1px;
	width: 545px;
	background: #fff url(images/pix_bel.gif) left top repeat;
}
 
/**
 * Page content container
 */
 
.content {
	position: relative;
	float: left;
	display: block;
	width: 364px;
	min-height: 500px;
	padding: 16px 10px;
}


#content h2 {
	margin:0;
	padding:0;
	font-size: 18px;
}

#content .list_item {
	padding-bottom: 15px;
}

#content .list_item img {
	float: right;
	margin: 0 0 5px 5px;
}

#content table {
	border-collapse: collapse;
	border: none;
	width:100%;
}

#content table td {
	border: 1px solid silver;
	padding: 2px;
}

/**
 * Left column
 */

#leftblock {
	position: relative;
	float: left;
	display: block;
	width: 180px;
	padding: 0;
	margin: 0 1px;
}


/**
 * Right column
 */

#rightblock {
	position: relative;
	float: left;
	display: block;
	width: 180px;
	margin: 0 1px;
	padding: 0;
}

#rightblock .galerija {
	padding: 4px 0 0 7px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	height: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#rightblock .dokumenti {
	margin: 0;
	padding: 4px 0 0 7px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	height: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#rightblock .anketa {
	margin: 0;
	padding: 4px 0 0 7px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	height: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#rightblock .newsletter {
	margin: 0;
	padding: 4px 0 0 7px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	height: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}


/*
* dokumenti
*/
#documents {
	padding: 0 8px 10px 8px;
	background-color: white;
}

#documents dl{
	margin: 0;
	padding: o;
}

#documents dt {
	padding: 5px 0;
	background: transparent url(images/crtkanacrta.gif) left bottom repeat-x;
}

#documents a {
	font-size: 10px;
	text-decoration: none;
}
#documents a:hover {
	text-decoration: underline;
}

#documents img {
	padding: 4px 5px 4px 0;
}
/**
 * Page footer
 */

#footer {
	position: relative;
	display: block;
	clear: both;
	color: #ccc;
	padding-right: 5px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
#esm_logo {
	position: absolute;
	top: 5px;
	left: 6px;
	margin: 0;
	padding: 0;
}
#footer a {
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/**
 * Clearing div
 */

div.clear {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}