

/*
===========================================================
Standard klubbinfo.no stilark
===========================================================
*/
/* All tekst som er satt innenfor skråstrek er kommentarer eller inaktive stildefinisjoner */
/* Dersom en stil/selektor er definert flere ganger, er det siste gangs definisjon som vil gjelde */
/* Flere selektorer er utgått, dvs det finnes ikke noe i html-koden som trigger selektoren. Kopier derfor ikke hele stilarket!!*/

* {
word-wrap: break-word;
}




h1.klubbnavn, .klubb_underheading {
text-shadow: #818181 2px 2px 4px;
}

h1.sidetittel {
clear:none;
}

span.merket {
background-color : yellow;
}


body, td, div, a, p {
font: 13px arial, sans-serif;
}


span.hjelpeboks a:link {
text-decoration: none;
}

span.hjelpeboks a:visited {
text-decoration: none;
}


span.hjelpeboks a:hover {
color: inherit; 
background: inherit;
}


span.hjelpeboks a span {
display: none;
z-index: 1;
}

span.hjelpeboks a:hover span {
display: block;
position: absolute; 
left:10px;
width: 250px;
padding: 5px; 
margin: 10px;
color: black; 
background: white;
font: 12px Verdana, sans-serif; 
border : 1px solid Black;
text-decoration: none;
z-index: 100;
}





span.bold, div.bold, input.bold {
font-weight: bold;
}

span.programlistelink {
	display: none;
}

span.linklistelink {
	display: none;
}


table.ramme, div.ramme, td.ramme {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}



table.ramme2, div.ramme2, td.ramme2 {
	border : 1px solid #000000;
	padding : 5px 5px 5px 5px;
	vertical-align : top;
}




tr.solid {
	border-style: solid;
	padding : 5px 5px 5px 5px;
}



table.tabell {
	width: 95%;
	margin-right: 10px; 

}



form.send_epostmelding {
display: inline;
}

form.send_epostmelding > input {
border:none;
position:relative;
top:2px;
background-image: none;
}

p.center, div.center {
text-align: center;
}

p.right, div.right {
text-align: right;
}

p.left, div.left {
text-align: left;
}


acronym {
	border-bottom: 1px dotted black;
	cursor: help; 
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}


div.innrykket_link {
	margin-left: 0px;
	background-color : #fafafa;
	padding : 1px 1px 1px 12px;
	border-left : thin inset;
	border-right : thin inset;
}


div.innrykket_link_siste {
	border-bottom : thin inset;
	padding : 1px 1px 3px 12px;

}



div.hovedsidelink {
	margin-top: 5px;
	background-color : #fafafa;
	padding : 3px 1px 1px 3px;
	border : thin inset;
}




div.undersider_markering {
	background-image: url('../plusstegn.gif');
	background-repeat: no-repeat;
	background-position: right; 
}


div.aktiv_link_ramme {
	padding : 3px 1px 1px 3px;
	border : thin inset;
}



li {
margin:3px;
}



/* Sett egenskaper for link til den siden som allerede er aktiv */
div.aktivmenylinje, ul.mktree li.aktivmenylinje {
background-color : #ffffff;
padding-top:3px;
padding-bottom:3px;
margin-top:3px;
margin-bottom:3px;
}





/* Se http://www.w3schools.com/CSS/css_pseudo_classes.asp */

a:link {
color: #000000;
}

a:visited {
color: #333333;
}


a:hover { 
	color: #000000;
	background: #ffffff; 
}

a:active { 
	color: #000000;
	background: #ffffff; 
}


/* Sort tekst på hvit bakgrunn */
a.aktiv_link { 
background-color : #ffffff;
color:#000000; 
padding : 1px 3px 1px 3px;
font-weight:bold;
width:100%;
}

/* Musepeker er over link: */

a.aktiv_link:hover { 

}




.menylink:hover {
	background: #ffffff; 
	background-image: url('../pil_hoyre_sort.gif');
	background-repeat: no-repeat;
	background-position: right; 
}


div.meny_overskrift {
	padding : 2px 1px 2px 3px;
	margin: 0 auto; 
	margin-top : 6px; 
	margin-bottom : 6px; 
	border : 1px solid #000;
	border-left:none;
	border-right:none;
	text-align: center;
	font-weight: bold;
	background-color : #407eb5;
	color:#ffffff;

}



div.meny_overskrift a {
	color:#ffffff;
	font-weight: bold;
}




