html, body {
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
	text-align: center;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	background: transparent url(images/body_bg.gif) top left repeat;
	
}

a {
	color: #57728f;
	text-decoration: none;
}

a:hover {
	color: #57728f;
	text-decoration: underline;
}

.clear {
	position: relative;
	clear: both;
}
.clear_right {
	position: relative;
	clear: right;
}
.clear_left {
	position: relative;
	clear: left;
}

.x {
	display: none;
}


/********************
		WRAPPER
*********************/

#wrapper {
	position: relative;
	display: block;
	width: 780px;
	
	min-height: 100%;
	
	margin: 0 auto;
	margin-bottom: -15px; 
	padding: 0;
	
	text-align: left;
	background: white;
	
}

#wrapper_inner {
	padding: 10px;
}

/********************
		HEADER
*********************/

#header {
	position: relative;
	width: 760px;
	margin: 0;
	padding: 0;
}

#header_inner {
	position: relative;
	display: block;
	
	margin: 0;
	padding: 0;
/*	overflow-y: hidden;*/
}

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

#header img {
	margin: 0;
	padding: 0;
	/*border: 1px solid #CCC;*/
}
#lang {
	display: block;
	position: absolute;
	top: 10px; 
	right: 11px;
	width: 21px;
	height: 161px;
	z-index: 99;
	float:right;
	background: transparent url(../../images/lang_bg.gif) top left repeat-y;
}

#lang_inner {
	width:20px;
	padding-left:1px;
	background: transparent url(../../images/lang_bg.gif) top right repeat-y;

}

#lang a {
	display: block;
	margin: 0;
	padding: 0;
	width: 19px;
	height: 161px;
}
#lang img {
	width:19px;
	height: 161px;
	border:none;
	padding: 0 1px 0 0;
}

/********************
		HMENU
*********************/

#hmenu {
	position: relative;
	margin: 11px 0 0 0;
	padding: 0;
	height: 31px;
	z-index: 100;
	border-bottom: 6px solid #57728f;
	
}

#hmenu_inner {
	position: relative;
	display: block;
	background: transparent url(images/hmenu_bg.gif) left top repeat-x;
	height: 19px;
	padding: 2px 0 0 23px;

	font-weight: bold;
	color: #666;
}

#hmenu .n1 {
	position: absolute;
	display: block;
	width: 19px;
	height: 19px;
	top: 0;
	left: 0;
	
	background: transparent url(images/hmenu_arrow.gif) left top no-repeat;
}

#hmenu ul {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;

	list-style: none;
	z-index: 80;
	
}

#hmenu ul a {
	text-decoration: none;
}

#hmenu ul li {
	display: block;
	position: relative;
	float: left;
	
	padding: 0 10px;
	margin: 0 2px 0 0;
	background: white;
}

#hmenu ul li a {
	display: block;
	padding: 2px 0 5px 0;
	margin: 0;

	
	color: #666;
	
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	
	border-bottom: 10px solid white;
}

#hmenu ul li a:hover, #hmenu ul li a.selected {
	color: #57728f;
}

#hmenu ul ul {
	display: none;
	position: absolute;
	top: 31px;
	
	padding: 5px 0;
	margin: 0;
	z-index: 90;
	width: 148px;
	
	border: 1px solid #FF6600;
	background: white;
}

#hmenu ul li:hover ul, #hmenu ul li.over ul {
	display: block;
}

#hmenu ul ul li {
	display: block;
	position: relative;
	float: left;
	z-index: 91;
	padding: 0;
	margin: 0;
}

#hmenu ul ul li.first {
	border: none;
}

#hmenu ul ul li a {
	display: block;
	z-index: 92;
	width: 128px;
	
	padding: 4px 10px;
	margin: 0;

	background: white;
	color: #999;
	
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	border: none;
}

#hmenu ul ul li a:hover, #hmenu ul ul li a.selected {
	color: #FF6600;
	border: none;
}


/********************
		VMENU
*********************/

#vmenu {
/*	position: absolute;
	top: 10px;
	left: 10px;*/
	margin: 10px 10px 0 0;
	display: block;
	width: 161px;
	
}
#vmenu_inner {
}

#vmenu div.n1 {
	display: none;
}

#vmenu .n2 {
	display: none;
}

#vmenu ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	list-style: none;
	
}

#vmenu ul li {
	display: block;
	margin:0;
	padding:0;
	width: 160px;
	float: left;
	
	background: transparent url(images/vmenu3_ul_li_bg.gif) bottom left no-repeat;
}

