body {
	background: #cdcd9b;
	margin: 0;
	padding: 0;
	font: 10px/12px Verdana, Arial, Tahoma, sans-serif;
	color: #666666;
}

h1,h2 {
	font: normal 20px 'Trebuchet MS', Verdana, sans-serif;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	color: #990000;
}

h3 {
	font: normal 14px 'Trebuchet MS', Verdana, sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	color: #990000;
}

#wrap {
	margin: 20px auto 0 auto;
	width: 780px;
}
#wrap_inner {
	float: left;
	width: 760px;
	background: white;
	border: 10px solid white;
}
#header {
	float: left;
	width: 760px;
	height: 45px;
	background: url('../img/bg_header.gif') repeat-y;
}
#logo {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#logo img {
	display: block;
}

#langbar {
	margin: 18px 20px 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#langbar li {
	display: inline;
	margin: 0 0px 0 4px;
}

#langbar li a {
	color: white;
}

#langbar li a.active {
	font-weight: bold;
}



#content_main, #content_main_ava {
	float: left;
	background: url('../img/bg_content_main.gif') repeat-y;
}
#content_main_ava {
	background: url('../img/bg_content_main_ava.gif') repeat-y;
}

#content, #content_ala {
	float: left;
	border-top: 10px solid white;
	background: url('../img/bg_content.gif') no-repeat;
	min-height: 470px;
}
#content {
	min-height: 460px;
}

* html #content {
	height: 460px;
}
* html #content_ala {
	height: 470px;
}

#content_ala {
	background: url('../img/bg_content_ala.gif') no-repeat;
}
#menubar {
	width: 125px;
	float: left;
	color: white;
	padding: 20px 10px 20px 25px;
	margin: 0;

	list-style-type: none;
}
#menubar li {
	background: url('../img/menu_closed.gif') no-repeat 0 7px;
	padding-left: 12px;
}

#menubar li.active {
	background: url('../img/menu_open.gif') no-repeat 0 9px;
}

#menubar li a {
	color: white;
	font: bold 15px 'Trebuchet Ms', Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
}

#menubar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}
#menubar ul li {
	padding-left: 0;
	background: none;
	padding-top: 10px;
}
#menubar ul li a {
	font: bold 10px Verdana, Arial, Tahoma, sans-serif;
	text-decoration: none;
}

#menubar ul li a.active {
	color: #b5b5b5;
}

#content_inner {
	float: left;
	width: 590px;
	margin-left: 10px;

}

.content_inner2 {
	float: left;
	width: 590px;

}

.content_ava_inner {
	float: left;
	width: 550px;
	border-top: 10px solid white;
	padding: 5px 20px 5px 20px;
}

.content_ala_inner {
	float: left;
}

#left_side {
	float: left;
	width: 410px;
}
#right_side {
	float: left;
	width: 140px;
	margin-left: 10px;
	padding: 20px 15px 20px 15px;
	color: white;
	display: inline;
	margin-right: -3px;
}

#right_side ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#right_side ul li {
	background: url('../img/menu_closed.gif') no-repeat 0 5px;
	padding-left: 8px;
}
#right_side ul li a, #right_side a  {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#right_side h1 {
	color: white;
}

#top {
	background: url('../img/alaleht_top.gif') no-repeat;
	height:24px;
	width: 390px;
	line-height: 24px;
	padding-left: 20px;
}

#top a {
	color: #636363;
	text-decoration: none;
}

#top a:hover {
	text-decoration: none;
}

#top img {
	float: left;
	padding-right: 9px;
	margin-top: 7px;
}

#footer {
	width: 760px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font: bold 9px/20px Verdana, Arial, 'Trebuchet MS', sans-serif;
	color: white;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
img {
    display: block;
}

p {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
	margin-left: 25px;
	padding-left: 0;
}