div.meny_overskrift a:hover {
	background-color : #407eb5;
}


div.programlisteramme, td.programlisteramme {
	padding : 5px 5px 5px 5px;
	border : 1px solid #000000;
	background-color : white;
	color: inherit;
	width:470px;
}



div.pgrtekst {
	overflow: hidden;
	width:450px;
}


div.pgrtekst > h3 {
margin-left: 0px;
}

div.padding, td.padding {
	padding : 5px 5px 5px 5px;
}


div.marginleft10 {
margin-left:10px;
}


table.redigertav {
margin-left:10px;
}


table.hvit_bakgrunn, td.hvit_bakgrunn, div.hvit_bakgrunn, span.hvit_bakgrunn, p.hvit_bakgrunn {
	background-color : white;
}



span.sist_oppdatert_mellomtittel {
	/*
	padding-left: 45px;
	*/
	font: 10px Verdana, sans-serif; 
	position:relative;
	left:480px;
	top: -20px;
	z-index: -1;
	background-image: url('../pencil.gif');
	background-repeat: no-repeat;
	background-position: left; 
}



div.p_opprykket {
	position:relative;
	top: -20px;
}


img.epostadresse {
	position:relative;
	top: 5px;
	border:none;
	}


a > img, div.border_none, img.border_none, img, a img {
	border:none;
	border-style: none;
	border-width:0px;
	}



table.calendar {
	text-align: right;
}


caption.calendar-month {
	background-color : #407eb5;
	color:#ffffff;
	padding : 1px 1px 1px 1px;
	font-size: 12px;
	zzfont-weight: bold;
}



td.kalenderramme {
background-color: #E5E5E5;
}


table.calendar > tbody > tr > th {
	font-size: 12px;
}


td.calendar-ud {
font-weight:bold;
}


td.linked-day { 
background-color : White;
color: inherit;
border : 1px solid Black;
 }



td.dagensdato { 
font-weight:bold;
color: inherit;
}



span.gul, div.gul, p.gul, a.gul, td.gul, li.gul {
	border : 1px solid Black;
	padding : 1px 1px 1px 1px;
	background-color : yellow;
	font-size: 13px;
	color: inherit;
}




.sammenleggbar {
}


.sammenleggbar:hover {
height: 170px;
}


.sammenleggbar_medl_sider {
height: 20px;
overflow: hidden;
}


.sammenleggbar_medl_sider:hover {
height: 170px;
overflow: auto;
}


.meldinger_sammenleggbar {
height: auto;
overflow-x: hidden;
overflow-y: hidden;
width: 600px;
}


.meldinger_sammenleggbar:hover {
height: auto;
}



.blink {
text-decoration: blink;
font-weight : bold;
}


.rod {
border : 1px solid Black;
padding : 2px 2px 2px 2px;
background-color : Red;
color: inherit;
}



li.padd {
padding : 0px 0px 8px 20px;
}


li.menylinker {
 	list-style-type: none;
	position:relative;
	/*
	left:-20px;
	*/
	overflow: visible;
	
}



.underside_markeringstegn {
	position:relative;
	left:-5px;
	overflow: visible;
}


.sortramme_hvit, .textbox {
	border : 1px solid Black;
	padding : 5px 5px 5px 5px;
	background-color : white;
	color: inherit;
}



.meny_ramme_ul {
	position:relative;
	overflow: hidden;
	padding : 0px 0px 0px 0px;
}





.mktree {
	margin: 0px 0px 0px 0px
}





.klubb_underheading {
	font-style : italic;
	text-align: center;
	font-size: 16px;
}




table.forum_postinger {
	border-collapse : collapse;
	border : 1px solid Black;
	width: 90%;
	margin-left: 10px;
}


table.forum_oversikt {
	border-style:none;
	border:none;
	width: 90%;
	margin-left: 10px;
}



td.forum_posting_header, th.forum_oversikt_th {
background-color:#C0C0C0;
}





/* Opplisting av undersider på en hovedside 
--------------------------------------------------------------- */
table.opplisting_undersider {
	border-collapse : collapse;
	clear : both;
}


td.opplisting_undersider {
	width : 40%;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 15px;
}


h3.overskrift_underside { 
	border-top: 3px double #999999; 
	border-bottom: none;
}


h3.gallerioverskrift {
	text-align : center;
}


h3.innh_bl_mellomtittel {
margin-top:20px;
}


