html {
	padding: 0;
	margin: 0;	
}

body {
	padding: 0;
	margin: 0;	

	font-family: arial;
	font-size: 11px;
	color: #333;
	text-align: center;
	background: white url(../../images/body-bg.gif) top left repeat-x;
}

a {
	color: #00a651;
	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
*********************/

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

#wrapper_inner {
}

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

#header {
	width: 994px;
	height: 138px;
	overflow: hidden;

	padding: 0;
	margin: 0;
}

#header_logo {
	padding-left: 10px;
	background-color: #fff;
	width: 190px;
}

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

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

#lang {
	display: block;
	position: absolute;
	top: 8px;
	right: 0px;
}

#lang span {
	float: left;
	padding: 2px;
	color: #fff;
}

#lang a.selected span {
	color: #00d969;
}


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

#hmenu {
	position: absolute;
	top:0;
	right:0;
	margin: 0 0 30px 0;
	padding: 0;
	z-index: 100;
	height: 31px;
	width: 794px;
	float: right;
}

#hmenu_inner {
	height: 31px;
	float: right;
}

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

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

#hmenu ul li {
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 0 3px;
}

#hmenu ul li a {
	border-top: 8px solid #12567e;
	display: block;
	padding: 5px 10px 4px 10px;
	margin: 0;

	color: #333;
	
	font-size: 16px;
	font-weight: bold;

}

#hmenu ul li a:hover, #hmenu ul li a.selected {
	border-top: 8px solid #00a651;
}

#hmenu ul ul {
	display: none;
	position: absolute;

	background: transparent url(images/blank.gif);
	width: 170px;
	
}

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

#hmenu ul ul li {
	display: block;
	position: relative;
	float: left;
	border: 1px solid white;
	border-top: none;
	
	padding: 0;
	margin: 0;
}

#hmenu ul ul li.first {
	border: 1px solid white;
}

#hmenu ul ul li a {
	display: block;
	
	width: 170px;
	
	padding: 3px 5px 4px 23px;
	margin: 0;

	background: #696 url(images/hmenu_bullet_1_1_1.gif) left top no-repeat;
	color: white;
	border: 1px solid #696;
	
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}

#hmenu ul ul li a:hover {
	background: white url(images/hmenu_bullet_over_1_1_1.gif) left top no-repeat;
	color: #696;
}
	
/********************
		PAGE
*********************/

#page {
	position: relative;
	width: 994px;
	text-align: left;
	background: transparent url(../../images/page-bg.gif) top left repeat-y;
}


#page_inner {
}

.wide #page_inner {
}

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

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

#col1 {
	width: 200px;
	display: block;
	float: left;
	background: transparent url(../../images/col1-bg.gif) top left no-repeat;
	min-height: 373px;
}

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


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

#content {
	width: 794px;
	float: left;
	margin-top: 61px;
}

#content_inner {
	background: transparent url(../../images/col2-rborder.gif) 587px top repeat-y;
	border-bottom: 10px solid white;
	min-height: 373px;
}


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

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

#col2 {
	position: relative;
	padding: 0 20px;
	width: 547px;
	float: left;
	color: #333;
}

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

#col2_inner {
	text-align: justify;
}

#col2 h2 {
	margin: 0;
	padding: 12px 0 12px 0;
	
	font-size: 26px;
	color: #00a651;
	font-weight: normal;
}

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

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


#col2 .documents h3 {
	color: #00a651;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: tahoma;
	font-size: 20px;
	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 20px 0;
	
	width: 100%;
	position: relative;
	
}

#col2 {
	border-bottom: 10px solid white;
}

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

	padding: 2px;
	margin: 0 0 5px 5px; 

	border: 1px solid #999;

	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: 10px;

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

#col2 .list_item h3 a {
	margin: 0;
	padding: 0 0 3px 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #00a651;
}

#col2 .list_item .date {
	font-size: 11px;
	color: #333;
	width: 100%;
	float: left;
	font-weight: bold;
}

