/* TEXT CLASSES
 **********************************************************************/
BODY, P, TD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#ffffff;
	}

BODY {
	background: #980505;
	margin: 0px;
	}
		
P {
	margin-top:3px;
	line-height: 14px;
	}

H1 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	margin-top: 24px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	}
	
H2 {
	font-size: 14px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
	}

H3 {
	font-size: 11px;
	font-family: Arial, Sans-serif;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 2px;
	text-transform: uppercase;
	}

H4 {
	font-size: 11px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 2px;
	}

H5 {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-bottom:0px;
	text-transform: uppercase;
	}
	
H6 {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #000000;
	margin-top: 4px;
	margin-bottom:0px;
	text-transform: uppercase;
	}

UL {
	padding-left: 18px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	}

OL {
	padding-left: 18px;
	margin-left: 10px;
	margin-bottom: 6px;
	margin-top: 6px;
	}

LI {
	padding-bottom: 6px;
	}

HR {
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	}

.softText {
	color: #A76565;
	}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin-bottom:5px;
	}
A.smallText {
	font-weight: bold;
	background: url(/templates/akerblads/graphics/icons/link.gif) left no-repeat;
	padding-left: 12px;
	}
A.smallText:hover {
	color: #86BC90;
	text-decoration: none;
	}
	

/* GENERAL CLASSES
 **********************************************************************/
IMG {
	border: 0px;
}


/* MAIN MENU CLASSES
 **********************************************************************/
DIV.menuMain {
	width: 970px;
	margin-bottom: 3px;
	}
DIV.menuMainLeft {
	width: 1px;
	height: 33px;
	background: url(/templates/akerblads/graphics/decor/menuMainLeft.gif) top left no-repeat;
	}
DIV.menuMainOn {
	height: 33px;
	padding: 8px 9px 0px 9px;
	background: url(/templates/akerblads/graphics/decor/menuMainOn.gif) top right no-repeat;
	white-space: nowrap;
	}
DIV.menuMainOff {
	height: 33px;
	padding: 8px 9px 0px 9px;
	background: url(/templates/akerblads/graphics/decor/menuMainOff.gif) top right no-repeat;
	white-space: nowrap;
	}
A.menuMain {
	font-weight: bold;
	}
A.menuMain:hover {
	color: #86BC90;
	text-decoration: none;
	}
.menuMain {
	font-weight: bold;
	}


/* SUB MENU CLASSES
 **********************************************************************/
TD.menuSub {
 	width: 240px;
	background: url(/templates/akerblads/graphics/bgs/menuSubBg.jpg) bottom left no-repeat #7B0707;
	}
DIV.menuSubTitle {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 18px 11px 18px;
	margin-bottom: 10px;
	background: url(/templates/akerblads/graphics/decor/menuSubTitleBg.gif) top left no-repeat;
	}
DIV.menuSubLevel1 {
	padding: 0px 18px 4px 18px;
	}
A.menuSubLevel1Off {
	font-weight: bold;
	padding-left: 12px;
	background: url(/templates/akerblads/graphics/icons/menuSubLevel1Off.gif) left no-repeat;
	}
A.menuSubLevel1Off:hover {
	color: #86BC90;
	text-decoration: none;
	}
SPAN.menuSubLevel1On {
	color: #ffffff;
	font-weight: bold;
	padding-left: 12px;
	background: url(/templates/akerblads/graphics/icons/menuSubLevel1On.gif) left no-repeat;
	}
DIV.menuSubLevel2 {
	padding: 0px 18px 4px 29px;
	}
A.menuSubLevel2Off {
	font-size: 10px;
	padding-left: 10px;
	background: url(/templates/akerblads/graphics/icons/menuSubLevel2Off.gif) left no-repeat;
	}
A.menuSubLevel2Off:hover {
	color: #86BC90;
	text-decoration: none;
	}
