/* //frs, 27.04.2008 */




/* Standard størrelser */
body
{
	font-size: 12px;
	font-family: Arial, Verdana;

	margin: 2px 0px 0px 0px;

	background: #f8fcfd; /*url('./images/sidebar.png') repeat-x;*/
}


h1
{
	font-size: 3em;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


h2
{
	font-size: 2em;
	margin: 10px 0px 0px 0px;
}

h3
{
	font-size: 1.3em;
	margin: 10px 0px 0px 0px;
}


div
{
	border: solid 0px red;
	font-size: 1em;
}

a
{
	color: blue;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
	background-color: #E0FFFF;
}


div.innhold-content img
{
	margin: 3px 3px 3px 3px;
}

p
{
}
/* Slutt standard størrelser */




/* Tabeller */
div.table table
{
	width: 100%;
	border-spacing: 0px;
}

div.table tr
{
	vertical-align: top;
}

div.table th
{
	background: black;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 3px 3px 3px 3px;
	border-left: white solid 1px;
}
/* Slutt tabeller */




/* Div tagger */
div.center
{
	text-align: center;
}

div.horisontal-skille
{
}

div.vertikal-skille
{
	width: 100%;
	height: 3px;

	background-color: black;

	display: block;
	clear: both;

	margin: 5px 0px 5px 0px;
}
/* Slutt Div tagger */




/* Form */
label
{
	display: block;

	font-weight: bold;

	margin-top: 20px;
}

input.half
{
	width: 10em;
}

input.full
{
	width: 20em; 
}

input.button
{
	width: 6em;
}

textarea.half
{
	width: 10em;
}

textarea.full
{
	width: 20em;
}

div.form_must
{
	font-weight: bold;
	font-size: 1.3em;
	margin-left: 5px;
	display: inline;
	color: red;

	vertical-align: top;
}

form td label
{
	margin: 0px 0px 0px 0px;
}

form td
{
}
/* Slutt Form */




/* Hele siden */
div.side-container
{
	width: 980px;
	margin: 10px 10px 0px 40px;
	background: white url('./images/background1.png') repeat-y;
}
/* Slutt hele siden */




/* Toppen */
div.top
{
	margin: 0px 7px 0px 11px;
	padding: 0px 0px 0px 0px;

	clear: both;

	border-bottom: solid 1px black;

	/*width: 100%;*/
	height: 140px;
	/*background: #87CEFA;*/
	background-image: url(/mal/default/images/topp_forslag.jpg);
	background-repeat: no-repeat;
	background-position: center ;

	padding-right: 10px;
}

div.top h1
{
	color: black;
	display: inline;
	width: 440px;
	margin: 0px 0px 0px 150px;
	padding: 0px 0px 0px 0px;
}

div.logo
{
	/*display: inline;*/
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 140px;

	/*border: solid white 1px;*/
}


div.logo img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

/* Slutt toppen */




/* Innholdet */
div.innhold-container
{
	clear: both;

	margin: 0px 10px 10px 10px;
	padding: 0px 0px 5px 0px;
	
	background-color: transparent;
}


div.innhold
{
	/*margin: 0px 3px 0px 3px;*/
	margin: 0px 0px 0px 0px;
	/*padding: 5px 5px 5px 5px;*/
	padding: 5px 5px 5px 5px;
	/*width: 634px;*/
	width: 640px;
	float: left;
	border-left: #d2e1e4 solid 1px;
	border-right: #d2e1e4 solid 1px;
	border-bottom: #d2e1e4 solid 1px;
	background-color: transparent;

	font-size: 1.2em;

	min-height: 22em;
	height: auto;
}

div.innhold p
{
	font-size: 0.9em;
}

* html div.innhold
{
	height: 22em;
}


div.innhold-content
{
	font-size: 0.9em;
	background-color: transparent;
	
}


div.innhold-content h2
{
	font-size: 1.6em;
}


div.tilbake
{
	margin: 25px 0px 0px 0px;
	text-align: center;
	clear: both;
}
/* Slutt innholdet */




/* Meny */
div.meny
{
	width: 150px;
	float: left;
	background: white url('./images/sidebar_gradert.png') repeat-x;
	margin: 0px 0px 5px 2px;
	padding: 0px 0px 0px 0px;

}


div.meny h2, div.meny a
{
	color: maroon;
}


div.meny h2, div.nyheter h2
{
	padding-left: 3px;
	

	border-bottom: black solid 1px;
}


div.meny ul
{
	list-style-type: square;
	color: white;

	padding-left: 17px;
	margin: 15px 0px 0px 0px;
}

div.meny ul ul
{
	list-style-type: circle;
	color: white;

	padding-left: 11px;
	margin: 2px 0px 0px 0px;

	/*border: white solid 1px;*/
}

div.meny li.overskrift
{
	font-weight: bold;
	font-size: 1.5em;

	margin: 10px 0px 0px -30px;
	padding: 0px 0px 0px 0px;

	border-bottom: solid black 1px;

	list-style: none;
}


div.meny div.nav
{
	color: black;
	text-align: center;
	

}
/* Slutt Meny */




div.nyheter
{
	/*width: 150px;*/
	width: 153px;
	float: right;
	background: white url('./images/sidebar_gradert.png') repeat-x;
	/*margin: 0px 0px 5px 0px;*/
	margin: 0px 0px 0px 0px;
	/*padding: 0px 0px 0px 3px;*/
	padding: 0px 0px 0px 0px;
}


div.nyheter h2,div.nyheter a
{
	color: maroon;
}


div.nyheter ul
{
	list-style-type: square;
	color: blue;

	padding-left: 17px;
	margin: 15px 0px 0px 0px;
}

div.nyheter div.nyheter-dato
{
	font-size: 0.8em;

}

td.ingress-nyhet
{ 
        font-weight: bold;
        padding: 13px 0px 13px 0px;
}


td.av-nyhet               
{
        padding: 13px 0px 13px 0px;
}
/* Slutt Nyheter */




/* Tipsenvenn */
div.tipsenvenn
{
	
}
/* Slutt tipsenvenn */




/* Bunnen */
div.bunn-container
{
	clear: both;

	width: 960px;

	margin: 10px 10px 10px 10px;
	padding: 5px 0px 5px 0px;
}


div.bunn-venstre
{
	width: 150px;
	float: left;
	display: inline;

	text-align: center;
}


div.bunn-midten
{
	text-align: center;
	margin: 0px 160px 0px 160px;
	
}


div.bunn-hoyre
{
	width: 150px;
	float: right;
	
	text-align: center; 
}

div.bunn
{
	clear: both;

	width: 962px;
	margin: 2px 40px 0px 10px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	background: white url('./images/sidebar_gradert1.png') repeat-x;
	border-top: solid 1px #B0C4DE;
	
	font-size: 0.9em;
}
/* Slutt bunnen */

