/*****************************************************************************
*  
*  Magneten - main.css
*  
*  ***************************************************************************
*  
*  (C) Respons Reklamebyrå 2009
*  Kode av Andreas Håkestad
*  
*****************************************************************************/

body {
	margin				: 0px;
	padding				: 0px;
	
	background			: url(gfx/bk.jpg) repeat-x #66461d center top;
}

.pageHolder {
	position			: relative;
	margin				: 0 auto;
	width				: 900px;
	padding-top			: 30px;
}

.page {
	width				: 100%;
	overflow			: hidden;
	background			: url(gfx/content_bk.gif) repeat-y;
}

.copyright {
	padding				: 0px;
	margin				: 0px;
	padding-top			: 20px;
	padding-right		: 15px;
	font-family			: Arial;
	font-size			: 9px;
	text-align			: right;
	color				: #aaaaaa;
	line-height			: 12px;
	float				: right;
}

.motImage {
	float				: left;
	vertical-align		: bottom;
}

.frontPageText {
	padding-top			: 8px;
	padding-left		: 90px;
	position			: absolute;
	/*float				: left;*/
}

.leftSection {
	position			: relative;
	float				: left;
	width				: 166px;
	margin-right		: 14px;
}

.rightSection {
	position			: relative;
	float				: left;
	width				: 720px;
}

.screenContent {
	
}

.content {
	position			: relative;
}

.wholeContent {
	margin-left			: 38px;
	position			: relative;
}

.document {
	position			: absolute;
}

.noVerticalSpacing {
	vertical-align		: bottom;
}

.imgBorder {
	border				: 1px solid #b3122c;
}

ul.menu {
	margin				: 0px;
	padding				: 0px;
	
	margin-left			: 13px;
	margin-top			: 16px;
	width				: 140px;
	
	list-style-type		: none;
	
	font-family			: arial;
	font-size			: 12px;
	color				: #000000;
	line-height			: 16px;
	text-align			: center;
}

li.menu {
	display				: inline;
	float				: left;
	
	width				: 134px;
	
	font-size			: 12px;
	
	padding				: 2px;
	margin				: 0px;
}

li.menuSelected {
	display				: inline;
	float				: left;
	
	width				: 134px;
	
	font-size			: 12px;
	
	font-weight			: bold;
	padding				: 2px;
	margin				: 0px;
}

.tekst {
	padding				: 0px;
	margin				: 0px;
	font-family			: arial;
	font-size			: 12px;
	color				: #000000;
	line-height			: 16px;
}

.overskrift {
	font-family			: arial;
	font-size			: 16px;
	font-weight			: bold;
	color				: #b3122c;
	line-height			: 16px;
	padding-bottom		: 8px;
}

.liten_overskrift {
	padding				: 0px;
	margin				: 0px;
	font-family			: arial;
	font-size			: 12px;
	font-weight			: bold;
	color				: #b3122c;
	line-height			: 14px;
}

.bitteliten_overskrift {
	padding				: 0px;
	margin				: 0px;
	font-family			: arial;
	font-size			: 10px;
	font-weight			: bold;
	color				: #b3122c;
	line-height			: 12px;
}


.liten_skrift {
	padding				: 0px;
	margin				: 0px;
	font-family			: arial;
	font-size			: 10px;
	color				: #000000;
	line-height			: 12px;
}

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:link {
	color				: #b3122c;
	text-decoration		: none;
}

a:visited {
	color				: #b3122c;
	text-decoration		: none;
}

a:hover {
	color				: #b3122c;
	text-decoration		: underline;
}

a:active {
	color				: #b3122c;
	text-decoration		: underline;
}


a.copyrightLink:link {
	color				: #777777;
	text-decoration		: none;
}

a.copyrightLink:visited {
	color				: #777777;
	text-decoration		: none;
}

a.copyrightLink:hover {
	color				: #777777;
	text-decoration		: underline;
}

a.copyrightLink:active {
	color				: #777777;
	text-decoration		: underline;
}