#vmenu ul li.first {
	border-top: 1px solid #CCC;
}




#vmenu ul li a {
	display: block;
	margin: 0;
	padding: 8px 10px 8px 1px;
	
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

#vmenu ul li a:hover, #vmenu ul li a.selected {
	text-decoration: none;
	color: #57728f;
}

#vmenu ul ul {
	display: block;
	margin:  0;
	padding: 8px 0 7px 0;
	border: none;
	
	list-style: none;
	width: 160px;
	
	background: transparent url(images/vmenu3_ul_ul_bg.gif) top left no-repeat;
}

#vmenu ul ul li {
	display: block;
	float: none;
	
	margin: 0;
	padding: 0;
	border: none;
	background: transparent url(images/vmenu_li_bg.gif) top left repeat-y;
	width: 161px;
} 
#vmenu ul ul li.first {
	border: none;
}

#vmenu ul li.last ul {
	margin: 0;
}

#vmenu ul ul li.last {
	margin: 0 0 90px 0;
}

#vmenu ul ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px 6px 17px;
	color: #999;
	text-decoration: none;
	
	font-size: 11px;
	font-weight: normal;
	background: transparent url(images/vmenu_ul_li_a_bg.gif) bottom left no-repeat;
}

#vmenu ul ul li a:hover {
	color: #FF6600;
}

#vmenu ul ul li a.selected {
	display: block;
	color: #FF6600;
	padding: 0;
	margin: 0;
	
	background: white url(images/vmenu_ul_li_a_bg.gif) bottom left no-repeat;
}

#vmenu ul ul li a.selected span {
	display: block;
	padding: 5px 10px 6px 17px;
	background: transparent url(images/vmenu_arrow_c1.gif) left top no-repeat;
}

#vmenu ul li a:hover, #vmenu ul li a.selected {
	color: #57728f;
}

#vmenu ul ul li a:hover {
	color: #57728f;
}

#vmenu ul ul li a.selected {
	color: #57728f;
}

#vmenu ul ul li a.selected span {
	background: transparent url(images/vmenu_arrow_c3.gif) left top no-repeat;
}

#vmenu ul li.last{

}


#vmenu ul li.last {
	margin: 0;
	background: none;
}

/********************
		PAGE
*********************/



#page {
	position: relative;
	display: block;
	margin: 2px 0 0 0;
	padding: 10px;
	background: transparent url(images/page_bg.gif) top left repeat-y;
	height: 1%;
}

#page_inner {
	display: block;
	padding: 0;
	background: transparent url(images/col2_bg.gif) 170px 0% repeat-y;
	height: 1%;
}

#page div.n1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 1px;
	width: 760px;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#page .n2 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	width: 760px;
	overflow: hidden;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
	
}


#page #col2 .n1 {
	display: none;
}

#page #col2 .n2 {
	display: none;
}

/********************
		COL1
*********************/

#col1 {
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	width: 171px;
	float: left;
	z-index: 10;
}

#col1 .n1 {
	display: none;
}
#col1 .n2 {
	display: block;
	margin:0 0 11px 11px;
	height: 100px;
	width: 100px;
	float:left;
	background: transparent url(images/arrow_bg.gif) bottom left no-repeat;
}


/********************
		CONTENT
*********************/

#content {
	display: block;
	margin: 0;
	padding: 0;
	min-height: 400px;
	height: auto;
	width: 569px;
	float: left;
}

#content div.n1 {
	display: block;
	height: 1px;
	width: 569px;
	overflow: hidden;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#content .n2 {
	display: block;
	height: 1px;
	width: 569px;
	overflow: hidden;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

/********************
		COL2
*********************/

#col2 {
	display: block;
	
	color: #333;
	height: 1%;
	background: transparent;
	width: 409px;
}

#page.wide #col2 {
	width: 569px;
}
#col2_inner {
	text-align: justify;
	padding: 0 13px;
}
#page #col2 .n1,#page #col2 .n2 {
	display: none;
}



#col2 h2 {
	margin: 0;
	padding:  0 0 20px 0;
	
	font-size: 17px;
	font-weight: bold;
	color: #57728f;
}

#col2 .body_back {
	margin: 10px 0 0 0;
}

#page #col2 #forms .n1, #page #col2 #forms .n2 {
	display: none
}

#col2 .item_image {
	float:right;
	/*overflow:visible;*/
	margin: 33px 0 0 10px;
}

/**********************
		COL2 LIST_ITEM
***********************/	

#col2 .list_item {
	margin: 0;
	padding: 13px 0 10px 0;
	width:100%;
	float: left;
	line-height: 15px;
	
}

