@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Arial", Verdana, Tahoma, Trebuchet MS;
	font-size: 62.5%;
	background: url("images/bg.gif");
}
a {
	color: #97be07;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.cleaner {
	clear: both;
}
#top {
	background: url("images/bg_top.gif") repeat-x;
}
.pdf {
	background: url("images/pdf.jpg") no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}
.doc {
	background: url("images/doc.jpg") no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}

hr {
	visibility: hidden;
}
#header {
	background: url("images/top.jpg") no-repeat center top;
	height: 177px;
	margin: 0 auto;
	width: 800px;
}
#header H1 {
	visibility: hidden;
}

#header ul {
	list-style: none;
	margin-left: 14px;
	position: absolute;
	top: 127px;
}

#header li {
	float: left;
	padding: 0 0 0 3px; 
}

#header .map a, #header .print a ,#header .home a ,#header .contact a {
	height: 34px;
	width: 34px;
	display: block;	
}

#header .map a {
	background: url("images/map.gif");
}
#header .print a {
	background: url("images/print.gif");
}

#header .home a {
	background: url("images/home.gif");
}

#header .contact a {
	background: url("images/contact.gif");
}

#header li a span, #bottom li a span {
	display: none;
}

#body {
	margin: 0 auto;
	width: 800px;
}
#left {
	float: left;
	width: 184px;
	font-family: "Verdana", Tahoma, Arial, Trebuchet MS;
}

#right {
	float: right;
	width: 608px;
}

#search fieldset {
	border: none;
	background: url("images/search.gif") no-repeat;
	height: 65px;
	padding: 10px 0 0 14px;	
}

#search label {
	color: #4a4a4a;
	font-size: 1.1em;
	font-weight: bold;
	background: url("images/yellow_arrow.gif") no-repeat  0 5px;
	padding: 0 0 0 8px;
}

#search .search {
	border: 1px solid #8ca028;
	padding: 2px 0;
	margin: 5px 0 0 0;
	width: 120px;
}

#search .submit { 
	font-weight: bold;
	font-size: 1.1em;
}

#bottom {
	margin: 0 auto;
	width: 800px;
}

#menu {
	background: url("images/menu_bottom.gif") no-repeat left bottom;
	padding: 0 0 15px 0; 
	font-family: "Verdana", Tahoma, Arial, Trebuchet MS;
}

#menu ul {
	list-style: none;
	text-align: right;
	padding: 10px 20px;
	background: url("images/menu_top.gif") no-repeat;
}

#menu li {
	padding: 2px 0;
	border-bottom: 1px #ccc dotted;
}

#menu a {
	color: #32391e;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	width: 90%;
	display: block;
	border: 1px solid #FFF;
	padding: 4px 9px 4px 7px;
}

#menu a:hover {
	border: 1px solid #81a207;
	padding: 4px 8px;
	color: white;
	background-color: #aeca15;
}

#menu .submenu {
	background: url("images/green_arrow.gif") right	center no-repeat;
	padding: 2px 5px 2px 0;
	z-index: 5;
}
#menu .submenu ul {
	background: none;
	padding: 10px 15px;
	margin: 0;
	text-align:left;
	background-color: white;
	border: 2px solid #ccc;
}

#menu .submenu ul li {
	border-bottom: 1px solid white;
}

#menu .submenu ul li a {
	background: transparent;
	border: none;
}

#menu .submenu ul li a:hover {
	color: #97be07;
	text-decoration: underline;
	border: none;
	background: transparent;
}

#menu .submenu ul li ul {
	margin: 0 0 0 -10px;
}
#slider {
	background: url("images/banner.gif") no-repeat ;
	margin: 0 0 0 0;
	padding: 0 0 10px 40px;
	height: 32px;
	font-size: 12px;
	padding-top: 18px;
	width: 548px;
}
#banner li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#banner ul, #banner li{ 
	width: 510px;
	height: 32px;
	overflow: hidden; 
}
.content_out {
	background: url("images/content_bottom.gif") no-repeat left bottom;
	margin: 0 0 15px 0;
	padding-bottom: 25px; 
}
.content_in {
	background: url("images/content_top.gif") no-repeat ;
	padding: 30px 60px 0px 40px;
	min-height: 431px;
}
.content_out .news {
	height: auto;
	min-height: 5px;
}
.content_margin {
	margin-bottom: 15px;
}
.content_out .news h3 span {
	color: #000;
	display: block;
	font-size: 0.5em;
	font-weight: bold;
	font-size: 0.7em;
}
.content_out .news .excerpt {
	color: #000;
}

