/* CSS Document */
body {
 background-color:#FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #000000;
 margin-top: 0px;
 margin-left: 0px;
 width: 830px;
}

h1 { font-size: 14px;}
.imgtext { font-size: 9px; color: #666666;}
img { border: 0px;}

a.meny:link {color:#467491; text-decoration: none;}
a.meny:visited {color:#467491; text-decoration: none;}
a.meny:active {color:#467491; text-decoration: none;}
a.meny:hover {color:#467491; text-decoration:underline;}

a:link {color:#739a19; text-decoration: none;}
a:visited {color:#739a19; text-decoration: none;}
a:active {color:#739a19; text-decoration: none;}
a:hover {color:#739a19; text-decoration:underline;}

#main {
 width: 830px;
 height: 100%;
 z-index: 1;
 /*background-color:#00CCFF;*/
}

.mainLeft {
 background-image:url(img/mainLeft_bg.png);
 background-repeat:no-repeat;
 width: 128px;
 height: auto;
 float: left;
 z-index: 2;
 background-color: #FFF;
}

.menu {
 width: 100px;
 height: auto;
 padding-top: 117px;
 padding-left: 7px;
 color: #467491;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 190%;
 font-weight: 700;
}

/*.slr {padding-top: 362px;}*/

.mainRight {
 width:701px;
 height: 100%;
 float: left;
 background-color:#FFF;
 z-index: 2;
 margin-bottom: 20px;
}

.mainRight_top {
 background-image: url(img/mainRightTop.png);
 background-repeat: no-repeat;
 width: 696px;
 height: 11px;
 z-index: 3;
}

.mainRight_logo {
 width: 672px;
 height: 98px;
 background-color: #FFFFFF;
 margin-bottom: 10px;
}

.mainRight_boxLeft {
	width: 418px;
	height: auto;
	float: left;
	padding: 0px 20px 5px 0px;
	line-height: 150%;
}

.mainRight_boxRight {
	width: 250px;
	height: auto;
	border-left: 1px solid;
	border-left-color: #EAEAEA;
	padding-top: 0px;
	padding-left: 7px;
	float: left;
 /*background-color:#999900;*/
}

/* LINKS */
.mainRight_boxLeft_links {
 width: 417px;
 height: auto;
 float: left;
 padding: 0px 20px 5px 0px;
 line-height: 150%;
 border-right: 1px solid;
 border-right-color: #EAEAEA;
 /*background-color:#CC9999;*/
}

.mainRight_boxRight_links {
 width: 219px;
 height: auto;
 padding-top: 0px;
 padding-left: 7px;
 float: left;
 /*background-color:#CCCC00;*/
}
/* LINKS */
.sidfot {
 height: 28px;
 background-color: #cbd34c;
 color: #467491;
 font-size: 9px;
 padding-top: 4px;
 padding-left: 8px;
 margin-top: 30px;
 clear: left;
}