#page #col2 .list_item h3, #col2 .list_item h3 a {
	margin: 0;
	padding: 0 0 13px 0;
	font-size: 14px;
	font-weight: bold;
	color: #57728f;
	line-height: 16px;
}

#col2 .list_item .date {
	font-size: 10px;
	color: #666;
	width: 70px;
	float: left;
}

#col2 .list_item .more {
	background-color: #57728f;
	color: #fff;
	font-weight: bold;
	padding:0 3px;
}

/********************
		COL2 comments
*********************/	

#col2 #comments .n1, #col2 #comments .n2 {
	display: none;
}

#comments {
	position: relative;
	padding: 0;
	margin: 20px 0;
	width: 383px;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#comments form {
	padding: 10px 0 15px 0;
	margin: 0 0 10px 0;
	
	
}

#comments .input_name {
	padding: 2px 0 0 0;
	margin: 0;
}

#comments .input_text {
	padding: 3px 0;
	margin: 0;
}

#comments .comment_name, #comments .comment_text {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	margin-top: 5px;
	width: 377px;
	border: 1px solid #CCC;
}

#comments .comment_text {
	height: 60px;
}

#comments .submit {
	margin: 3px 0 0 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: 1px solid #ccc;
	color: #333;
	background-color: white; 
}

#comments .output {
	margin: 0;
	padding: 0;
	height: 1%;
	
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#comments .nocomments {
	padding: 5px 0;
}

#comments .comment {
	margin: 0;
	padding: 5px 0;
	
	background: transparent url(images/dotted_line_h.gif) bottom left repeat-x;
}

#comments span.name {
	font-weight: bold;
}

#comments span.date {
	color: #666;
}

/********************
		COL2 FORMS
*********************/	

#forms {
	padding: 10px 0 0px 0;
	margin: 30px 0 10px 0;
	
	width: 383px;
	
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#forms form {
	margin: 0;
	padding: 0;
	height: 1%;
}

#forms_inner {
	margin: 0 0 20px 0;
	padding: 0;
	
}

#forms .esm_form_field {
	margin: 0;
	padding: 0 0 5px 0;
	
	clear: both;

}

#forms label {
	display: block;
	padding: 2px 0;
}

#forms .inputfield_i, #forms .inputfield_t {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	
	width: 377px;
	border: 1px solid #CCC;
}
#forms .esm_form_field div.inputfield_r {
	margin-top: 5px;
	padding: 0;
}
#forms input.inputfield_r {
	margin: 0;
	padding: 0;
	display: block;
}

#forms label.inputfield_r {
	margin-top: -20px;
	margin-left: 25px;
	padding: 5px 0;
}

#forms .inputfield_s {
	width: 150px;
	
	font-size: 11px;
	font-family: tahoma;
	
	margin: 0 0 10px 0;
	padding: 2px;
	
	border: 1px solid #CCC;
}

#forms .submit {
	margin: 3px 0 0 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: 1px solid #CCC;
	color: #333;
	background-color: white; 
}


/********************
		GALLERY
*********************/	


#gallery {
	width: 338px;
	margin-right: -5px;
}

#page.wide #gallery {
	width: 530px;
}

#gallery .thumbnail {
	position: relative;
	display: block;

	float: left;
	
	width: 120px;
	height: 120px;
	
	border: 1px solid #CCC;

	line-height: 120px;
	text-align: center;
	
	margin: 0 5px 5px 0;
	
}

#gallery .thumbnail a {
	font-weight: normal;
}
	
#gallery .thumbnail img {
	vertical-align: middle;
	display: inline;
}



/********************
		COL3
*********************/

#col3 {
	display: inline;
	position: relative;
	z-index: 99;
	
	margin: 5px 10px 0 0px;
	
	float: right;
	
	width: 150px;
}

#col3_inner {
}

#col3 div.n1, #col3 .n2 {
	display: none;
}


/********************
		POLL
********************/	
#poll {
	padding: 0 0 10px 0;
	height: 1%;
}
#poll_inner {

}
#poll form {
	margin: 0;
	padding: 0;
}

#poll .title {
	margin: 0;
	padding: 0;
	height: 1%;
	
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	
	background: transparent url(images/title_bg.gif) bottom left repeat-x;
	border-bottom: 3px solid #ccc;
}

#poll div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_page.gif) bottom left no-repeat;
}

#poll .question {
	padding: 5px;
	margin: 0;
	
	font-size: 10px;
	font-weight: bold;
}