div.sidelist_ingress {
	margin-left : 10px;
	margin-top : -5px;
}



div.paragraf { 
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 15px;
}


table.ingress > tbody > tr > td > div.tekst, div.paragraf > h1, div.paragraf > h2, div.paragraf > h3, div.paragraf > h4, div.paragraf > h4, div.paragraf > h6 { 
	margin-left : 0px;
}



p.ingress {
	font-weight: bold; 
}


p.sidevisning {
	margin-left : 25px;
	margin-right : 35px;
}


td.menytd_slettes {
	margin-left : 0px;
	margin-top : 0px;
}


table.ingress {
margin-left : 10px;
clear:left;
}




div.tekst {
	margin-left : 10px;
	margin-right : 10px;
	font: 12px sans-serif;
}





table { 

}

div.map {
margin-left: 10px;
}


table.sideskift, div.innh_bl_brodtekst { 
margin-left : 10px;
margin-right : 10px;

}

div.innh_bl_brodtekst > div.paragraf {
margin-left : 0px;
}


div.innh_bl_brodtekst {
clear:left;
}

.hvit_link {
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	text-decoration: none;
}


.tabelltekst {
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #29377D;
}


.tabellheading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #000000;
}

.kommentar {
	font-family: "Courier New", Courier, mono; 
	color: #009900
}





div.innholdsblokk, div.hoyre_kolonne_div > hr {
clear:both;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}

/* End hide from IE-mac */



div.sistoppd {
font-size:smaller;
}


/*
div.mtdatosortert {
background-image: url(/graaavtonet.png);
background-repeat: repeat-x;
padding-top:5px;
padding-bottom:5px;
}
*/



/*
Denne lager plunder i IE
div.hoyre_kolonne_div {
	padding : 5px 5px 5px 5px;
}
*/


div.hoyre_kolonne_div > p {
padding-left:5px;
padding-right: 10px;
}

ikke_i_bruk.menybakgrunn {
	border : 1px solid Black;
	padding : 3px 3px 3px 3px;
}
	
.sortramme {
	border : 1px solid Black;
	border-collapse : collapse;
}




div.sentrert  {
text-align: center;
}

div.sentrert table {
margin: 0 auto; 
text-align: left;
}


td.sortramme_hvit_bakgrunn {
	border : 1px solid Black;
	padding : 2px;
	background-color : white;
}



img.sortrammebilde {
	border : 1px solid Black; 
	padding : 3px;
	margin:3px;
}


img.sortrammebilde:hover {
	border : 2px solid Black; 
	padding : 2px; 
}



table.bildeboks {
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}





div.stjerne {
	font: bold 11pt Verdana, Arial, Helvetica, sans-serif;
	color: red;
}

span.litentekst, span.litentekst a a..litentekst {
	 font: 7pt Verdana, Arial, Helvetica, sans-serif;
	 white-space: nowrap;
}



textarea, input {
	background: #FFFFFF; 
	color: #000000; 
	font-family: Verdana, Arial; 
	font-size: 12px; 
	border: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding : 3px 3px 3px 3px;
	background-image: url(http://klubbinfo.no/tekstboksbakgrunn.gif);
}



textarea:hover, input:hover, textarea:active, input:active {
	background-image:none;
}



input.vsok {
width:140px;
}




input.input_tittel {
font-size: 1.7em;
width: 500px;
}


input.graa {
	background: #D3D3D3; 
	color: #000000; 
	font-family: Verdana, Arial; 
	font-size: 10px; 
	border: 1px solid #000000; 
	border-top:1px solid #fafafa; 
	border-left:1px solid #fafafa; 
	cursor:pointer;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(http://klubbinfo.no/tekstboksbakgrunn_n.gif);
	background-image:none;
}




input.graa:active {
	border-left : 1px solid Black;
	border-top : 1px solid Black;
	border-right : 1px solid White;
	border-bottom : 1px solid White;
	cursor:pointer;
}


input.graa:hover {
	background: #fafafa; 
	border-bottom : 1px solid Black; 
	border-right : 1px solid Black; 
	border-top : 1px solid Black; 
	border-left : 1px solid Black; 
	background-image:none;
}



div.ih_blokk_form_container {
margin-top:22px;
margin-right:0px;
margin-bottom:0px;
margin-left:10px;
}


option.graa {
background-color: #E2E3E5;
}

option.gul {
background-color: yellow;
}


p.obs, td.obs, table.obs, div.obs, span.obs {
	background-color:#ffffff;
	background-image:url(http://www.klubbinfo.no/silk_icons/exclamation.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color:#000000;
	border : 3px solid Red;
	padding : 5px;
	padding-left : 30px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	clear:both;
	}
	

.obs a {
	background : #ffffff;
	color:#000000;
}


.rodramme {
	border-color: Red;
	border-style: double;
}



.blaaramme {
	border-color: Blue;
	border-style: double;
}


td.gruppelistefelt {
 font-size: 10px;
}


#knappmeny {
 float:left;
 border-width:thin;
 clear:both;
 }

#knappmeny ul {
 margin:0;
 padding:0 20px;
 list-style:none;
 font-size:85%;
 text-transform:lowercase;
 }

#knappmeny li {
 float:left;
 margin:0;
 padding:0;
 background-image:none;
 line-height:normal;
 text-indent:0;
 }
 
 #knappmeny > ul > li > form > input.graa {
 margin:5px;
 }
 





