/*
#c12121 red
#70B0D1 gamle blå

#9AB1CC blå bg på menyen (?)
#C12121 rød i header
#1A3666 mørk blå, i stripe på nyhetsheader osv

#163767 mørk blå
#95abca lysere blå

#9bb2cd blå bak menyen

#c56a20 orange
*/

body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	line-height: 90%;
	background: #e3f0f4 url(../img/toppbg.jpg) repeat-x;
	color: #333333;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; margin-bottom: 0; }
h4 + p { margin-top: 0; }

a:link		{ color: #639BB7; text-decoration: none; }
a:visited	{ color: #639BB7; text-decoration: none; }
a:active	{ color: #c12121; text-decoration: underline; }
a:hover		{ color: #c12121; text-decoration: underline; }

a img {
	border: 0;
}

hr {
	color: #163767;
	background-color: #163767;
	height: 1px;
	border: 0;
	text-align: left;
	margin: 0;
}

caption {
	font-weight: bold;
}

.center { text-align: center; }
div.center {
	margin-left: auto;
	margin-right: auto;
}

/*p.ikkeprint, div.ikkeprint {
	display: block;
}
span.ikkeprint {
	display: inline;
}*/
.ikkeskjerm {
	display: none;
}


.ingress {
	font-weight: bold;
}

.byline {
	font-style: italic;
}

table.topalign td {
	vertical-align: top;
}

/***************************************************************
/* Form-elementer */

form {
	margin: 0;
	padding: 0;
}

fieldset { 
	padding: 5px;
	margin-bottom: 20px;
}

/*input, textarea, select {
	border: 1px solid #70B0D1;
	font-size: inherit;
}*/

input, textarea, select, option {
	font-size: 0.9em;
	font-family: sans-serif;
	margin-bottom: 2px;
}

textarea {
	background: white url(../img/textbox_bg.png) top left no-repeat;
	color: #333333;
	border: 1px solid #1A3666;
}

/*input[type=text], input[type=password], input[type=file] {*/
input {
	border: 1px solid #1A3666;
	/*background: #F9F8FB url(../img/input_bg.png) top left no-repeat;*/
	background: #F9F8FB top left no-repeat;
	color: #333333;
}
/*
input[type=button], input[type=submit], input[type=reset]  {
	border-left: 1px solid #b6d7e8;
	border-top: 1px solid #b6d7e8;
	border-bottom: 1px solid #0077ab;
	border-right: 1px solid #0077ab;	
}*/

/*
input[type=button]:active, input[type=submit]:focus, input[type=reset]:focus  {
	border-right: 1px solid #b6d7e8;
	border-bottom: 1px solid #b6d7e8;
	border-top: 1px solid #0077ab;
	border-left: 1px solid #0077ab;	
}*/

input:focus, textarea:focus, select:focus {
	border-color: #C12121;
}
input[type=radio], input.radio {
	border: 0;
	background: white;
	margin-bottom: -1px;
}
input[type=file], input.file {
	border: 0;
}

.inputnoborder, input.noborder {
	border-width: 0px;
}

/*****************************************************************
/* Layout */

#wrap {
	width: 830px;
	margin-left: 100px;
}

#header {
	height: 100px;
	background: url(../img/banner.jpg) no-repeat;
}

#header img {
	display: block;
}

#menu {
	height: 30px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 6px; /*IE*/
	font-size: 0.8em;
	background: url(../img/menybg.png) no-repeat;
	font-family: arial, sans-serif;
}
body>#menu { padding-top: 0px; } /* non-IE */
#menu>ul { margin-top: 0px; }  /* non-IE */

#menu li {
	display: block;
	width: auto;
	float: left;
	margin-left: 30px;
	margin-top: 0px;
}
#menu li.first { /* IE doesn't suppurt ul:first-child  */
	margin-left: 0;
}

#menu a {
	color: white;
	font-weight: bold;
}


#main {
	width: 600px;
	height: 100%;
	float: left;
	/*padding: 10px;
	padding-bottom: 30px;
	border: 1px solid grey;
	background: white;*/
	font-size: 0.75em;	
}

#side {
	width: 220px;
	height: 100%;
	float: left;
	margin-left: 10px;
/*	padding: 10px;
	padding-bottom: 30px;
	border: 1px solid grey;
	background: white;*/
	font-size: 0.6em;
}

#footer {
	clear: left;
	width: 830px;
	text-align: center;
	font-size: 0.6em;
	padding-top: 20px;
	margin-bottom: 40px;
	color: #8E9299;
}


/****************************************************************
/* Sidemoduler */

div.sidemodul {
	margin: 0 0 20px 0;
}

.sidemodul h2 {
	font-size: 12px;
	font-weight: bold;
	background-color: #F5F5F5;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-left: 3px;
	margin-bottom: 5px;
}

/****************************************************************
/* Nyheter */

.nyhet {
	width: 100%;
	margin-bottom: 20px; /* IE */
}
*>html .nyhet {
	margin-bottom: 70px; /* Opera & FF */
}

.nyhet h2 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 4px 3px 2px 3px;
	clear: both;
	color: black;
	font-weight: bold;
	font-family: arial;
	background: #9bb2cd url(../img/header_bg1.jpg);
}

.nyhet p {
	margin-top: 0;
	margin-bottom: 10px;
}

