﻿/* CSS Document */

/*GENERELLE STYLES*/


body {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-color: White; 
	}

body * { /* Alle barn av body */
	text-align: left;
	}

td {
	font-size: 8pt;
}

.sjefsdiv {
	background-color:#FFFFFF;
	margin:0pt auto;
	padding-right:10px;
}

/* banner */

.topp_banner_midten {
	border-width:1px;
	font-size:8pt;
	padding:3px;
}


/* mellom-meny under banneren */

.mellom_meny {
	background-image: url(mellomvalg_liten.gif);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 0;
	}

.mellom_meny_venstre{
	background-image: url(mellomvalg_venstre.gif);
	background-repeat: no-repeat;
	width: 16px;
	padding-top: 2px;
        text-indent: 10px;
        font-size: 6pt;
        font-style: italic;
	height: 18px;
	float: left;
	}

.mainlevel_mellomvalg {
	font-size: 8pt;
	text-align: center;
	background-image: url(mellomvalg.gif);
	background-repeat: repeat-x;
	width: 130px;
	height: 18px;
	float: right;
	}

.mainlevel_mellomvalg a {  
	background-image: url(mellomvalg.gif);
	background-repeat: repeat-x;
	display: block;
	width: 130px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	color: #000000;		
	}

.mainlevel_mellomvalg a:hover {
	background-image: url(mellomvalg_valgt.gif) !important;
	color: #006633;		
	font-weight: bold;
}

/*VENSTRE SIDE*/

/* meny */

.menyoverskrift{
	background-image: url(meny.gif);
	background-repeat: no-repeat;
	display: block;
	width: 170px;
	height: 15px;
	}

.mainlevel_meny {
	background-color: #C5C5C5;
	font-size: 8pt;
	height: 18px;
	width: 170px;
}

.mainlevel_meny a {
	text-decoration: none;
	text-indent: 10px;
	color: #000000; 
	font-weight: bold;
	background-color: #C5C5C5;
	display: block;
	background-image: url(meny_normal.gif);	
	background-repeat: repeat-x;
	width: 170px;
	height: 18px;
}
	
.mainlevel_meny a:hover {
	color: white; 
	background-color: #929292;
	background-image: url(meny_svart.gif);
}

.mainlevel_meny a:active {
	color: #FFFFFF; 
}

.sublevel_meny {
	font-size: 8pt;
	height: 16px;
	background-color: #E6E6E6;
	width: 170px;
}

.sublevel_meny a {
	color: #006633; 
	text-indent: 15px;
	text-decoration: none;
	background-image: url(meny_lys.gif);
	background-repeat: no-repeat;
	display: block;
	background-attachment: scroll;
	width: 170px;
	height: 16px;
}

.sublevel_meny a:hover {
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #A7A7A7; 
	background-image: url(meny_mork.gif);
}

.sublevel_meny a:active {
	color: #FFFFFF;
	font-weight: bold; 
}


.subsublevel_meny {
	font-size: 8pt;
	height: 16px;
	text-indent: 25px;
	background-color: #EFEFEF;
	width: 170px;
}

.subsublevel_meny a {
	color: #000000; 
	text-indent: 25px;
	text-decoration: none;
	background-image: url(meny_lysere.gif);
	background-repeat: no-repeat;
	display: block;
	width: 170px;
	height: 16px;
}

.subsublevel_meny a:hover {
	color: #000000; 
	font-weight: bold;
	background-color: #DFDFDF; 
	background-image: url(meny_lys.gif);
}

.subsublevel_meny a:active {
	color: #000000;
	font-weight: bold; 
}


/* kalender */

.kalenderoverskrift{
	color: Black;
	font-weight: bold; 
	}

.kalender {
	background-color: #FFFEDD;	
	font-size: 8pt;
        padding-bottom: 4px;
	border-width: 1px;
	border-color: #B19672;
	border-style: solid;
        width: 170px;
}

.arrangement{
	margin-left: 2px;
	margin-right: 2px;
        margin-bottom: 0px;
        padding-top: 3px;
	padding-bottom: 3px;
        border-bottom: 1px solid #B19672;
}

.kalender_dato{
	page-break-before: always;
	font-size: 8pt;
	color: #000000;
	}

