/*
	LEGEND

	#frame-home = Avalehe raamtabel
	#frame-sub = Alamlehtede raamtabel
	#main-home = Avalehe sisu tabel
	#main-sub = Alamlehtede sisu tabel
	#header-home = Avalehel päise lahter
	#header-sub = Alamlehtede päise lahter
	#top = Vertikaalse menüü lahter
	#left = Vasaku menüü lahter
	#ver-menu = Peamenüü ala
	#hor-menu = Horisontaalse menüü ala
	#footer = Alus tabel		
*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #E5E5E5;
	background-image: url(img/back_body.gif);
	background-repeat: no-repeat;
}

#frame-home
{
	width: 100%;
	background-image: url(img/framebg.gif);
	background-repeat: no-repeat;
}

#frame-sub
{
	width: 100%;
	background-image: url(img/framebg.gif);
	background-repeat: no-repeat;
}

#main-home
{
	width: 801px;
}

#main-sub
{
	width: 801px;
}

#header-home
{
	height: 112px;
	vertical-align: baseline;
}

#header-sub
{
	height: 112px;
	vertical-align: baseline;
}

#top
{
	/* do nothing*/
}

#left
{
	width: 178px;
	border-right: 1px solid #e6e6e6;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #F4F4F4;
	background-image: url(img/leftbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#ver-menu
{
	margin-bottom: 10px;
	border-left: 1px solid #5A8DB3;
	border-bottom: 1px solid #999999;
	padding-top: 10px;	
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#hor-menu
{
	margin-left: 25px;
}

#footer
{
	width: 780px;
	margin-left: 21px;
	border-top: 3px solid #999999;
	text-align: center;
}

#footer p
{
	margin: 10px 30px 10px 30px;
	font-weight: normal;
	font-size: 11px;
}

#footer a
{
	font-size: 11px;
}