html {
	padding: 0;
	margin: 0;	
}

body {
	padding: 0;
	margin: 0;	

	font-family: Tahoma;
	font-size: 11px;
	color: #444;
	text-align: center;
	background: #cadbe2 url(images/bg_body.gif) top left repeat-x;
}

a {
	color: #00615a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

.x {
	display: none;
}


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

#header_wrap {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#wrap {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: white;
}

#wrapper {
	position: relative;
	width: 760px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}



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

#header {
	position: relative;
	display: block;
	width: 760px;
	height: 152px;
	margin: 0 auto;
	padding: 0;
}

#header div.logotip {
	position: absolute;
	margin: 0;
	padding: 0;
	top:0;
	left: -44px;
	width: 267px;
	height: 152px;
}

#header a.home_link {
	position: absolute;
	display: block;
	top: 16px;
	left: 6px;
	width: 128px;
	height: 120px;
}

#punchline {
	position: absolute;
	left: 165px;
	top: 91px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #c85d5a;
}
#header_kontakt {
	position: absolute;
	display: block;
	right: 163px;
	top: 0;
	text-align: left;
/*	width: 148px;*/
}

#lang {
	position: absolute;
	display: block;
	right: 0px;
	top: 62px;
	width: 148px;
}

#lang a {
	display: block;
	float: left;
	font-size: 10px;
	font-family: Tahoma;
	color: white;
	padding: 12px 12px 0 0;
	height: 16px;
	width: 62px;
	margin: 0;
	text-align: right;
	text-decoration: none;
	background: transparent url(images/bg_lang.gif) left top no-repeat;
}

#lang a.selected {
	color: #00615a;
	background: transparent url(images/bg_lang_selected.gif) left top no-repeat;
}



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

#page {
	position: relative;
	display: block;
	margin: 18px 0 0 0;
	padding: 0;
	height: 1%;
}

#page_inner {
}

#page.wide #page_inner {
}


#page .n2, #page .n1 {
	display: none;
}

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

#col1 {
	display: block;
	
	margin: 0;
	width: 165px;
	
	float: left;
}

#vmenu {
	position: relative;
	padding: 3px 0 30px 0;
}



#vmenu ul {
	margin: 0;
	padding: 0;
	width: 140px;
	list-style: none;
	border-right: 1px solid #d9d9d9;
}

#vmenu ul li {
	margin: 0;
	padding: 5px 0 5px 6px;
	width: 140px;
}

#vmenu ul li.first { padding-top: 0; }
#vmenu ul li.last { padding-bottom: 0; }

#vmenu ul li a {
	display: block;
	padding: 0;
	color: #00615a;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
}

#vmenu ul li a:hover {
	text-decoration: none;
}

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

#vmenu ul ul {
	display: block;
	margin: 8px 0 0 12px;
	border: none;
}

#vmenu ul ul li {
	padding-left: 0px;
	width: 120px;
}


#vmenu ul ul li.last {
} 

#vmenu ul ul li a {
	width: 115px;
	padding: 0 0 0 0;
	
	border: none;
	font-size: 11px;
	font-weight: normal;
}

#vmenu ul ul li.first a span {
}

#vmenu ul ul li a span {
	display: block;
	padding: 0;
}



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

#content {
	position: relative;
	width: 595px;
	margin-left: 165px;
	padding: 0 0 30px 0;
}

#content .n2, #content .n1 {
	display: none;
}

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

#col2 {
	position: relative;
	padding: 0 18px 0 0;
	margin: 0;
	margin-right: 150px;
}

#page.wide #col2 {
	margin-right: 0px;
	padding: 0;
}

#col2_inner {
	text-align: justify;
	padding-bottom: 30px;
}

#col2 h2,
#popup_wireframe h1 {
	display: block;
	margin: 0;
	padding: 0 0 14px 0;
	font-family: Tahoma;
	font-size: 18px;
	color: #c85d5a;
}

#col2 h4 {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
}

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


#home_element {
	position: relative;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #d9d9d9;
}



/*************************
* COL2 documents
*************************/


#col2 .documents h3 {
	color: #666;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

#col2 .documents dl {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #CCC;
	
}

#col2 .documents dl img {
	margin: 3px 5px 0 0;
	float: left;
}
#col2 .documents dt {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	height: 1%;
}
#col2 .documents dl a {
}

#col2 .documents dl a:hover {}



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

#col2 .list_item {
	float: left;
	height: 1%;
	margin: 0;
	padding: 10px 0;
	
	width: 100%;
	position: relative;
	
	border-bottom: 1px solid #CCC;
}

#col2 .item_image {
	float: right;
	width: 120px;

	padding: 0px;
	margin: 25px 0 5px 5px; 


	text-align: center;
}

#col2 .list_item .sponsor {
	float: right;
	width: auto;
	border: none;
	padding: 2px;
	margin: 0 0 5px 5px; 
}

#col2 .list_item h3 {
	display: block;

	padding-bottom: 8px;

	margin: 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #c85d5a;
}

#col2 .list_item h3 a {
	margin: 0;
	padding: 0 0 3px 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #c85d5a;
	text-decoration: underline;
}

#col2 .list_item.last { border-bottom: 0px solid #fff;}

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

#col2 .list_item .more {
	color: #c85d5a;
	font-weight: bold;
}

#col2 .list_item .commented {
	color: #999;
	text-align: right;
}


#col2 .list_item .col_left {
	width: 90px;
	float: left;
}

#col2 .list_item .col_right {
	float: left;
	width: 320px;
}

