@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}
#wrap {
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
#header{
	width: 940px;
	height:150px;
	background:url(../img/header.png) no-repeat right top;
	padding-bottom:20px;
	float:left;
}
#logo{
	width: 261px;
	height:150px;
	float:left;
}
#parem_valikud{
	width: 275px;
	height:130px;
	padding-top:20px;
	float:right;
	color:#fff;
}
.sisupuu{
	width:275px;
	height:25px;
	line-height:25px;
	float:right;
	text-align:right;
	background:url(../img/cut.png) no-repeat bottom right;
}
.moduletable_sisupuu{
	float:right;
	text-align:right;
}
.keelevalik{
	width:275px;
	float:right;
	text-align:right;
	padding-top:10px;
}




#sisu_wrap{
	width:940px;
	height:auto;
	float:left;
	padding-bottom:20px;
}
#left{
	width:260px;
	height:auto;
	float:left;
}
.menu{
	width:260px;
	height:auto;
	float:left;
	background:url(../img/menu_bg.png) repeat-y;
}
.menu_top{
	width:260px;
	height:10px;
	float:left;
	background:url(../img/menu_top.png) no-repeat top;
}
.menu_nav{
	width:245px;
	padding-left:15px;
	height:auto;
	float:left;
}
.menu_bottom{
	width:260px;
	height:10px;
	float:left;
	background:url(../img/menu_bottom.png) no-repeat bottom;
}
.kontakt{
	width:260px;
	height:auto;
	float:left;
	background:url(../img/menu_bg.png) repeat-y;
	margin-top:20px;
}
.kontakt_top{
	width:260px;
	height:10px;
	float:left;
	background:url(../img/menu_top.png) no-repeat top;
}
.kontakt_sisu{
	width:230px;
	padding-left:15px;
	padding-right:15px;
	height:auto;
	float:left;
	color:#fff;
}
.kontakt_bottom{
	width:260px;
	height:10px;
	float:left;
	background:url(../img/menu_bottom.png) no-repeat bottom;
}



#right{
	width:660px;
	height:auto;
	float:right;
}




#footer{
	width:940px;
	height:34px;
	line-height:34px;
	float:left;
	border-top:solid 1px #bebebe;
}
.copy{
	width:400px;
	height:34px;
	line-height:34px;
	float:left;
}
.gecko{
	width:63px;
	height:28px;
	padding-top:4px;
	float:right;
}



.contentheading{
	width:645px;
	line-height:26px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffae00;
	font-weight:normal;
	padding:0;
	margin:0;
	background:url(../img/dotted_line.png) repeat-x bottom;
	margin-bottom:15px;
	font-size:22px;
}



/*menu ul*/
ul#mainlevel {
    padding :0;
	margin: 0;
	display:inline;
	font-size : 12px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	width:225px;
	line-height:30px;
}	
ul#mainlevel li {
    background:url(../img/nav.png) no-repeat bottom;
	font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    font-size : 12px;
    float:left;
    width:225px;
	line-height:30px;

}
ul#mainlevel li a {
    background:url(../img/nav.png) no-repeat bottom;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    font-size : 12px;
	display : block;
	text-decoration : none;
	width:210px;
	padding-left:15px;
	line-height:30px;
}
ul#mainlevel li a:hover {
	background:url(../img/hover.png) no-repeat bottom;
	font-family:Arial, Helvetica, sans-serif;
    color:#ffde00;
    font-size : 12px;
	text-decoration : none;
	width:210px;
	padding-left:15px;
	line-height:30px;
}
/*menu ul*/


a:link {
	color: #007dc2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007DC2;
}
a:hover {
	text-decoration: underline;
	color: #ffae00;
}
a:active {
	text-decoration: none;
	color: #FFAE00;
}




div#parem_valikud a:link {
	color: #fff;
	text-decoration: none;
}
div#parem_valikud a:visited {
	text-decoration: none;
	color: #fff;
}
div#parem_valikud a:hover {
	text-decoration: underline;
	color: #ffae00;
}
div#parem_valikud a:active {
	text-decoration: none;
	color: #FFAE00;
}



.moduletablekeel {
	float:right;
	text-align:right;
}
.buttonheading img {
	border:none;
}











