/*
	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: #eaeaea;
	background-image: url(img/sitebg.jpg);
}

#frame-home
{
	/* do nothing*/
}

#frame-sub
{
	/* do nothing*/	
}

#main-home
{
	border: 10px solid #FFFFFF;
	background: #FFFFFF;
}

#main-sub
{
	border: 10px solid #FFFFFF;
	background: #FFFFFF;
}

#header-home
{
	height: 91px;
	background-image: url(img/headbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#header-sub
{
	height: 91px;
	background-image: url(img/headbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}

#top
{
	height: 29px;
	background-image: url(img/topbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #285B3A; 	
}

#left
{
	width: 200px;
	background: #F0F0F0;
}

#ver-menu
{
	/* do nothing*/
}

#hor-menu
{
	margin-left: 200px;
}

#footer
{
	/* do nothing*/
}