SPAN.menuSubLevel2On {
	color: #ffffff;
	font-size: 10px;
	padding-left: 12px;
	background: url(/templates/akerblads/graphics/icons/menuSubLevel2On.gif) left no-repeat;
	}


/* CONTENT & SIDEBAR CLASSES
 **********************************************************************/
TD.mainContent {
 	width: 483px;
	height: 350px;
	background: #7B0707;
	}
TD.content {
	text-align: top;
	padding: 0px 18px 18px 18px;
	}
DIV.pageTitle {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 18px 11px 18px;
	margin-bottom: 10px;
	background: url(/templates/akerblads/graphics/decor/pageTitleBg.gif) top left no-repeat;
	}
TD.sideBar {
 	width: 242px;
	background: #7B0707;
	}
TD.sideBarContent {
	text-align: top;
	padding: 0px 10px 10px 10px;
	}
TD.sideBarPromo {
	text-align: bottom;
	padding: 10px 0px 0px 0px;
	}
	
	
/* BODY SECTION CLASSES
 **********************************************************************/
DIV.body {
	width: 970px;
	margin-bottom: 3px;
	text-align: center;
	}


/* MODULE CLASSES
 **********************************************************************/
TD.module {
	vertical-align: top;
	height: 106px;
	padding: 8px;
	background: url(/templates/akerblads/graphics/bgs/moduleBg.gif) top left no-repeat;
	}
IMG.module {
	border: 1px solid #720404;
}


/* INTRO CLASSES
 **********************************************************************/
TD.intro {
	padding: 16px;
	background: url(/templates/akerblads/graphics/bgs/introBg.gif) top left no-repeat;
	}
H1.intro {
	margin: -4px 0px 0px 0px;
	}
P.intro {
	margin: 10px 0px 0px 0px;
	}


/* LINK CLASSES
 **********************************************************************/
A {
	color: #65A370;
	text-decoration: none;
	}

A:hover {
	color: #86BC90;
	text-decoration: none;
	}


/* FORM CLASSES
 **********************************************************************/
INPUT, TEXTAREA, SELECT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	background: #980505;
	padding-left: 2px;
	padding-right: 2px;
}

INPUT, TEXTAREA {
	/*border: 1px solid #DA9292;*/
}

INPUT.borderRed{
	border: 1px solid #DA9292;

	}
	
INPUT.button {
	color: #65A370;
	height: 18px;
	border: 1px solid #DA9292;
	background: #720404;
	}

.formLabel {
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	}
	
SELECT {
	border: 1px solid #DA9292;
	}


/* HEADER CLASSES
**********************************************************************/

.header {
	width: 970px;
	height: 102px;
	margin-bottom: 3px;
	background: url(/templates/akerblads/graphics/bgs/headerBg.jpg) top left no-repeat;
}

.logo {
	padding: 10px 0px 20px 185px;
	}
	
.tagline {
	color: #7a7a7a;
	font-size: 10px;
	text-transform: uppercase;
	vertical-align: top;
	padding: 17px 0px 0px 5px;
	}
	
.headerLinks {
	padding: 10px;
	text-align:right;
	position:relative;
	}
	
.headerLogo1 {
	position:absolute;
	right:305px;
	top:48px;
	}
	
.headerLogo2 {
	position:absolute;
	right:255px;
	top:39px;
	}


/* LANGUAGE CLASSES 
**********************************************************************/


.langLinks {
	float:right;
	width:100px;
	text-align:right;
}

.langLinks A {
	border:1px solid #aa5e5e;
	display:inline-block;
}

.langLinks A:hover {
	border:1px solid #da9292;
}

/* FOOTER CLASSES
**********************************************************************/
DIV.footer {
	width: 970px;
	height: 59px;
	padding: 11px 10px 0px 10px;
	background: url(/templates/akerblads/graphics/bgs/footerBg.gif) left top repeat-x;
	}
.footer {
	color: #A76565;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footer td {
	white-space:nowrap;
}
A.footer {
	color: #65A370;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
A.footer:hover {
	color: #86BC90;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}