html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #e5e3d7;
	background-attachment: fixed;
}

img {
	border: 0px;
}

h2{
	font-size:14px;
}

#container {
	width: 900px;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}

#top1 {
	float: left;
	width: 490px;
	height: 265px;
	margin-bottom: 5px;
	background-image: url(images/default_pageimage.jpg);
	background-repeat: no-repeat;
}

.logoimage{
	margin-top:65px; 
	width:285px; 
	height:200px
}

#top2 {
	background-image: url(images/top_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 375px;
	height: 225px;
	margin-left: 5px;
	padding: 25px 15px 15px 15px;
}

#menucontainer {
	width: 100%;
}

#menu {
	clear: both;
	background-image: url(images/menu_green.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 880px;
	height: 40px;
	padding-left: 20px;
	text-transform: uppercase;
	overflow-y:auto;
}

#map{
	width: 345px;
	height: 350px;
}

div#map_canvas {
	width:385px;
	height:395px;
}

#leftcontainer {
	width: 277px;
	float: left;
	margin-top: 12px;
	padding-left: 10px;
}

#container_gray{
	width: 900px;
	display:block;
	padding: 5px 5px 3px 5px;

}

#lang {
	margin-top: 8px;
	text-align: left;
	float: left;
}

#search {
	margin-top: 0px;
	text-align: right;
}

.searchbutton {
	font-size: 11px;
	vertical-align: middle;
	background:#b6b6b6 url(images/vihrea_nappi.jpg) scroll no-repeat top left;
	border: none;
	width: 53px;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 0px;
}

.sitemapbutton {
	vertical-align: middle;
	float: right;
	border: none;
	width: 25px;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
}

.searchfield {
	vertical-align: middle;
	width: 190px;
	background-color: #ecece1;
	border-color: #8cb708;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	margin-right: 1px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

.topheader{
	font-size: 14px;
	color: white;
}

#submenu {
	margin-top: 3px;
}

#linecontainer {
	float: left;
	background-color: #bad47d;
	width: 613px;
	background-image: url(images/greenline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 390px;
	margin-top: 5px;
}

#index_content {
	float: right;
	width: 591px;
	padding: 0px 5px 5px 15px;
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: left;
	min-height: 390px;
}

#content {
	float: right;
	width: 591px;
	padding: 15px 5px 0px 15px;
	background-color: #FFFFFF;
	text-align: left;
	min-height: 390px;
}

#news_content {
	float: right;
	width: 591px;
	padding: 10px 5px 0px 15px;
	background-color: #FFFFFF;
	text-align: left;
	min-height: 390px;
}

#bottom {
	background-image: url(images/bottom_green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
    height: 23px;
	margin-top: 10px;
	padding-top: 7px;
	font-size: 12px;
	color: #002f2f;
}
ul.menu {
	list-style-position: inside;
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

ul{
	margin-top:4px;
	margin-left: 10px; 
	padding-top:2px;
	padding-left: 2px;
}

li{
	list-style-type:disc;
	margin-left:4px;
	padding-left:0px;
}  

li.menu {
	display:inline;
	padding: 0px;
}

span.separator {
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	line-height: normal;
	text-decoration: none;
	color: #fff;
	padding-top: 12px;
	padding-right: 13px;
}

a.menu_close {
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	line-height: normal;
	text-decoration: none;
	color: #000000;
	padding-top: 12px;
	padding-right: 13px;
	background-repeat: no-repeat;
	background-position: 32px 8px;
}

a.menu_close:link, a.menu_close:visited {
	text-decoration: none;
	color: #ffffff;
}
a.menu_close:hover, a.menu_close:active {
	text-decoration: none;
	color: #ffffff;
	outline: none;
}

a.menu_open {
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	text-decoration: none;
	line-height: normal;
	color: #000000;
	padding-top: 12px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: 32px 8px;
}

a.menu_open:link, a.menu_open:visited {
	color: #002f2f;
	text-decoration: underline;
}
a.menu_open:hover, a.menu_open:active {
	color: #002f2f;
	text-decoration: underline;
	outline: none;
}


a.submenu {
	margin: 0px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	width: 250px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(images/submenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}


a.submenu:link, a.submenu:visited {
	text-decoration:none;
	color: #971b45;
}
a.submenu:hover, a.submenu:active {
	text-decoration:none;
	color: #971b45;
	outline: none;
}

a.submenu_open {
	margin: 0px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	width: 250px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(images/submenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
a.submenu_open:link, a.submenu_open:visited {
	color: #971b45;
	text-decoration:none;
}
a.submenu_open:hover, a.submenu_open:active {
	color: #971b45;
	text-decoration:none;
	outline: none;
}
.menuimage {
}
.submenuimage {
}
