/* body */
body {
	margin: 0 auto;
	background-image: url("../images/main_bg.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	color: #555;
	line-height: 18px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-align: left;
}
body img {
	margin: 0 auto;
	vertical-align: bottom;
}
img {
	border: none;
}
.lang_off img {
	margin: 1px 0px 0px 0px;
	vertical-align: top;
}
.lang_on img {
	margin: 1px 0px 0px 0px;
	vertical-align: top;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
/* WinIE7 only */
*:first-child+html .clearfix{
	height:1%;
}

 /* WinIE6 and below */
 /*?*/
 * html .clearfix{height:1%;}
 /**/
 
 /* MacIE only */
 /*?*//*/
 .clearfix{
 	display:inline-table;
}
/**/

/* page */
.page {
	width: 778px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-align: left;
}

/* header */
.header {
	background-image: url("../images/header.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 305px;
	max-height: 305px;
}
.header_image {
	min-height: 155px;
	max-height: 155px;
	margin: 1px;
}
.info {
	margin: 9px 10px 0px 10px;
	color: #a1a8ac;
	font-size: 11px;
}

/* content */
.middle {
	background-image: url("../images/content_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 1px 0px 0px 0px;
	min-height: 180px;
}
.content {
	padding: 20px;
}

/* footer */
.footer {
	background-image: url("../images/footer_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	min-height: 30px;
	max-height: 30px;
}
.footer_nav {
	padding: 8px 10px 0px 10px;
}
.footer_nav_item {
	background-image: url("../images/footer_nav_arrow.gif");
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
}
.photo_max_cursor {
	cursor: url(/javascript/highslide/graphics/zoomin.cur), pointer;
	border: 1px solid #e5e5e5;
}

.copyright {
	margin: 10px 10px 0px 10px;
	color: #a1a8ac;
	font-size: 11px;
}

/* language */
.language {
	max-height: 26px;
	min-height: 26px;
	text-align: right;
}
.lang_on {
	background-image: url("../images/language_bg_active.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	width: 56px;
	height: 18px;
	text-align: center;
	color: white;
}
.lang_off {
	background-image: url("../images/language_bg_inactive.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	width: 56px;
	height: 18px;
	text-align: center;
	color: #a7acae;
}
.lang_off:hover {
	background-image: url("../images/language_bg_active.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	width: 56px;
	height: 18px;
	text-align: center;
	color: white;
	text-decoration: none;
}
.language a, a:active, a:visited {
	color: #a7acae;
	text-decoration: none;
}
.language a:hover {
	color: white;
	text-decoration: none;
}

/* navigation */
.main_nav {
	float: left;
	margin: 56px 0px 0px 120px;
	min-height: 37px;
	max-height: 37px;
	font-size: 15px;
	font-weight: bold;
	min-width: 583px;
}
.main_nav_item {
	padding: 10px 0px 0px 0px;
	float: left;
	margin: 0px 20px 0px 20px;
	text-decoration: none;
}
.main_nav_item a, .main_nav_item a:active, .main_nav_item a:visited {
	padding: 9px 0px 0px 0px;
	color: #333333;
	text-decoration: none;
}
.main_nav_item a:hover {
	background-image: url("../images/main_nav_arrow.gif");
	background-position: center top;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}

/* print */
.print {
	margin: 62px 10px 0px 20px;
	float: right;
}

/* a */
a, a:active, a:visited {
	color: #3498D6;
	text-decoration: none;
}
a:hover {
	color: #3498D6;
	text-decoration: underline;
}

/* H */
h1 {
	color: #f2aa2e;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
}
h2 {
	color: #f2aa2e;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 15px;
}
h3 {
	color: #f2aa2e;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
.gray_line {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	max-height: 1px;
	min-height: 1px;
	background-color: #dadada;
}

td {
	vertical-align: top;
}

.gray_txt {
	color: #aaa;

}
.table_left {
	color: #aaa;
	padding: 0px 10px 5px 0px;
	text-align: right;

}
.map {
	padding: 0px 20px 0px 0px;
}
li {
	padding: 0px 0px 0px 0px;
}
.prva_left {
	width: 350px;
	border-right: 1px solid #dadada;
	padding: 0px 20px 0px 0px;
	text-align: justify;
}
.prva_right {
	width: 350px;
	padding: 0px 0px 0px 20px;
	text-align: justify;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #555;
	padding: 0px 5px 0px 5px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #555;
	background-color: white;
	border: 1px solid #e5e5e5;
	padding: 5px 5px 5px 5px;
	width: 300px;
}
.input_form {
	background-color: white;
	border: 1px solid #e5e5e5;
	padding: 1px 5px 0px 5px;
	width: 300px;
	height: 17px;
}
#faq ul {
	margin: 0px; padding: 0px;
	text-align: left;
}
#faq ul li {
	margin-left: 0px;
	display: block;
	padding: 3px 0px 3px 0px;
	font-size: 11px;
	border-bottom: 1px solid #f5f6f7;
	line-height: 14px;
}
#faq ul li.last {
	margin: 0px 0px 5px 0px;
	display: block;
	padding: 3px 0px 3px 0px;
	font-size: 11px;
	border-bottom: none;
	line-height: 14px;
}
.name {
	font-size: 13px;
	font-weight: bold;
}
.role {
	color: #aaaaaa;
	margin: 0px 0px 10px 0px;
}
.person_thumb {
	float: left;
	width: 96px;
	height: 96px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #e5e5e5;
}
.person_description {
	float: left;
	width: 235px;
	margin: 5px 0px 0px 0px;
}
.person_item {
	margin: 0px 0px 10px 0px;
	width: 365px;
}
.txt_green {
	color: #64B31A;
	text-align: left;
}

.txt_green a{
	color: #64B31A;
}

.txt_green a:hover{
	color: #64B31A;
	text-decoration: underline;
}
.float_l {
	float: left;
}