.kalender a:link{
	margin-left: 5px;
	color: #0000CC;
	font-size: 8pt;
	display: inline;
	text-decoration: none;
	}

.kalender a:hover{
	margin-left: 5px;
	color: #0000CC;
	font-size: 8pt;
	display: inline;
	text-decoration: underline;
	}

.kalender a:visited{
	margin-left: 5px;
	color: #0000CC;
	font-size: 8pt;
	display: inline;
	text-decoration: none;
	}

.kalender a.active{
	margin-left: 5px;
	color: #0000CC;
	font-size: 8pt;
	display: inline;
	text-decoration: none;
	}


/* RESULTAT KALENDER */

.resultatkalender td
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 18px;
	text-align: center;

}

.head2headstat td
{
	text-align: right;
}

.head2headstat th
{
	text-align: left;
	font-weight: bold;
}

.head2headselect
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	width: 180px;
}


/*INNHOLD I MIDTEN*/

.nyheter {
	background-color: #F7F7F7;
	font-size: 8pt;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 10px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}


/*.nyheter_overskrift{*/
td.contentheading {
	margin-top: 10px;
}

.contentheading {
	border-style: solid;
	border-color: #B19672;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFEDD;	
	color: #006633;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	margin-bottom: 6px;
}

.contentheadingselected {
	border-style: solid;
	border-color: #B19672;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;	
	color: #006633;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	margin-bottom: 6px;
}

.contentheading a {
	color: #006633; 
	text-decoration: none; 
	}

.contentheading a:hover {
	text-decoration: underline; 
	color: #000000;
	}


.contentpaneopen {
	margin-left: 2px;
	font-size: 8pt;
	text-align: justify;
	min-height: 30px;
	width: 100%;
}

.contentpaneopen h1{
	font-size: 13pt;
	font-weight: bold;
}

.contentpaneopen h2{
	font-size: 12pt;
	font-weight: bold;
}

.contentpaneopen h3{
	font-size: 10pt;
	font-weight: bold;
}

.contentpaneopen h4, th{
	font-size: 8pt;
	font-weight: bold;
}

.contentpaneitem {
	margin-left: 2px;
	font-size: 8pt;
	text-align: justify;
	min-height: 30px;
}

/*
.contentpaneopen IMG {
	border:	1px solid #aeaeae;
}
*/

.createdate{
	color: #aaaaaa;
	font-size: 7pt;
	font-weight: normal;
	text-transform: capitalize;
	}

.small {
	color: #aaaaaa;
	font-size: 7pt;
}

.modifydate {
	color: #aaaaaa;
	float: right;
	font-size: 7pt;
	font-weight: normal;
}

.intro {
	font-weight: bold;
	margin-bottom: 10px;

}


li {
	font-size: 8pt;
}

.bilder{
	background-image: url(bilde.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 200px;
	background-color: #AED8FF;
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	}

.bilder2{
	background-image: url(bilde.gif);
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	height: 75px;
	background-color: #AED8FF;
	float: left;
	margin-left: 1px;
	margin-right: 8px;
	margin-bottom: 8px;
	}

/* HOYRE SIDE (forum) */

.forum_mellom{
	display: block;
	background-color: White;
	width: 200px;
	height: 18px;
	}
	
.forum {
	background-color: #EBEBEB;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 2px;
	border-width: 1px;
	border-color: #8B8B8B; 
	border-style: solid;
}

.forum a {
	text-decoration: none;
}


.forum h2{
	color: black;
	font-size: 8pt;
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	text-decoration: none;
}


.forumtekst {
	font-size: 7pt; 
	text-align: justify;
	}

.banner {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 2px;
	border-width: 1px;
	border-color: #8B8B8B; 
	border-style: solid;
	width: 200px;
	text-align: center;
}



/* BUNNEN */

.bunnlinje {
	margin-top: 2px;
	padding: 8px;
	background-color: #FFFEDD;	
	border-width: 1px;
	border-color: #B19672;
	border-style: solid;
	}

.bunntekst_overskrift{ 
	font-size: 7pt;
	letter-spacing: 2px;
	text-align: center;
	color: #006633;
	font-weight: bold;
	}	

.bunntekst{ 
	font-size: 7pt;
	text-align: center;
	color: black;
	}





