/* -------------- Cascading Style Sheet --------------
   Author: Marius Jørgenrud <marius@dataforeningen.no>
   Last changed: Mon 12 Feb 2001
   Media: Screen
   ---------------------------------------------------
*/


body		{
		background:		#ffffff;
		color:			#000000;
		margin-top:		9px;
		}

a:link		{
		text-decoration:	underline;
		color:			#3a72ad;
		background-color:	transparent;
		}

a:visited	{
		text-decoration:	underline;
		color:			#723aad;
		background-color:	transparent;
		}

a:active	{
		text-decoration:	underline;
		color:			#003399;
		background-color:	transparent;
		}

a:hover		{
		text-decoration:	none;
		color:			#3a72ad;
		background-color:	#EEEEEE;
		}

h1		{
		font-family:		arial, helvetica, sans-serif;
		font-size:		20px;
		}

h2		{
		font-family:		arial, helvetica, sans-serif;
		font-size:		16px;
		}

h3		{
		font-family:		arial, helvetica, sans-serif;
		font-size:		14px;
		}

body,td		{
		font-family:		arial, helvetica, sans-serif;
		font-size:		12px;
		}


hr              {
                height:                 1px;
                color:                  #c0c0c0;
                margin-top:             0px;
                margin-bottom:          0px;
                }

td, th		{
                vertical-align:         top;
		}

div#hosttreff	{
		background-image: url(/grafikk/hosttreff.gif);
		background-repeat: repeat;
		}

.dynmenu	{
		font-size:		12px;
		color:			#000000;
		background-color:	#eeeeee;
		}

.red		{
		color:			#ff0000;
		background-color:	#transparent;
		}

.lgrey		{
		font-size:		11px;
		color:			#aaaaaa;
		background-color:	#transparent;
		}

.lgrey a:link, .lgrey a:visited, .lgrey a:active, .lgrey a:hover
		{
		text-decoration: none;
		color: #888888;
		background-color: transparent;
		}

.toplink	{
		font-size:		11px;
		color:			#ffffff;
		background:		#c9c7d9;
                background-image: url(/gfx/bottomright.gif);
                background-repeat: no-repeat;
		}

.toplink a:link, .toplink a:visited, .toplink a:active, .toplink a:hover
		{
		text-decoration: none;
		color: #ffffff;
		background-color: transparent;
		}

input		{
		color:			#000000;
		font-family:		verdana, arial, helvetica, sans-serif;
		text-decoration:	none;
		background-color:	#e6e6e6;
		}

textarea	{
		color:			#000000;
		font-family:		verdana, arial, helvetica, sans-serif;
		text-decoration:	none;
		background-color:	#e6e6e6;
		}

address		{
		font-style:		normal;
		}

select		{
		color:			#000000;
/*		font-weight:		bold;*/
		font-family:		verdana, arial, helvetica, sans-serif;
		text-decoration:	none;
		background-color:	#e6e6e6;
		}

ol.loweralpha	{
		list-style-type:	lower-alpha;
		}

ul.square	{
		list-style:		square;
		}

.byline		{
		font-size:		0.7em;
		}

.listtable	{
		font-size:		0.7em;
		}

.relaterte	{
		font-size:		0.7em;
		}

.headermenu	{
		font-family:		verdana, arial, helvetica, sans-serif;
		font-size:		0.7em;
		font-weight:		bold;
		color:			#666666;
		background-color:	transparent;
		}

.headermenulinks {
		font-family:		verdana, arial, helvetica, sans-serif;
		font-size:		0.7em;
		font-weight:		bold;
		}

.columnheader	{
		font-family:		verdana, arial, helvetica, sans-serif;
		font-size:		0.7em;
		font-weight:		bold;
		color:			#000000;
		background-color:	#ffcc00;
		}

.columnheader2	{
		font-family:		verdana, arial, helvetica, sans-serif;
		font-size:		0.7em;
		font-weight:		bold;
		color:			#000000;
		background-color:	#cdcbde;
		}

.columnheaderadmin	{
			font-family:		verdana, arial, helvetica, sans-serif;
			font-size:		0.7em;
			font-weight:		bold;
			color:			#000000;
			background-color:	#ccff00;
			}

.monospaced	{
		font-family:	courier, monospace;
		}