/* Gi gule linker som er plassert innenfor en td litt bedre plass */
div + a.gul {
margin : auto auto 4px auto;
}

/* Linker som er direkte innenfor en div.rodramme skal ha fet tekst*/
div.rodramme > a {
font-weight: bold;
}






/* Meny ekspandering */
	/* Turn off list bullets */
	ul.mktree li {
	list-style: none; 
	} 


	ul.mktree {
	z-index:-1;	
	} 


	
	/* Control how "spaced out" the tree is */
	/* ul.mktree, ul.mktree ul , ul.mktree li {
	margin-left:12px; padding:0px;
	} */

	ul.mktree ul, ul.mktree li {
	margin:0px;
	margin-left:5px; 
	padding:1px; 
	}
	
	
	/* Sett margin-left til f eks -10 for å skyve linkene mot venstre*/
	ul.mktree {
	margin-left:-10px; padding:0px; 
	}


	/* Provide space for our own "bullet" inside the LI */
	ul.mktree li .bullet { 
	padding-left: 12px; 
	}

	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree li.liOpen .bullet { 
	cursor: pointer; 
	background: url(http://www.klubbinfo.no/minus.gif) center left no-repeat; 
	}
	
	ul.mktree li.liClosed .bullet { 
	cursor: pointer; 
	
	background: url(http://www.klubbinfo.no/plus.gif) center left no-repeat; 
	}
	
	ul.mktree li.liBullet .bullet { 
	cursor: default; 
	
	background: url(http://www.klubbinfo.no/tom_meny_bullet.gif) center left no-repeat; 
	background: none;
	}

	/* Sublists are visible or not based on class of parent LI */
	ul.mktree li.liOpen ul { 
	display: block; 
	}
	
	ul.mktree li.liClosed ul {
	display: none; 
	}

	/* Format menu items differently depending on what level of the tree they are in */
	/* Uncomment this if you want your fonts to decrease in size the deeper they are in the tree */
/*
	ul.mktree li ul li { 
	font-size: 90% 
	}
*/

	ul.mktree * li.aktiv_link a {
	font-weight: bold;
	}



	a.aktiv_link, li.liOpen > ul {
	border:none;
	font-weight: bold;
	background-color: #ffffff;
	}


	ul.mktree > li.liOpen {
	background-color: #ffffff;
	color:#000000;
	}



div.menydiv {
margin-left:10px;
}



div.breadcrumb {
font-style: italic;
}




div.menu1, div.menu1 a {
color: #000000;
}


    .menu {
    color: white;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #313031;
    padding: 5px;
}

.menu:hover {
    background-color: #5A8EC6;
}

.toolbar {
    background-color: #313031;
    padding: 5px 0px 5px 0px;
}

h3 + p {
	margin-top : 0px;
}

div.sist_endret {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}

div.sist_endret {
display: block;
clear: both;
vertical-align: bottom;
}

div.sist_endret {
margin-top: 14px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
padding:5px;
}

span.understreket, span.underline {
	text-decoration : underline;
}

.skjult {
display: none;
}


 div.popupshow {
    display:none;
    background-color:#ffffff;
    position:absolute;
    border: 1px blue solid;
}

div.popupshowtittel {
    background-color:#cccccc;
    border-bottom: 1px blue solid;
    padding : 5px;
    height: 20px;
}


div.popupshowfooter {
    background-color:#cccccc;
    border: 1px blue solid;
	margin-top:5px;
}


a.popupshowlink {
	cursor: pointer;
	text-decoration : underline;
}


a.popupshowlinkx {
	cursor: pointer; 
	clear : none;
	float : left;
	width: 20px;
}



xdiv.popupshowtittel, xdiv.popupshowinnhold {
text-align: left;
}


div.popupshowinnhold {
    padding : 5px;
    background-color:#ffffff;
    z-index: 100;
}


/*    background: url(http://www.klubbinfo.no/bullet.gif); */


span.popupshowtittel {
	font-size:larger;
	font-weight: bold;
}


div.bgthumbs {
	text-align : center;
}

img.bgthumbs, a.bgthumbs {
padding : 2px;
border : none;
border-style : none;
}

span.fotannonse {
    font-size: 10px;
}



h3 > a {
font: inherit;
}

.utd {
text-decoration : none;
border:none;
}

	

div.floatimg {
display:block;
border:1px solid #ccc;
padding:4px;
margin:10px;
background:#ffffff;
}


div.floatimg_bildetekst {
margin-top:5px;
}

div.menydiv {
padding:4px;
}



div.loginboks {
	text-align: left;
	border : 1px solid Black;
	background-color:yellow;
	padding:3px;
	clear:both;
	width:140px;
	margin:4px;
	float:right;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
	}



div.loginboks:hover {
background-color: #fafafa;
}


div.lbi {
width:auto;
}


div.klubbliste-meny {
	padding:1px;
	clear:both;
	width:140px;
	margin:auto;
}


div.innloggingslink {
padding:1px;
margin:1px;
margin-bottom:2px;
}





a.testopacitiy {
opacity:.30;
filter: alpha(opacity=30);
-moz-opacity: 0.3;

opacity: 0.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}


a.ainnl {
color:#000000;
}



a.ainnl > img {
position:relative;
top:3px;
margin-right:4px;
}


div.datoheader {
text-decoration : none;
border:none;
font-size: 12px;
margin-top: 5px;
margin-bottom: 0px;
font-style: normal;
font-variant: normal;
font-size-adjust: none;
font-stretch: normal;
text-transform: uppercase;
letter-spacing: 0.2em;
color: #000000;
}



div.kategorinavn {
margin-right:10px;
}

div.kategoridato {
margin-left:10px;
}



a.kategorilink > h3.innh_bl_mellomtittel {
margin-top: 30px;
}

a.kategorilink, a > h3.innh_bl_mellomtittel {
border:none;
}

div.innh_bl_header_kategori {
background-color:#e6e6e6;
padding-bottom:5px;
margin-top:20px;
border-top:1px solid #000;
border-bottom:none;
clear:both;
}


div.innh_bl_header_kategori > h3.innh_bl_mellomtittel {
border:none;
}


div.annonsebanner {
text-align : center;
background-color;#ffffff;
padding:5px;
margin-top: 0px;
}


div.kommentarboks {
border:1px solid #ccc;
margin-top:5px;
margin-bottom:5px;
margin-left:10px;
margin-right:10px;
}

div.kbhe {
background:#e6e6e6;
padding:5px;
}

div.kbinnh {
padding:5px;
padding-bottom:10px;
}

a.alink {
font-weight: bold;
}



td.horisontalmenytd {
border:1px solid black;
}


/*
div.horisontalmeny {
padding:1px;
padding-top:0px;
padding-bottom:0px;
}
*/

div.horisontalmeny ul {
	margin: 0;
	padding: 5px;
	padding-top:0px;
	padding-bottom:10px;
	list-style: none;
	line-height: normal;
}


div.horisontalmeny li{
	margin: 0;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div.horisontalmeny a {
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
	color: #000000;
	padding:5px;
	padding-top:7px;	
}


div.horisontalmeny a:hover {
background-color:#000000;
color: #ffffff;
}


div.horisontalmeny a, div.horisontalmeny a:hover{
display: block;
}

div.html_kode {
margin-top:20px;
}

option.undertittel {
color:#000000;
font-weight:bold;
}


div.infoboks {
overflow:auto;
}

div.innh_bl_iframe {
margin-top:10px;
margin-bottom:10px;
}

a.akl:hover {
background-color:inherit;
}

h1,h2,h3,h4 {
clear:both;
}


/*
===========================================================
Standard klubbinfo.no stilark for tabellbasert design
===========================================================
*/

/* 
Siden ligger i table.hovedtabell, som er delt opp i:
Øverst: td.toppbjelkevenstre, td.toppbjelkemidt, td.toppbjelkehoyre
Venstre: td.meny
Høyre: td.hoyrekolonne og td.footer
*/



body {

}


table.hovedtabell {
	width: 900px;
	max-width: 900px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 500px;
	background-color:#ffffff;
}


td.toppbjelkevenstre {
	border : none;
}


td.toppbjelkemidt, div.tbmiehack {
	border : none;
	width: 580px;
	max-width: 590px;
}


td.toppbjelkehoyre {
	border : none;
	width:150px;
	max-width: 150px;
	vertical-align: top;
	text-align: right;
}



div.tbhdiv {
float:right;
display:block;
clear:left;
vertical-align:top;
border:none;
width:152px;
margin-left:auto;
}




td.meny {
	width: 160px;
	max-width: 165px;
}


div.divrundtmeny {
	height:100%;
}


td.meny, td.hoyrekolonne {
border:none;
text-align: left;
}



td.footer {
border:none;
}





table.venstre_meny_tabell {
	width: 160px;
	max-width: 160px;
	padding: 5px;
}







/* Headere 
--------------------------------------------------------------- */
h1, h2, h3, h4 { 
	margin-left: 10px;
	margin-top: 5px;
	clear : both;
}


h1.klubbnavn {
	font: bold 28px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 0px;
}


.klubb_underheading{
position: relative;
top: -18px;
}


div.klubb_heading {
vertical-align: middle;
}


h1 { 
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}

h1.sidetittel { 
position:relative;
top: 1px;
}


h2 {
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : 5px;
	border-bottom : thin inset;
}


h3 { 
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : 5px;
	border-bottom : thin inset;
	margin-top : 10px;
}


h4 { 
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : 5px;
}





td.footer {
vertical-align: bottom;
}


img.klubb-logo {
margin:3px;
}

p.ll {
padding-left:17px;
}


/*
===========================================================
Egendefinerte farger: /strik/ 
===========================================================
*/



/*
===========================================================
Forhåndsdefinert stilark er valgt: Helsinki 
===========================================================
*/

body {
background-color: #112233;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
text-align: center;
font-family: Trebuchet MS,Verdana,Arial,Sans-serif;
}

.hovedtabell{
margin: 0 auto;
}

h1, h2, h3, h4 {
font-family: 'Trebuchet MS',Verdana,Arial,Sans-serif;
}

h1.klubbnavn, .klubb_underheading, td.toppbjelkehoyre, div.menu1 {
color: #ffffff;
}



td.toppbjelkemidt, td.toppbjelkevenstre, td.toppbjelkehoyre, div.meny_overskrift, div.menu1, caption.calendar-month  {
background-color: #335577;
}


td.meny, a.aktiv_link, .toolbar {
background-color: #558866;
background-color: #C7C759;
}



td.hoyrekolonne, td.footer {
background-color: #eeeecc;
}

td.meny a {
color: #000000;
}


td.meny a.gul, td.meny a.gulknapp_pil_opp {
color: #000000;
}



td.meny a:hover {
background-color: #eeeecc;
color: #000000;
}

td.meny a.gul:hover, td.meny a.gulknapp_pil_opp:hover {
background-color: Yellow;
}



a.aktiv_link, li.aktiv_link {
border:none;
font-weight: bold;
background-color: #eeeecc;
color: #000000;
}



table.loginboks {
border:none;
}

ul.mktree ul, ul.mktree li {
padding-top: 3px;
}


ul.mktree li:hover {
background-color: #eeeecc;
}


div.menu1 a:hover {
color: #000000;
}


div.meny_overskrift {
border:none;
}

td.horisontalmenytd {
border:none;
background-color: #335577;
border-bottom:1px solid #F5E39E;
border-top:1px solid #F5E39E;
}

div.aktivmenylinje, ul.mktree li.aktivmenylinje {
background-color: #eeeecc;
}

div.innh_bl_header_kategori {
background-color: #eeeecc;
background: url(/bilder_delt/helsinki/bg_lav.gif) repeat-x;
}

li.liOpen > ul, td.kalenderramme {
background-color: #eeeecc;
}


div.horisontalmeny a:hover{
background-color: #335577;
color: #ffffff;
}





/*
===========================================================
Det er ikke opprettet egendefinerte stiler for: /strik/
===========================================================
*/




