.color {
	color: #89B817;
}
.center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.clear {
	clear: both;
}
.h {
	/*display: none;*/
}
.b {
	font-weight: bold;
}
.valign-top, table.valign-top td {
	vertical-align: top !important;
}


table.vertical-middle td {
	vertical-align: middle !important;
}

.error {
	color: Red !important;
	font-weight: bold;
}

table.design { 
	border-collapse: collapse;  
	border-spacing: 0;  
}
table.design td {
	padding: 0;
	vertical-align: top;
}


a {
	color: #663333;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a img {
	border: none;
}


ul {
	list-style: disc;
}


.top-title {
	color: #663333;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 18px;
}

h1 {
	margin: 0;
}
h3 {
	color: #663333;
	font-weight: bold;

	margin: 0 0 10px 0;
}

h4 {
	color: #663333;
	font-weight: bold;
	
	margin: 0 0 5px 0;
}


h2 {
  font-size: 18px;
	color: #663333;
	font-weight: bold;
	margin: 0;
}





form {
	margin: 0;
	text-align: left !important;
}
label {
	font-weight: bold;
	margin: 3px 10px 0 0;
	color: #5D5D5D;
	display: block;
}
input {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: #6D6D6D 1px solid;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: #6D6D6D 1px solid;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 152px;
	margin: 0 10px;
}




html {
	height: 100%;
}
body {
	background: url('../pics/bcg-top.jpg');
	margin: 0;
	padding: 0;
	height: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#page-cont1{
	height: 100%;
}
#page-cont2{
	height: 100%;
}

#page {
	width: 817px;
	margin: 0 auto;
	text-align: left;
	_height: 100%;
	position: relative;
	background: url('../pics/main.jpg');
}

#header {
	background: url('../pics/header.jpg');
	width: 843px;
	height: 134px;
	position: absolute;
	top: 0;
	left: 0;
}


#search {
	position: absolute;
	top: 139px;
	left: 186px;
	font-weight: bold;
}
#search-text {
	margin: 0 5px;
	background: none;
	width: 160px;
	position: relative;
	top: -2px;
	right: -3px;
	border: none;
	padding: 0 4px;
}
#search-btn {
	color: #FFDE0C;
	font-weight: bold;
	font-size: 11px;
	width: 70px;
	background: none;
	border: none;
	padding-top: 1px;
}


#main-cont {
	padding: 134px 0 0 0;
}
#main {
	background: url('../pics/main-top.jpg') repeat-x top;
	min-height: 610px;
	_height: 615px;
	font-size: 10px;
}


#menu {
	position: absolute;
	top: 220px;
	right: 35px;
	width: 212px;
	margin-top: 10px;
	font-size: 11px;
}
#menu a {
	color: #FFDE0C;
	display: block;
	margin: 5px 0;
	position: relative;
	
}
#menu a:hover, #menu a.on-path {
	color: White;
	border-right: 3px solid white;
	text-decoration: none;
}
#menu .submenu a {
	margin: 2px 0 2px 1px;
	border-left: 3px solid black;
	padding-left: 9px;
}


#menu .submenu a:hover, #menu .submenu a.on-path {
	border-right: none;
	border-left: 3px solid white;
}
#menu .top {
	font-weight: bold;
}
#menu .submenu {
	font-weight: normal;
	position: absolute;
	left: -205px;
	_left: -204px;
	width: 190px;
	display: none;
}
#menu .submenu .submenu {
	left: -152px;
	_left: -153px;
	width: 150px;
}
#menu .submenu .submenu .submenu a {
	width: 132px !important;
}
#menu .submenu-inner {
	position: relative;
	top: -18px;
	_top: -20px;
	padding: 2px 5px 2px 0;
	background: Black url('../pics/submenu-bcg.gif') repeat-y 5px;
}

#menu .mezera {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}


#content {
	padding: 80px 300px 15px 25px;
	text-align: justify;
  font-size: 12px;
  
}

#content h2, #content h3, #content h4 {
  text-align: left;
}

#content p {
  
}


#footer-cont {
	height: 156px;
	width: 817px;
	background: url('../pics/footer.jpg');
}

#footer {
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	padding: 90px 0 0 500px;
}


.search-item {
	margin-bottom: 10px;
}

#langs {
	position: absolute;
	top: 206px;
	left: 618px;
}
#langs img {
	margin: 0 3px;
}



.news-item {
	margin-bottom: 30px;
}
.news-item h3 {
	margin-bottom: -10px;
}

#archiv-link {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}


hr {
  height: 1px;
  color: black;
  background: black;
  border: none;
  line-height: 1px;
  font-size: 1px;
}