/*
.nyhet h2 + p {
	margin-top: 0px;
}

.nyhet nyhetimg + p {
	margin-top: 0px;
}*/

.nyhetimg {
	float: left;
	display: block;
	margin-right: 6px;
	margin-bottom: 6px;
}

span.nyhetbyline {
	font-size: 0.7em;
	font-weight: normal;
	padding-left: 40px;
}

p.nyhetbyline { 
	width: 33%;
	float: left;
	font-size: 0.8em;
}

/*
.nyhetkommentarer { 
	clear:left;
}*/
.nyhetlinks, .nyhetkommentarer { 
	width: 33%;
	float: left;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.kommentar {
	width: 70%;
	background: #EDF0F1;
	border-top: 1px solid #9bb2cd;
	border-bottom: 1px solid #9bb2cd;
	padding: 4px;
}
.kommentar em {
	padding-left: 15px;
}

/****************************************************************
/* Terminliste */
#terminliste {
	width: 100%;
	border-collapse: collapse;
}

#terminliste .manedskille {
	background: #9bb2cd url(../img/header_bg1.jpg);
	text-align: center;
	padding-left: 20px;
	padding-top: 2px;
	color: black;
	font-weight: bold;
}

#terminliste tr.th {
	background: #9bb2cd url(../img/header_bg1.jpg);
}
#terminliste th {
	font-weight: bold;
	text-align: left;
}

/****************************************************************
/* Gjestebok */
.gjestebok {
	width: 100%;
	margin-bottom: 20px;
}
*>html .gjestebok {
	margin-bottom: 60px;
}

.gjestebok h2 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 4px 3px 2px 3px;
	clear: both;
	color: black;
	font-weight: bold;
	font-family: arial;
	background: #9bb2cd url(../img/header_bg1.jpg);
}

.gjestebok h2 a:link {
	text-decoration: none;
	color: black;
}

/****************************************************************
/* Forum */

p.navigation {
	background-color: #F5F5F5;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-left: 3px;
	margin-bottom: 5px;
}

table.forum {
	width: 100%;
	border-collapse: collapse;
}

table.forum th {
	text-align: left;
	padding-top: 10px;
	border-bottom: 1px solid #777;
}

td.forum_title {
	text-align: left;
}

td.forum_info {
	text-align: left;
	vertical-align: top;
	background: #B1C7E0;
	padding: 3px;
	width: 20%;
}

td.forum_tekst {
	text-align: left;
	vertical-align: top;
	background: #EFEFF8;
	padding: 3px;
}

td.forum_buttons {
	text-align: right;
}

/****************************************************************
/* Adresseliste */

#adresseliste th {
	text-align: left;
}

/****************************************************************
/* Bilder */

#albumliste {
	border-collapse: collapse;
}

#albumliste th {
	background: #9bb2cd;
	border-top: 1px solid #1A3666;
	border-bottom: 1px solid #1A3666;
}

p.bildetekst {
	text-align: center; 
	/*border: solid 1px #54977F; 
	background-color: #eee;*/
	font-style: italic;
}

p.seriebeskrivelse {
	text-align: left;
}

table.bildegrid {
	border: 0;
}

h3.album_ar {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 4px 3px 2px 3px;
	clear: both;
	color: black;
	font-weight: bold;
	font-family: arial;
	background: #9bb2cd url(/img/header_bg1.jpg);
}

/* Enkeltvisning av bilde */
img.album {
	border: 1px solid #ddd; 
	padding: 3px; 
	background: white;
}

/* Thumbnails fra en serie */
table.bildegrid td {
	text-align: center;
}
table.bildegrid img {
	border: 1px solid #ddd; 
	padding: 3px; 
	background: white;
}
table.bildegrid img:hover { 
	background: #eee; 
	border-color: #639BB7;
}

/* Oversikt over bildeseriene med en thumb for hver serie */
table.albumgrid {
	width: 100%;
}
table.albumgrid td {
	text-align: center;
}
table.albumgrid img.thumb {
	border: 1px solid #ddd; 
	padding: 3px; 
	background: white;
}
table.albumgrid img.thumb:hover { 
	background: #eee; 
	border-color: #639BB7;
}

/****************************************************************
/* Runde hjørner */

.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -9px 0px 0px -1px; } /* IE differs with 1px here, for some reason */
div>/*hackToStopIE7*/.borderBL { margin: -10px 0px 0px -1px; } /* Proper code for Opera/FF */
.borderBR { margin: -9px -1px 0px 0px; }

.box {
    margin: 0px;
    padding: 0px;
	background: #fff;
	border: 1px solid #aaaaaa;
}

.boxwrap { /* IE fucks up everything if the width is placed on .box */
	height: auto;
}

.boxinside { margin: -10px 8px 10px 8px; } /* IE differs, as usual.. */
div>.boxinside { margin: 10px 8px 10px 8px; } /* For proper browsers */




/********************************/

tr.th {
	background: #9bb2cd url(../img/header_bg1.jpg);
}

/* Noen lister har alternativ bg på annenhver rad */
tr.annenbg td, td.annenbg {
	background: #ECEEF0;
}

/*********************************
/* List1, bla.a Kontakt */

table.list1 {
	border-collapse: collapse;
	width: 100%;
}

table.list1 td {
	padding: 3px;
}
table.list1 th {
	text-align: left;
	border-bottom: 2px solid black;
}
