body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	background: #e8f2d9 url(../img/toppbg.jpg) repeat-x;
	color: #333333;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }

a:link		{ color: #2676B0; text-decoration: none; }
a:visited	{ color: #2676B0; text-decoration: none; }
a:active	{ color: #ff2121; text-decoration: underline; }
a:hover		{ color: #ff2121; text-decoration: underline; }

a img {
	border: 0;
}

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

.center { text-align: center; }

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

h3 {
	margin-bottom: 0px;
	background: #DDE2E6;
	padding: 1px;
}

h3 + p {
	margin-top: 3px;
}

/***************************************************************
/* 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;
	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.radio, input.file, input.checkbox {
	border: 0;
}
input[type=file] {
	border: 0;
}

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

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

#wrap {
	width: 870px;
	margin: 0px;
}

#header {
	width: 870px;
	height: 100px;
	background: red url(../img/header.png) no-repeat;
}

#header img {
	display: block;
}

/*
#menu {
	width: 870px;
	height: 30px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 6px; /*IE* /
	font-size: 0.8em;
	background: #CFC172 url(../img/menybg.png) no-repeat;
}
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;
}*/

#menu {
	width: 870px;
	height: 25px;
	padding-top: 6px; /*IE*/
	font-size: 0.8em;
	background: #CFC172;
	color: white;
	font-weight: bold;
}

body>#menu { padding-top: 0px; } /* non-IE */
#menu>ul { margin-top: 0px; }  /* non-IE */

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #CFC172;
}
#menu li {
	float: left;
	position: relative;
	width: auto;
	margin-left: 30px;
}
#menu li.first { margin-left: 15px; }
#menu li li { margin-left: 0; }

#menu li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: -4px;
}

#menu li > ul {
	top: auto;
	left: auto;
}

#menu li li {
	display: block;
	float: none;
	padding: 5px;
}
	

#menu li:hover ul, #menu li.hover ul { display: block; }

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

#menu a:hover {
	text-decoration: none;
	color: #400000;
}

#main {
	/* 700px ->  10 + 679 + 10 + 1 */
	width: 679px;
	height: 100%;
	float: left;
	font-size: 0.75em;
	background: white;
	padding: 10px;
	padding-bottom: 30px;
	border: 1px solid red;
	border-width: 1px 1px 1px 0;
}

#side {
	/* 170px  -> 10 + 149 + 10 + 1 */
	width: 149px;
	height: 100%;
	float: left;
	font-size: 0.6em;
	background: white;
	margin: 0px;
	border: 1px solid red;
	border-width: 1px 1px 1px 0;
	padding: 10px;
	padding-bottom: 30px;
}

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

#topptekst {
	position: absolute;
	top: 20px;
	left: 500px;
	width: 170px;
	color: white;
	font-size: 13px;
}

#topptekst a { color: white; }


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

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

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

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

.nyhet {
	width: 100%;
	margin-bottom: 0px; /* 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;
	background: #EDE8CB url(../img/header_bg2.jpg);
/*	border-top: 1px solid red;
	border-bottom: 1px solid red;*/
}

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

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

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

.nyhetlinks, .nyhetkommentarer, p.nyhetbyline { 
	width: 33%;
	float: left;
	font-size: 0.9em;
}

.kommentar {
	width: 70%;
	background: #EDE8CB;
	border-top: 1px solid #831111;
	border-bottom: 1px solid #831111;
	padding: 4px;
}
.kommentar em {
	padding-left: 15px;
}
/****************************************************************
/* Terminliste */
#terminliste {
	width: 100%;
	border-collapse: collapse;
}

#terminliste td, #terminliste th {
	padding-left: 2px;
}

#terminliste .manedskille {
	background: #ddd;
	text-align: center;
	padding-left: 20px;
	padding-top: 2px;
	color: black;
	font-weight: bold;
}

#terminliste tr.th {
	background: #CFC172;
}

/****************************************************************
/* 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;
	background: #EDE8CB 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: #CFC172;
	padding: 3px;
	width: 20%;
}

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

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

#adresseliste th {
	text-align: left;
}


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

#albumliste {
	border-collapse: collapse;
}

#albumliste th {
	background: #CFC172;
	border-top: 1px solid #831111;
	border-bottom: 1px solid #831111;
}

p.bildetekst {
	text-align: center; 
	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: #EDE8CB url(/img/header_bg2.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: #831111;
}

/* 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: #831111; 
}


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

/* 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;
}

