@charset "UTF-8";

 /* - - - - - - - - - -  GENRAL TAGS  - - - - - - - - - - */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.3em;
	background-color: #e5e6e6;
	background-image: url(/images/bakgrunn_graa.gif);
	background-repeat: repeat-x;
	height: auto;
	text-align:center;
	color: #FFFFFF;
}
table {
	border-collapse: collapse;
}
td {
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #01deff;
	text-decoration: none;
}
a:focus {
	color: #00CCFF;
}
a:active {
	color: #00CCFF;
}

h1 {
	font-size: 11pt;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
}

p {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 16px;
}
.newsmark {
	color: #ff0000;
	padding-right: 6px;
}


/* - - - - - - - - - -  FRAMEWORK  - - - - - - - - - - */
.nav1 {
	margin-bottom: 2px;
}
.nav1 a {
}
.nav2 {
	float: right;
	width: 110px;
	margin-top: 30px;
}
.nav2item a {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 100%;
	display: block;
	margin-bottom: 7px;
}
.nav2item_selected a {
	color: #01deff;	
}
.wrapper {
	width: 950px;
	background-color: #01568f;
	background-image: url(/images/bakgrunn_blaa.gif);
	background-repeat: no-repeat;
	height: 100%;
	margin:0px auto;
	text-align:left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A5A5A5;
	border-left-color: #A5A5A5;
}
.container {
	padding-top: 145px;
	padding-right: 76px;
	padding-bottom: 76px;
	padding-left: 76px;
}
.content {
	width: 682px;
}
.c1 {
	background-image: url(/images/c1.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
}
.c2 {
	background-image: url(/images/c2.gif);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
}
.c3 {
	background-image: url(/images/c3.gif);
	background-repeat: no-repeat;
	height: 38px;
	margin: 0px;
}
.c2 img {
	border: 4px solid #FFFFFF;
}
#c2contentText {
	padding-top: 20px;
	padding-bottom: 20px;
}
#content_heim .c1,
#content_fotogalleri .c1 {
	background-image: url(/images/c1noborder.gif);
}
#content_heim .c2,
#content_fotogalleri .c2 {
	background-image: url(/images/c2noborder.gif);
	margin-top: -20px;
}
#content_heim .c2 #c2main,
#content_fotogalleri .c2 #c2main {
	margin-left: -30px;
	margin-right: -30px;
/*	margin-bottom: 20px;
*/	overflow:hidden;
}
#content_fotogalleri .c2 #c2main {
	border: 4px solid #FFFFFF;
}
#content_heim .c2 .content_title,
#content_fotogalleri .c2 .content_title {
	margin-left: -30px;
	padding-left: 30px;
}
#content_heim .c3,
#content_fotogalleri .c3 {
	background-image: url(/images/c3noborder.gif);
}
#content_sponsorar .c2 img {
	border: 0px;
}
#newsContainer {
	margin-top: -12px;
}
.newsTitle {
	font-weight: bold;
	padding-right: 6px;
	text-transform: uppercase;
}
.content_title {
	background-image: url(/images/bakgrunn_titler.gif);
	background-repeat: repeat-x;
	margin-left: -29px;
	padding-left: 29px;
	padding-right: 30px;
	text-transform: uppercase;
	font-size: 13px;
	display: -moz-inline-stack;
	display: inline-block;
	height: 23px;
	padding-top: 6px;
	margin-bottom: 15px;
}
.arkiv_item {
	width: 595px;
	overflow: hidden;
	white-space: nowrap !important;
}
#gallery {
	margin-top: 30px;
	width: 640px;	
}
#gallery img {
	border: 3px solid #FFFFFF;
}
.galleryItem {
	float: left;
	margin-right: 8px;
}
.fotogalleri_title {
	background-image: url(/images/bakgrunn_titler.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	height: 23px;
	padding-top: 6px;
	margin-bottom: 1px;
	width: 100%;
}
.readmore {
	padding-left: 15px;
	color: #01deff;
}
.readmore:link {
	color: #01deff;
	text-decoration: none;
}
.readmore:hover {
	text-decoration: underline;
}
.readmore:active {
	text-decoration: underline;
}
.readmore:visited {
	color: #01deff;
	text-decoration: none;
}


/* - - - - - - - - - -  MISC.  - - - - - - - - - - */
.floatleft { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatright { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
