A, BODY, TD, P {
	font-family:	Arial;
	font-size:		12px;
}
A {
	color:			#3d8089;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
IMG {
	border:			0px;
}

BODY {
	background:		#ffffff url(img/background.png) repeat-x;
}

TABLE.Main {
	width:			760px;
}
TABLE.Main TD.Top {
	background:		url(img/top.png) no-repeat;
	height:			75px;
	position:		relative;
	width:			760px;
}
TABLE.Main TD.Left {
	text-align:		left;
	vertical-align: top;
}
TABLE.Main TD.Right {
	text-align:		left;
	vertical-align: top;
}
TABLE.Main TD.Footer {
	padding-top:	5px;
	text-align:		center;
}
TABLE.Main DIV.Content {
	margin: 20px;
}

DIV.Front {
	position:		relative;
	width:			760px;
	margin-left:	auto;
	margin-right:	auto;
	margin-top: 20px;
}
DIV.Front TABLE.Main TD.Left {
	background:		url(img/main-forsida.png) no-repeat;
	height:			378px;
	width: 			580px;
}
DIV.Front TABLE.Main TD.Right {
	background:		url(img/right-forsida.png) no-repeat;
	height:			378px;
	width: 			180px;
}

DIV.Subpage {
	position:		relative;
	width:			760px;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		20px;
}
DIV.Subpage TABLE.Main TD.Left {
	background:		url(img/main-undirsida.png) no-repeat;
	height:			378px;
	width: 			500px;
}
DIV.Subpage TABLE.Main TD.Right {
	background:		url(img/right-undirsida.png) no-repeat;
	height:			378px;
	width: 			260px;
}


TABLE.Main TD.Top A.Logo{
	position:		absolute;
	left:			33px;
	top:			18px;
}
TABLE.Main TD.Top UL {
	position:		absolute;
	right:			25px;
	top:			22px;
	margin:			0px;
	padding:		0px;
	list-style:		none;
}
TABLE.Main TD.Top UL LI {
	float:			left;
	margin:			0px;
	padding:		0px;
	padding-right:	10px;
	padding-left:	10px;
	border-right:	1px solid #404040;
}
TABLE.Main TD.Top UL LI.Last {
	border:			0px;
}

LI.Selected A {
	color:			#000000;
}

TABLE.Main TD.Right DIV.Content {
	margin-left:	10px;
	margin-right:	15px;
}
TABLE.Main TD.Right A {
	font-weight:	bold;
}
TABLE.Main TD.Right A , TABLE.Main TD.Right UL LI {
	font-size:		11px;
}

TABLE.Main TD.Right UL {
	list-style:		none;
	margin:			0px;
	padding:		0px;
}
TABLE.Main TD.Right UL LI {
	margin:			0px;
	padding:		0px;
	padding-left:	8px;
}
TABLE.Main TD.Right UL LI.Selected {
	background:		url(img/menu-selected.png) no-repeat 0px 5px;
}
TABLE.Main TD.Right UL LI.Blank {
	height:			14px;
}
TABLE.Main TD.Right UL LI.Spacer {
	background:		url(img/menu-spacer.png) center no-repeat;
	height:			14px;
}

DIV.Subpage TABLE.Main TD.RIght DIV.Content {
	margin-left:	20px;
}

DIV.Subpage TD.Left DIV.Content {
	width: 440px;
	height: 340px;
	overflow: auto;
}