.tableheader01	{
		color:			#ffffff;
		background-color:	#3a72ad;
/*		font-size:		0.65em; */
		}


.cell01		{
		color:			#000000;
		background-color:	transparent;
		}

.cell02		{
		color:			#000000;
		background-color:	#eeeeee;
		}

.kontakt	{
		font-style:		italic;
		text-align:		center;
		}

.highlight	{
		background-color:	#ffffcc;
		color:			#000000;
		}

td.highlight	{
		background-color:	#ffffcc;
		color:			#000000;
		}

.small		{
		font-size:		0.8em;
		}

.bgdark		{
		background-color: #81667a;
		}

.grey		{
		background-color: #eeeeee;
		}


.name		{
		font-family:		times, serif;
		color:			#333333;
		background-color:	transparent;
		font-weight:            600;
		font-size:		14px;
		}

div.pamelding	{
/*		background-color: #eeeeee; */
		margin: 1em;
		padding: 4px;
		}

input.pamelding	{
		color:			#000000;
		background-color:	#f6f6f6;
		}

textarea.pamelding	{
			color:			#000000;
			background-color:	#f6f6f6;
			}

div.notis {
        border: 1px dashed #660;
        color: #600;
        background: #fee;
        margin: 4px;
        padding: 6px;
}

.notis2 {
        border: 1px dashed #000;
        color: #000;
        background: #f5d5c5;
        margin: 4px;
        padding: 6px;
}

.program {
        border-left: 1px solid #ccc;
        border-bottom: 1px dashed #ccc;
        margin: 4px;
        padding: 6px;
}

div.fokus01 {
        border: 1px dashed #660;
        color: #000;
        background: #d0dfe6;
        margin: 4px;
        padding: 6px;
}

div.fokus02 {
        border: 1px dashed #660;
        color: #000;
        background: #fbfaed;
        margin: 4px;
        padding: 6px;
}

.path		{
/*		font-size:		0.75em; */
		color:			#999999;
		background-color:	transparent;
		}

th.activemenu	{
                background-image:	url(/grafikk/flipp.gif);
                background-repeat:	no-repeat;
		background-position:	0% 0%;
		color:                  #000;
		background-color:       #eeebe4;
		font-family:		arial, helvetica, sans-serif;
		font-size:              0.8em;
		text-align:             left;
		font-weight:            bold;
		vertical-align:		top;
		border-bottom:		1px solid #ccc;
		padding-left:		6px;
                }

td.activemenu	{
                background-image:	url(/grafikk/flipp.gif);
                background-repeat:	no-repeat;
		background-position:	0% 0%;
		color:                  #000;
		background-color:       #eeebe4;
		font-family:		arial, helvetica, sans-serif;
		font-size:              0.8em;
		text-align:             center;
		font-weight:            bold;
		vertical-align:		top;
                }

td.passivemenu	{
                background-image: url(/grafikk/flipp.gif);
                background-repeat: no-repeat;
		background-position:	0% 0%;
		color:                  #000;
		background-color:       #dadacc;
		font-family:		arial, helvetica, sans-serif;
		font-size:              0.8em;
		text-align:             center;
		font-weight:            normal;
		vertical-align:		top;
                }

td.activearea	{
		color:                  #000;
		background-color:       #eeebe4;
		padding:		1em;
		vertical-align:		top;
		}

td.swheader1	{
		color:                  #000;
		background-color:       #eeebe4;
		font-family:		arial, helvetica, sans-serif;
		font-size:              0.8em;
		text-align:             left;
		font-weight:            bold;
		vertical-align:		top;
		border-bottom:		1px solid #ccc;
                }

td.swheader2	{
		color:                  #000;
		background-color:       #dedbd5;
		font-family:		arial, helvetica, sans-serif;
		font-size:              0.8em;
		text-align:             left;
		font-weight:            bold;
		vertical-align:		top;
		border-bottom:		1px solid #ccc;
                }

td.swcell1	{
		color:                  #000;
		background-color:       #dedbd5;
                }

td.swcell2	{
		color:                  #000;
		background-color:       #dedbd5;
                }

td.swtype	{
		color:                  #000;
		background-color:       #adbbbd;
		text-align:		center;
                }

/* -------------- Cascading Style Sheet --------------
*/
