
/*	
	
	Hovedstyling og layout
	
---------------------------------------- */

body {
	background: url("images/headbg.jpg") repeat-x;
}

#page {
	width: 890px;
	position: relative;
	margin: 0 auto;
}

#banner {
	background: url("images/banner.jpg");
	height: 193px;
}




#leftContent {
	width: 290px;
	float: left;
}

#centerContent {
	width: 560px;
	float: left;
	margin-left: 20px;
	padding: 0 10px;
	padding-bottom: 40px;
}

#footer {
	width: 100%;
	display: block;
	clear: both;
	height: 35px;
	border-top: 5px solid #7d0323;
	background: #f2f2f2;
	text-align: center;
	padding-top: 15px;
}





.objectPath { display: none;}













/*	
	
	Typografi & CenterContent layout
	
---------------------------------------- */


h1, p {
	margin: 0; padding: 0;
}

body {
	font-size: 13px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #444;
}

#centerContent {
	margin-top: 16px;
}

#centerContent {
	line-height: 1.7;
}

p {
	margin-bottom: 20px;
}

#centerContent h1 {
	line-height: 1;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #7d0323;
}

.pageDescription {
	font-weight: bold;
}

#centerContent a { color: #7d0323;}

/* Headings */

#centerContent h2,
#centerContent h3,
#centerContent h4 {
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #7d0323;
	line-height: 1;
	margin-bottom: 0px;
	letter-spacing: .5px;
}


#centerContent h2 {	font-size: 20; font-weight: normal;}
#centerContent h3 {	font-size: 16;}
#centerContent h4 {	font-size: 14;}







/*	
	
	Meny - leftContent
	
---------------------------------------- */

.hiddenStructure {display: none;}

#navlist, #navlist li, #subnavlist, #subnavlist li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navlist {
	margin-top: 20px;
}

#navlist li a {
	display: block;
	height: 19px;
	background: #f2f2f2;
	width: 270px;
	margin-bottom: 3px;

	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #888;
	letter-spacing: .15em;
	text-decoration: none;
	
	padding-left: 20px;
	padding-top: 6px;
}

#navlist li #active, #navlist li a:hover {
	background: url("images/navbg.jpg") repeat-x;
	color :#f2f2f2;	
}

#navlist #subnavlist li a {
	margin: 0;
	background: #FBFBFB;
	padding-left: 30px;
	font-size: 10px;
	width: 260px;
	color: #444;
	border-bottom: 1px solid #EBEBEB;
	padding-top: 7px;
	height: 18px;
}

#navlist #subnavlist li a:hover, #navlist #subnavlist li #subactive {
	background: #f2f2f2;
	color: #7d0323;
}

#navlist #subnavlist li #subactive {
	font-weight: bold;
}

#navlist #subnavlist {
	margin-bottom: 6px;
}














/*	
	
	Annonser - LeftContent
	
---------------------------------------- */

.annonse {
	margin-top: 20px;
}

.annonse h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5;
	color: #7d0323;
	font-weight: normal;
	text-align: center;
	
	padding: 10px 0;
	background: #f2f2f2;
	border-bottom: 1px solid #CBCBCB;
}

.annonse p {
	font-size: 11px;
	padding: 0 10px;
	line-height: 1.7;
	color: #888;
}

.annonse p:hover {
	color: #444;
}





/*	
	
	Nyheter
	
---------------------------------------- */

#nyheter h1 { display: none;}

.newsItem h3 {
	margin: 0;
	padding: 0;
	line-height: 1;
	}

.newsItem {
	width: 260px;
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}

#centerContent .newsItem .newsItemImage {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	border: 1px solid #D0D0D0;
}


.newsItem h3 a {
	color :#7d0323;
	font-weight: normal;
	text-decoration: none;
}

.newsItem h3 a:hover {
	text-decoration: underline;
	color: #444;
}

.newsItem .newsItemDescription {
	line-height: 1.5;
	font-size: 11px;
}

.newsItem .newsItemDate, .newsPageDetails {
	font-size: 11px;
	color :#888;
	margin: 5px 0;
}

.newsItem .newsItemURL {
	display: none;
}

.newsPageDescription {
	font-weight: bold;
}











/*	
	
	Galleri
	
---------------------------------------- */

#imagePageCC img {
	border: 1px solid #DDD;
	background: #f2f2f2;
	padding: 10px;
}

#imageControl {
	background: #f2f2f2;
	margin-top: 10px;
	margin-left: 0;
}

#imageControl li {
	list-style: 0;
	float:left;
	display: block;
	margin-right: 10px;
}












/*	
	
	Misc. Diverse.
	
---------------------------------------- */

.folderList {
	margin-bottom: 25px;
	line-height: 1.3;
}

.folderList a {
	font-weight: bold;
}

#bannerLink a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	width: 400px;
	height: 80px;
	margin-top: 35px;
	margin-left: 20px;
}