#col2 .two_col dl {
	padding: 10px 0 0 0;
	margin: 0;
	width: 410px;
	
	
}

#col2 .two_col dt {
	height: 1%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0 3px 0 0;
	font-weight: bold;
}
	
#col2 .two_col dd {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}



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

#comments {
	padding: 0;
	margin: 20px 0 18px 0;
	width: 363px;
}

#comments form {
	padding: 0 0 20px 0;
	margin: 0;
}

#comments .input_name {
	padding-top: 2px;
	background: transparent url(images/pikica.gif) top left repeat-x;
}

#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: 10px;
	width: 356px;
	border: 1px solid #CCC;
}

#comments .comment_text {
	height: 50px;
}

#comments .submit {
	margin: 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: none;
	color: white;
	background-color: #537a52; 
}

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

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

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

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

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

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

#forms {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

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

#forms_inner {
	position: relative; 
	display: block;
	text-align: right;
}

#forms .esm_form_field {
	position: relative;
	margin: 3px 0;
	padding: 0;
	text-align: right;
/*	clear: both;*/ 
}

#forms label {
	position: absolute;
	right: 300px;
	top: 4px;
}

#forms .inputfield_i, #forms .inputfield_t {
	margin: 0;
	padding: 1px;
	display: inline;
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	width: 285px;
}

#forms .inputfield_t {
	height: 100px;
}

#forms .esm_form_field div.inputfield_r {
	margin-top: 5px;
	padding: 0;
}
#forms input.inputfield_r {
	float: left
}

#forms label.inputfield_r {
	display: inline;
	float: none;
	clear: right;

	padding-top: 0px;
	margin: 2px 0 0 0;
	
	line-height: 20px;
}
#forms div.inputfield_r {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 100px;
}
#forms form div.inputfield_r span {
	display: block;
	width: 220px;
	clear: right;
	padding: 0 0 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 2px;
	float: right;
	font-family: tahoma;
	font-size: 11px;
	
	
}


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

#gallery {
	width: 420px;
	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 12px 12px 0;
	
}

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



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

#col3 {
	display: inline;
	position: relative;
	z-index: 1;
	margin-right: 1px;
	
	float: right;
	
	width: 150px;
}

#col3_inner {
}

/********************
		POLL
********************/
#poll {
	background-color: white;
	padding: 0 0 20px 0;
	height: 1%;
}

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

#poll .title {
	margin: 0;
	padding: 0 0 1px 0;
	height: 1%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #00615a;
	
	border-bottom: 1px solid #e3e3e3;
}

#poll .question {
	padding: 5px 0;
	margin: 0;
}

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

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

#poll .answers label {
	position: relative;
	display: block;
	margin: -18px 0 0 0;
	padding: 4px 0 0 25px;
}

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

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

#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	font-family: tahoma;
	font-size: 11px;
	margin: 5px 0;
}

#poll .poll_submit, #poll .poll_back {
	margin-left: 5px;
}

#poll div.first, #poll div.last {
	padding: 2px 0px;
}


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

#newsletter {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
}

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

#newsletter .title {
	margin: 0;
	padding: 0 0 1px 0;
	height: 1%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #00615a;
	
	border-bottom: 1px solid #e3e3e3;
}

#newsletter .desc {
	padding: 5px 0;
}

#newsletter input.textfield {
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	width: 92px;
	
}

#newsletter input.submit {
	font-family: tahoma;
	font-size: 11px;
	
	
}



/*********************
*		aktualno
**********************/
#aktualnosti {
	background-color: white;
	padding: 0 0 18px 0;
	height: 1%;
}

#aktualnosti .title {
	margin: 0;
	padding: 0 0 1px 0;
	height: 1%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #00615a;
	
	border-bottom: 1px solid #e3e3e3;
}

#aktualnosti .desc {
	padding: 5px 0;
}

#aktualnosti ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#aktualnosti ul li {
	margin: 8px 0;
	padding: 0 0 0 8px;
	font-size: 10px;
	color: #00615a;
	background: transparent url(images/bullet.gif) 0 5px no-repeat;
}
#aktualnosti ul li a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-decoration: none;
	color: #00615a;
}
.archivelink {
text-align:right;
padding-right:20px;
font-weight:bold;
}

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

#documents {
	background-color: white;
	padding: 0 0 18px 0;
	height: 1%;
}

#documents .title {
	margin: 0;
	padding: 0 0 1px 0;
	height: 1%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #00615a;
	
	border-bottom: 1px solid #e3e3e3;
}

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

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

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

#documents dt a {
	margin: 0;
	padding: 2px 0 0 0;
}



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

#images {
	background-color: white;
	padding: 0 0 18px 0;
	height: 1%;
}

#images .title {
	display: none;
	margin: 0;
	padding: 6px;
	height: 10px;
	
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	
	background: #537a52 url(images/icon_galerija.gif) top right no-repeat;
	border-bottom: 1px solid white;
}

#images img {
	padding: 0;
}



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

#footer_wrap {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90px;
	text-align: center;
	background: transparent url(images/bg_footer.gif) top left repeat-x;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding: 42px 0 0 0;
	width: 760px;
	
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #00615a;
	text-align: left;
}

#footer_links {
	position: absolute;
	top: 42px;
	right: 0;
	text-align: right;
}

#footer a {
	font-weight: normal;
	color: #00615a;
}

#poweredby {
	float: left;
	margin-right: 26px;
	padding-right: 12px;
	padding-bottom: 2px;
	background: transparent url(../images/esm_logo.gif) right 2px no-repeat;
}