.content_out .news h3 {
	font-size: 1.2em;
}
.content_out .news .excerpt:hover {
	color: #97be07;
}
.content_text {
	background: url("images/content_top.gif") no-repeat ;
	padding: 30px 60px 0px 40px;
	height: auto;
	min-height: none;
}

.content_text .right_text 
{
	text-align: right; 
}
.content_in h3, .content_text h3 {
	color: #97be07;
	font-family: "Verdana", Tahoma, Arial, Trebuchet MS;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.content_in, .content_text   {
	font-size: 1.2em;
}
.content_in p, .content_text p {
	margin: 8px 0;
	text-align: justify;
}
.content_in ul, .content_text ul {
	margin: 7px 0 7px 30px;
	list-style-image: url(images/black_arrow.gif);	
}

.content_in ul li, .content_text ul li {
	padding: 3px 0;
}
.content_in h2, .content_in h6, .content_in h4, .content_in h5, .content_in h1{
	font-size: 1.2em;
	color: #97be07;
	font-family: "Verdana", Tahoma, Arial, Trebuchet MS;
	font-weight: normal;	
}
.list {
	font-size: 1.3em;
	background: white;
	border: 1px solid #ccc;
	width: 581px;
}
.list td {
	width: 33%;
	text-align: center;
	padding: 8px 0;
}
.content_in img, .content_in a img, .content_text img , .content_text a img {
	border: 2px solid #97be07;
	padding: 3px;
}
.content_in a:hover img, .content_text a:hover img {
	border: 2px solid #000;
	padding: 3px;
}
.content_in .bezramu, .content_in .bezramu:hover {
	border:none;
}
.content_in a.bezramu {
	border:none;
}
.content_in img.bezramu {
	border:none;
}
.content_in a .bezramu, .content_in a .bezramu:hover, .content_in a.bezramu:hover, .content_in img.bezramu:hover, .content_in  a:hover .bezramu {
	border:none;
}
.content_in .odsadit {
	margin-right: 10px; 
}
.content_in .odsadit_bezramu {
	margin-right: 10px;
	border:none;
}
.foto {
	margin: 7px 4px;
}
#bottom {
	background: url("images/bottom.gif") no-repeat 5px 5px;
	margin: 10px auto;
	height: 55px;
}
#bottom ul {
	list-style: none;
	margin-left: 15px;
}
#bottom li{
	float: left;
	padding: 0 0 0 3px; 
}
#bottom .map a, #bottom .print a ,#bottom .home a ,#bottom .contact a {
	height: 34px;
	width: 34px;
	display: block;	
}
#bottom .map a {
	background: url("images/map_bottom.gif");
}
#bottom .print a {
	background: url("images/print_bottom.gif");
}
#bottom .home a {
	background: url("images/home_bottom.gif");
}
#bottom .contact a {
	background: url("images/contact_bottom.gif");
}
#bottom p{
	padding: 9px 40px 0 0;
	color: white;
	font-size: 1.1em;
	text-align: right;
	text-transform: uppercase;
}
#bottom p a {
	color: white;
}

#bottom .deutsch {
	background: url("images/german.gif") no-repeat center left;
	padding: 0 0 0 20px;
	margin: 0;
}

#bottom .deutsch a {
	color: #666;
}


/* Style for dhtml menu */

.menulist{
	z-index:0;
 }

.menulist ul {
	 visibility: hidden;
	 position: absolute;
	 top: 0;
	 left: 150px;
	 width: 130px;
	 padding:5px 0;
}

.menulist li {
	 position: relative;
}

.menulist ul li{
	list-style:none;
}

.menulist ul a {
	display:block;
}

* html .menulist a {
}


.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {

}
.menulist a.highlighted {
}

.menulist a .subind {
 	float: right;
}
#bottom .slovak {
	background: url("images/slovakia.gif") no-repeat center left;
	padding: 0 0 0 20px;
	margin: 0;
}
#bottom .slovak a {
	color: #666;
}