/*****************************************************************************
*  
*  Hinfo - main.css
*  
*  ***************************************************************************
*  
*  (C) Respons Reklamebyrå 2009
*  Kode av Andreas Håkestad
*  
*****************************************************************************/

body {
	margin				: 0px;
	padding				: 0px;
	
	font-size			: small;
	font-family			: Verdana, Arial, Sans-Serif;
	
	background			: #ffffff;
}

.pageHolder {
	width				: 100%;
	background			: url(../gfx09/top_bk.jpg) repeat-x;
}

/** content **/

.contentHolder {
	width				: 955px;
	margin				: 0 auto;
	overflow			: hidden;
}

.contentSectionLeft {
	margin				: 0px;
	padding				: 0px;
	float				: left;
	display				: inline;
	width				: 228px;
}

.contentSectionRightMainPage {
	margin				: 0px;
	padding				: 0px;
	float				: left;
	display				: inline;
	width				: 722px;
	padding-top			: 47px;
	background			: url(../gfx09/top.jpg) no-repeat;
}

.contentSectionRight {
	margin				: 0px;
	padding				: 0px;
	float				: left;
	display				: inline;
	width				: 722px;
	padding-top			: 97px;
	background			: url(../gfx09/top.jpg) no-repeat;
}

/** bottom **/

.bottomHolder {
	margin				: 0px;
	padding				: 0px;
	width				: 100%;
	height				: 25px;
	background			: #0d63b0;
}

.bottomContent {
	margin				: 0px;
	padding				: 0px;
	width				: 950px;
	margin				: 0 auto;
	
	padding-left		: 46px;
	
	font-family			: Arial, Verdana;
	font-size			: 10px;
	font-weight			: bold;
	line-height			: 10px;
	color				: #ffffff;
}

.bottomText {
	display				: inline;
	float				: left;
	
	padding				: 7px 0px 7px 0px;
	
	width				: 205px;
}

.bottomPostits {
	display				: inline;
	float				: left;
	
	width				: 722px;
	height				: 25px;
	
	background			: url(../gfx09/mainpage_postits_bottom.jpg) no-repeat;
}

/** main page **/

.mainpageLeft {
	margin				: 0px;
	padding				: 0px;
	width				: 23px;
	height				: 475px;
	
	background			: url(../gfx09/mainpage_left2.jpg) no-repeat;
	
	display				: inline;
	float				: left;
}
.mainpageScreen {
	margin				: 0px;
	padding				: 0px;
	display				: inline;
	float				: left;
	
	background			: #ffffff;
	width				: 675px;
	height				: 475px;
}

.mainpageRight {
	margin				: 0px;
	padding				: 0px;
	width				: 23px;
	height				: 475px;
	
	background			: url(../gfx09/mainpage_right2.jpg) no-repeat;
	display				: inline;
	float				: left;
}

.mainpageBottom {
	margin				: 0px;
	padding				: 0px;
	display				: inline;
	clear				: left;
	float				: left;
	height				: 30px;
	width				: 723px;
	overflow			: hidden;
	background			: url(../gfx09/mainpage_bottom2.jpg) no-repeat;
}

/** news **/

.newsHolder {
	width				: 189px;
	height				: 167px;
	
	margin-top			: 0px;
	padding				: 40px 17px 0px 22px;
	
	font-family			: Arial, Verdana;
	font-size			: 11px;
	font-weight			: normal;
	line-height			: 14px;
	
	background			: url(../gfx09/mainpage_newsbk.jpg) no-repeat;
}

/** menu **/

div.menu {
	padding-left		: 22px;
	padding-top			: 35px;
	
	height				: 149px;
}

ul.menu {
	font-family			: Verdana, Arial;
	font-size			: 14px;
	font-weight			: bold;
	line-height			: 18px;
	
	margin				: 0px;
	padding				: 0px;
	
	list-style-type		: none;
}

ul.submenu {
	font-family			: Verdana, Arial;
	font-size			: 12px;
	font-weight			: normal;
	line-height			: 16px;
	
	margin				: 0px;
	padding				: 0px;
	padding-left		: 12px;
	padding-top			: 0px;
	padding-bottom		: 5px;
	
	list-style-type		: none;
}

.l1 {
}

.l2 {
}

.l3 {
}

li.menu {
	margin				: 0px;
	margin-top			: 2px;
	padding				: 0px;
}

li.submenu {
	margin				: 0px;
	padding				: 0px;
}

a.menu:link {
	color				: #000000;
	text-decoration		: none;
}

a.menu:visited {
	color				: #000000;
	text-decoration		: none;
}

a.menu:hover {
	color				: #000000;
	text-decoration		: underline;
}

a.menu:active {
	color				: #000000;
	text-decoration		: underline;
}


a.l1selected:link {
	color				: #ab1332;
	text-decoration		: none;
}

a.l1selected:visited {
	color				: #ab1332;
	text-decoration		: none;
}

a.l1selected:hover {
	color				: #ab1332;
	text-decoration		: underline;
}

a.l1selected:active {
	color				: #ab1332;
	text-decoration		: underline;
}



a.l2selected:link {
	color				: #ab1332;
	text-decoration		: underline;
}

a.l2selected:visited {
	color				: #ab1332;
	text-decoration		: underline;
}

a.l2selected:hover {
	color				: #ab1332;
	text-decoration		: underline;
}

a.l2selected:active {
	color				: #ab1332;
	text-decoration		: underline;
}



a.l3selected:link {
	color				: #ab1332;
	text-decoration		: underline;
}

a.l3selected:visited {
	color				: #ab1332;
	text-decoration		: underline;
}

a.l3selected:hover {
	color				: #ab1332;
	text-decoration		: underline;
}

a.l3selected:active {
	color				: #ab1332;
	text-decoration		: underline;
}


a:link {
	color				: #0D63B0;
	text-decoration		: none;
}

a:visited {
	color				: #0D63B0;
	text-decoration		: none;
}

a:hover {
	color				: #ab1332;
	text-decoration		: underline;
}

a:active {
	color				: #ab1332;
	text-decoration		: underline;
}