#col2 .list_item .more {
	color: #00a651;
	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 {
	clear:both;
	margin: 10px 0 0 0;
	padding: 0;
}

#forms form {
	margin: 0;
	padding: 0;
	height: 1%;
}
/*
#forms_inner {
	margin: 0 0 20px 0;
	padding: 0 0 18px 0;
	
	background: transparent url(images/pikica.gif) bottom left repeat-x;
}
*/
#forms .esm_form_field {
	margin: 0;
	padding: 0;
/*	clear: both; */
}

#forms label {
	display: block;
	float: left;
	
	padding-top: 4px;
	margin-right: 5px;
	
	width: 90px;
}

#forms .inputfield_i, #forms .inputfield_t {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	
	width: 356px;
	border: 1px solid #CCC;
}
#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: 10px 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: none;
	color: white;
	background-color: #537a52; 
}


/********************
		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 {
	position: relative;
	margin-left: 0px;
	float: right;
	width: 187px;
}

#col3_inner {
}

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

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

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

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

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

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

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

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

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

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

#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: 5px 5px 0 5px;
}

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

#newsletter .desc {
	padding: 5px;
}

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

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

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

#documents {
	background-color: white;
	margin: 20px 0 0 0;
	height: 1%;
	background: transparent url(../../images/col3-border.gif) top left repeat-x;
}

#documents .title {
	margin: 0;
	padding: 20px 6px 6px 6px;
	height: 10px;
	
	font-size: 16px;
	font-weight: normal;
	color: #00a651;
	
}

#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;
	color: #333;
}

/********************
		VIDEO
********************/

#video {
	background-color: white;
	margin: 20px 0 0 0;
	height: 1%;
	background: transparent url(../../images/col3-border.gif) top left repeat-x;
}

#video .title {
	margin: 0;
	height: 10px;
	
	font-size: 16px;
	font-weight: normal;
	color: #00a651;
	padding: 20px 6px 20px 0;
		
}

#video a {
	color: #333;
}

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

#images {
	background-color: white;
	margin: 20px 0 0 0;
	height: 1%;
	background: transparent url(../../images/col3-border.gif) top left repeat-x;
}

#images .title {
	margin: 0;
	/*padding: 6px;*/
	height: 10px;
	
	font-size: 16px;
	font-weight: normal;
	color: #00a651;
	padding: 20px 6px 6px 6px;
	
	
}

#images img {
	padding: 15px;
}

#images .desc {
padding: 0 0 10px 0;
}

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

#footer {
	position: relative;
	margin: 3px 0 20px 0;
	padding: 0;
	width: 1004px;
	color: #333;
	background: transparent url(../../images/footer-border.gif) left top repeat-x;
}

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

#footer_inner a {
	padding: 0 10px;
	text-decoration: none;
	color: #333;
}

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

#footer_info {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer_info span {
	float:left;
	padding: 0 5px;
}

#vmenu {
	position: relative;
	margin: 61px 10px 0 10px;
	padding: 0 ;
	text-align: right;

}

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

#vmenu ul {
	margin: 0;
	padding: 0;
		
}

#vmenu ul li {
	margin: 0;
	padding: 5px;
	list-style: none;
	background: transparent url(../../images/vmenu_li_border.gif) left bottom repeat-x;
}

#vmenu ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	/*margin: 6px 0 6px 0;*/
}

#vmenu ul li a.selected {

}
#vmenu_fp {
	position: relative;
	margin: 61px 10px 0 10px;
	padding: 0 ;
	text-align: left;

}
#vmenu_fp div{
	font-size: 16px;
	color: #fff;
}



#kontakt {
	margin-bottom: 30px;

}
#kontakt .title {
	display: block;
	font-size: 16px;
	color: #00a651;
	font-weight: normal;
}
#kontakt .name {
	font-weight: bold;
}

#kontakt span {
	display: block;
}

#kontakt .info_label {
	display: inline;
	position: relative;
	width: 50px;
}
#kontakt .info {
	display: inline;
	position: absolute;
	left: 50px;
	
}

