/*========================================*/
/* CSS by Andrus Roosaare, fie.pri.ee */
/*========================================*/
/*===============================*/
/* GENERAL */
/*===============================*/

body {
	background:white;
    margin:0;
    padding:0;
    line-height:150%;
}
body,td,th,p,input,textarea,option {
    font-size:12px;
    color:#333;
}
body,td,th,p,div,h1,h2,h3,h4,h5,input,textarea,option,select {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	padding:0 0 2px 15px;
	margin:0 0 13px 0;
	clear:both;
	font-size:18px;
	font-weight:normal;
	color:white;
}
h2 {
    font-size:12px;
    color:#6db336;
    margin:0 0 2px 0;
    padding:6px 0 0 15px;
}
h3 {
    font-size:12px;
    color:#659A0A !important;
	border-bottom:1px solid #ccc;
    margin:0 0 12px 0;
    padding:10px 0 2px 15px;
	clear:both;
}
a:active, a:focus {
	outline:0;
}
a:link, a:visited {
    color:#6db336;
    text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}
a img {
    border:none;
}
p {
    text-align:justify;
    margin:0;
    padding:6px 0 6px 15px;
}
ul {
    padding:6px 0 6px 25px;
    margin:0;
    list-style-type:circle;
}
input,textarea {
    background-color:white;
    color:#666;
    border:1px solid #ccc;
}
option, select {
    color:#666;
}
form {
    margin:0;
    padding:0;
}
b, strong {
	color:#777;
}
hr {
	border:none;
	height:1px;
	background-color:#ccc;
}
/*===============================*/
/* LAYOUT */
/*===============================*/

/* dimensions */
#main_div,#main_cont,#footer {width:788px;}
/* containers */
#main_div {margin:auto;}
#main_bg {float:left;}
#main_cont {float:left;background:url(gfx/header.jpg) no-repeat center 77px;}
#top {
	margin:0 auto 0 10px;
	width:768px;
}
#header {
	width:769px;
	float:left;
	height:77px;
	background:url(gfx/bg_top.jpg) repeat-x;
}
#logo {
	float:left;
	width:237px;
	height:35px;
	padding:25px 0 0 0;
}
#menu {
	width:532px;
	float:right;
	padding:27px 0 11px 0;
	text-align:right;
}
#menu ul  {
	padding:10px 0 11px 10px;
	margin:0;
}
#menu ul li {
	display:inline;
	list-style: none;
}
#menu a, #menu a:visited {
	color:#444;
	text-transform:lowercase;
	text-decoration:none;
	padding:39px 15px 24px 15px;
}
#menu a:hover,.active_main a,.active_main a:visited {
	background:url(gfx/menu_bg_h.jpg) repeat-x !important;
	color:white !important;
}
/* middle */
#middle {
	padding:190px 0 0 0;
	float:left;
	width:788px;
}

#content {
	width:727px;
	float:left;
	padding:0 15px 5px 15px;
}
#lang {
	width:720px;
	position:absolute;
	text-align:right;
}
#lang a,#lang a:visited {
	text-decoration:none;
	text-transform:uppercase;
	margin:0 0 0 10px;
	font-size:10px;
}
#footer {
	background:url(gfx/footer.jpg) no-repeat bottom left;
	height:75px;
	font-size:9px;
	padding:20px 0 0 0;
	color:#fefefe;
}
#main_cont > #footer {
	float:left;
}
#footer a,#footer a:visited {
	color:#999;
	text-decoration:none;
	padding:1px 2px 2px 2px;
	margin:0 22px 0 0;
}
#footer_l {
	width:300px;
	float:left;
	padding:0 0 0 25px;
}
#footer_r {
	width:200px;
	float:right;
	padding:0 25px 0  0 ;
	text-align:right;
}