/*..............................................*/
/*				Nolla allt...					*/
/*..............................................*/
a { color: #900; text-decoration: none; }

a:hover { text-decoration: none; color: #F00; }
img { border: 0px; }

h1 {font-size: 24px; font-weight: normal; color: #333; margin-top: 10px; margin-bottom: 5px;}
h2 {font-size: 18px; font-weight: normal; color: #900; margin: 0px; }
h3 {font-size: 12px; font-weight: bold; color: #900; text-transform: uppercase; margin: 0px; margin-top: 5px; }
h4 {font-weight: bold; font-size: 12px; color: #333; margin-bottom: 2px; }
h5 {font-style: italic; font-size: 12px; color: #333;}
h6 {font-size: 12px; color: #f99d1c; text-transform: uppercase; margin: 0px; }
table { table-collapse: collapse; border: 0px; }
td { border: 0px; }
p { padding: 0px; margin: 0px; margin-bottom: 5px; line-height: 16px; }


/*..............................................*/
/*				Grundstruktur					*/
/*..............................................*/

body, html {
	background-image: url(/images/background_03.gif);
	background-repeat: repeat-x;
}

#mainwrapper {
	float: left;
	width: 976px;
	height: 100%;
}
#topwrapper {
	float: left;
	width: 100%;
	height: 181px;
	background-image: url(/images/top_image_njan.png);
}

/*..............................................*/
/*						meny					*/
/*..............................................*/

#menuwrapper li {
	list-style : none;
	position : relative;
	float : left;
	font-size: 16px;
	color: #000;
	line-height: 21px;
}
#menuwrapper a {
	text-decoration : none;
	display : block;
	color: #000;
	height: 31px;
}
#menuwrapper a:hover {
	color: #F00;
	height: 31px;
	background: transparent url(/images/pointer_act.gif) bottom center no-repeat;
}
/*..............................................*/
/*					Undermenyer					*/
/*..............................................*/

#menuArea a:hover {
	color: #F00;
}
#menuArea li:hover{
	color: #F00;
	background-image: url(/images/subm_hover.gif);
}

