@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #99CC00;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
}
a {
	color:#666
}
a:hover {
	color:#A72D46;
	text-decoration: underline;
}
#bg-zone{
	z-index:-999;
	height:100%;
	width:100%;
	text-align:center;
}
#bg-zone-image {
	left:0px;
	position:fixed;
	_position:absolute;
	clip:inherit;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	_right:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth);
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 100%;
}
#main-div{
	position:absolute;
	left:0px;
	top:0px;
	height:350px;
	width:100%;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 0;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 7px;
	font-weight: normal;
	text-align: left;
}
#langbar{
	width:20px;
	height:90px;
	text-align:center;
	background-image:url(../img/langbar.png);
	left:-33px;
	top:40px;
	position:absolute;
	z-index:13;
	overflow:hidden;
	padding-left:8px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
}
#right-shadow{
	width:20px;
	height:285px;
	text-align:center;
	background-image:url(../img/right-shadow.png);
	top:0px;
	position:absolute;
	z-index:1;
	overflow:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: -20px;
	background-color: transparent;
}

.search{background-image:url(../img/search_input.png);background-repeat:no-repeat;background-position:right top;width:165px;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#666;padding-left:5px;background-color:transparent;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;height:22px;margin:0px;text-align:left;vertical-align:middle;padding-top:3px;}
.searchbox{
	z-index:30;
	display:none;
	visibility:visible;
	width:250px;
	position:absolute;
	height:31px;
	text-align:left;
	background-image:url(../img/searchbox_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:3px;
	left: 0px;
	top: 113px;
}

#header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 163px;
	width: 986px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	z-index: 1;
}

#topmenu {
	background-image: url(../img/topmenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 31px;
	width: 986px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	/* overflow: hidden; */
	z-index: 400;
	position: relative;
}
#content {
	background-color: #FFF;
	width: 986px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 7px;
	min-height:370px;
	z-index: 3;
	padding-bottom: 20px;
	font-weight: normal;
}
#footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 102px;
	width: 1000px;
}
#kajakas {
	top: -7px;
	position: absolute;
	z-index: 2;
	right: 0px;
	text-align: right;
}
#tuulik {
	position: absolute;
	right: 60px;
	bottom: 40px;
	z-index: 5;
	height: 119px;
	width: 146px;
}
#kivi {
	height: 119px;
	width: 146px;
	position: absolute;
	z-index: 6;
	left: 40px;
	bottom: 30px;
}
.box {
	background-image: url(../img/box.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 440px;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 18px;
	margin-left: 10px;
	margin-bottom: 13px;
}
h2 {
	color: #7E0019;
	font-weight: normal;
	display: block;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4F1BC;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	padding-left: 10px;
}
.box a {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}
.box a:hover {
	text-decoration: underline;
}


h1 {
	padding-top: 20px;
	padding-bottom: 15px;
	text-transform: none;
	color: #A13047;
	font-size: 25px;
	font-weight: normal;
	display: block;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin: 0px;
}

.sendtofriend {
	padding-top: 10px;
	display: block;
	text-align: right;
}
body a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_edit_img{
	background:url('../img/icons/edit.png') no-repeat;
	width:10px;
	height:12px;
	vertical-align:middle;
}
#rightContent {
	width: 205px;
	overflow: hidden;
}