/********************
		COL3 FORMS
*********************/

#kontakt_form {
	clear:both;
	margin: 20px 0 0 0;
	padding: 0;
	background: transparent url(../../images/col3-border.gif) top left repeat-x;
	
}

#kontakt_form form {
	margin: 0;
	padding: 0;
	height: 1%;
}
#kontakt_form .title {
	display: block;
	font-size: 16px;
	color: #00a651;
	font-weight: normal;
	padding: 20px 0 0 0;
}
#kontakt_form .esm_form_field {
	margin: 0;
	padding: 0;
/*	clear: both; */
}

#kontakt_form label {
	display: block;
	float: left;
	
	padding-top: 4px;
	margin-right: 5px;
	
	width: 90px;
}

#kontakt_form .inputfield_i, #kontakt_form .inputfield_t {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	
	width: 186px;
	border: 1px solid #CCC;
}
#kontakt_form textarea {
	border: 1px solid #CCC;
		width: 190px;
		height: 60px;
}

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

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

	padding-top: 0px;
	margin: 2px 0 0 0;
	
	line-height: 20px;
}
#kontakt_form div.inputfield_r {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 100px;
}
#kontakt_form form div.inputfield_r span {
	display: block;
	width: 220px;
	clear: right;
	padding: 0 0 5px 0
}
#kontakt_form .inputfield_s {
	width: 150px;
	
	font-size: 11px;
	font-family: tahoma;
	
	margin: 0 0 10px 0;
	padding: 2px;
	
	border: 1px solid #CCC;
}

#kontakt_form .submit {
	margin: 10px 0;
	padding: 0 5px;
	
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	border: none;
	color: white;
	background-color: #00a651; 
	float: right;
	margin-right: -5px;
}

#col2 .let18 {
	position: absolute;
	z-index: 10;
	top: -34px;
	left: 20px;
	background: transparent url(../../images/18let.png) left top no-repeat;
	width: 100px;
	height: 93px;
}
#col2 .let18_en {
	position: absolute;
	z-index: 10;
	top: -34px;
	left: 20px;
	background: transparent url(../../images/18let_en.png) left top no-repeat;
	width: 100px;
	height: 93px;
}
#col2 .let18_de {
	position: absolute;
	z-index: 10;
	top: -34px;
	left: 20px;
	background: transparent url(../../images/18let_de.png) left top no-repeat;
	width: 100px;
	height: 93px;
}
#col2 .let18_hr {
	position: absolute;
	z-index: 10;
	top: -34px;
	left: 20px;
	background: transparent url(../../images/18let_hr.png) left top no-repeat;
	width: 100px;
	height: 93px;
}
#col2 .let20 {
	position: absolute;
	z-index: 10;
	top: -34px;
	left: 20px;
	background: transparent url(../../images/20let.png) left top no-repeat;
	width: 100px;
	height: 93px;
}
#col2 .let20_en {
	position: absolute;
	z-index: 10;
	top: -34px;
	left: 20px;
	background: transparent url(../../images/20let_en.png) left top no-repeat;
	width: 100px;
	height: 93px;
}
#col2 .let20_de {
	position: absolute;
	z-index: 10;
	top: -34px;
	left: 20px;
	background: transparent url(../../images/20let_de.png) left top no-repeat;
	width: 100px;
	height: 93px;
}
#col2 .let20_hr {
	position: absolute;
	z-index: 10;
	top: -34px;
	left: 20px;
	background: transparent url(../../images/20let_hr.png) left top no-repeat;
	width: 100px;
	height: 93px;
}
#header .baselink {
	display: block;
	position: absolute;
	background: red;
	z-index: 10;
	width: 50px;
	height: 50px;
	border: 1px solid blue;
	
}

#col2 table {
	border: none;
	border-collapse: collapse;
}
#col2 table td {
	border: 1px solid #999;
	padding-left: 3px;
	padding-right: 3px;
	
}






