@import url("reset.css");

body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #1a75c4 url("../new_images/background.gif");
}

a:link,
a:visited,
a:active
{
	color: #000;
}

a:hover
{
	color: #1a75c4;
}

.index
{
	background: #1a75c4;
}

#intro
{
	border: 2px solid #57c7ea;
	margin: 100px auto 30px auto;
	width: 960px;
	height: 500px;
}

#index-languages
{
	margin-bottom: 30px;
}

#index-languages a
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#index-languages ul
{
	text-align: center;
}

#index-languages li
{
	display: inline;
}

#index-languages img
{
	vertical-align: middle;
	margin-right: 10px;
}

.mlang
{
	margin-left: 20px;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto;
}

#header
{
	background: url("../new_images/header.png") 0 100% no-repeat;;
	position: relative;
	height: 356px;
	width: 1000px;
}

#photo-left
{
	position: absolute;
	bottom: 10px;
}

#photo-right
{
	position: absolute;
	right: 9px;
	bottom: 18px;
	z-index: 10;
}

#slogan
{
	position: absolute;
	top: 130px;
	left: 127px;
	z-index: 9;
}

#language
{
	width: 125px;
	height: 34px;
	background: url("../new_images/languagebg.png") no-repeat;
	position: absolute;
	right: 80px;
	z-index: 120;
}

#menu-ru,
#menu-et
{
	height: 40px;
	bottom: 16px;
	text-align: center;
	z-index: 100;
}

#menu-ru
{
	position: absolute;
	left: 252px;
	width: 497px;
	background: url("../new_images/menubg-ru.png") no-repeat;
}

#menu-et
{
	position: absolute;
	left: 265px;
	width: 470px;
	background: url("../new_images/menubg-et.png") no-repeat;
}



#main
{
	background: #FFF url("../new_images/mainbg.gif") repeat-x;
	padding: 34px 40px;
	overflow: hidden;
	line-height: 20px;
	width: 920px;
}

#content,
#submenu
{
	float: left;
}

#content
{
	width: 590px;
	border-right: 1px dotted #CCC;
	margin-right: 40px;
	padding-right: 39px;
}

#content ul
{
	list-style-type: circle;
	margin-left: 40px;
}

#content table
{
	width: 100%;
}

#content table td
{
	vertical-align: top;
	padding: 7px;
}

#content table,
#content p,
#content ul
{
	margin-bottom: 20px;
}

#content img
{
	margin: 10px;
}


.meny-bg td
{
	background: #deeefb;
}

.meny-bg-light td
{
	background: #ebf4fc;
}


#submenu
{
	width: 250px;
}

#submenu ul a
{
	padding-left: 12px;
	display: block;
	text-decoration: none;
}

#submenu ul a
{
	background: url("../new_images/submenu1.gif") 0 8px no-repeat;

}

#submenu ul ul a
{
	background: url("../new_images/submenu2.gif") 0 8px no-repeat;

}

#submenu ul ul
{
	margin-left: 20px;
}

#footer
{
	background: url("../new_images/main-bottom.png") no-repeat;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 36px 0 30px 0;
	width: 1000px;
}