#poll .answers {
	margin: 0 0 10px 0;
	padding: 0 5px 10px 5px;
	
	font-size: 10px;
}

#poll .answers div {
	position: relative;
	margin: 0;
	padding: 2px 0;
}

#poll .answers label {
	position: absolute;
	left: 25px;
	width: 110px;
	margin: 0;
	padding: 2px 0 0 0;
}



#poll .answers div .indicator {
	position: relative;
	display: block;
	margin: 3px 0;
	padding: 0;
	
	height: 4px;
	background-color: #FF6600;
	
	overflow: hidden;
}

#poll .all_answers {
	padding: 0 0 5px 5px;
}



#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	margin: 10px 0;
	padding: 1px 5px;
	
	font-family: tahoma;
	font-size: 10px;
	
	border: 1px solid #ccc;
	color: #333;
	background-color: white;
}

#poll .poll_submit, #poll .poll_back {
	margin-left: 5px;
}
/*
#poll div.first, #poll div.last {
	padding: 0px 0px;
}


/********************
		NEWSLETTER
********************/	

#newsletter {
	padding: 0 0 10px 0;
	height: 1%;
}
#newsletter_inner {
}
#newsletter form {
	margin: 0;
	padding: 5px 5px 0 5px;
}

#newsletter .title {
	margin: 0;
	padding: 0;
	height: 1%;
	
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	
	background: transparent url(images/title_bg.gif) bottom left repeat-x;
	border-bottom: 3px solid #ccc;
}

#newsletter div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_page.gif) bottom left no-repeat
}

#newsletter .desc {
	padding: 5px;
	margin: 0;
	
	font-size: 10px;
	font-weight: bold;
	background: transparent url(images/rightblock_top_corner.gif) top left no-repeat;
}

#newsletter input.textfield {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	
	width: 134px;
	border: 1px solid #CCC;
}

#newsletter input.submit {
	margin: 10px 0;
	padding: 1px 5px;
	
	font-family: tahoma;
	font-size: 10px;
	
	border: 1px solid #ccc;
	color: #333;
	background-color: white;
}

/********************
		DOCUMENTS
********************/	

#documents {
	padding: 0 0 10px 0;
	height: 1%;
}

#documents_inner {
}

#documents .title {
	margin: 0;
	padding: 0;
	height: 1%;
	
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	
	background: transparent url(images/title_bg.gif) bottom left repeat-x;
	border-bottom: 3px solid #ccc;
}

#documents div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_page.gif) bottom left no-repeat
}

#documents dl {
	margin: 0;
	padding: 5px;
}

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

#documents dt img {
	padding-right: 5px;
	float: left;
}

#documents dt a {
	font-size: 9px;
	color: #666;
	
	margin: 0;
	padding: 0;
}
#documents dt a:hover {
	color: #57728f;
}


/********************
		IMAGES
********************/	

#images {

	padding: 0 0 10px 0;
	margin: 0;
}

#images .title {
	margin: 0 0 4px 0;
	padding: 0;
	
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	
	background: transparent url(images/title_bg.gif) bottom left repeat-x;
	border-bottom: 3px solid #ccc;
}

#images div.title span {
	padding: 15px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_gallery.gif) bottom left no-repeat
}

#images div.n1 {
	display: none;

}

#images div.n2 {
	display: none;
}

#images img {
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 0;
}



/********************
		FOOTER
*********************/

#footer {
	
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 760px;
	height: 23px;
	color: #999;
	background: transparent url(images/dotted_line_h.gif) bottom left repeat-x;
}

#footer_inner {
	padding: 4px 7px 6px 0px;
	text-align: right;
}

#footer_inner a {
	position: relative;
	display: inline;
	color: #999;
	font-size: 10px;
	padding: 0 2px;
}

#poweredby {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#poweredby a,#poweredby .footer_info {
	float:left;
	display: block;
	padding: 0px;
	text-decoration: none;
}
#footerlogo {
	letter-spacing: 1px;
	font-family: Tahoma;
	margin-top: 0px;
	margin-left: 4px;
}
#footerlogo1 {
	color: #C3000D;
}
#footerlogo2 {
	color: #E94F00;
}
#footerlogo3 {
	color: #F08D00;
}
#footer .seperator {
	padding: 0 3px;
	margin-top: -1px;
	float: left;
	color: #999;
}
#footer #legal {
	display: inline;
	float: right;
}

#box-vstopna td {
	vertical-align: top;
}

#box-vstopna td, tr, table {
	height: auto;
}

#box-vstopna {
	float: left;
	padding-right: 10px;
	padding-top: 30px;
}
