﻿html, body {

	/*standard body tag */
    margin: 0 auto;
    text-align: center;
    background-color: #f4f4f4;
    height: 100%

}

div#content {

	/*inneholder boksen som flyter over senter av skjerm */

    width: 955px; /*standard for 1024x768*/
	margin: 0px auto;
	text-align: left;
	background-color: white;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
    height: 100%;
    min-height: 100%;
    height: auto;

}

div#text {

    position: relative;
    top: 0px;
    left: 0px;
   	float: left;
	width: 745px;
	margin-top: 7px;
}

div#logo {

	/*denne holder av plass til windsor logoen og bilde */
   	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
    display: block;
}

div#flash {

	/*flashbox, banner box*/
   	width: 955px;
	height: 270px;
    /*	display: block;*/

}

div#hovedmeny
{
	position: relative;
	float: left;
	width: 200px;
	height: 300px;
	margin-left: 0px;
	margin-top: 15px;
}

div#footer
{
  position: absolute;
  float: left:
  width: 955px;
  height: 20px;
  background-color: green;
  bottom: 0px;

}


p
{
	font-family: Verdana;
	font-size: 8pt;
}


img
{
	border: 0px;
}

p.hurtiglink
{
  display:inline;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  margin-left: 3px;
}


p.30innrykk
{
	margin-left: 30px;

}

p.hovedmeny_tekst
{
	font-size: 8pt;
	color: black;
	font-family: verdana;
}

p.mellomtittel
{
	font-size: 12pt;
	color: #b8b8b8;
	font-weight: bolder;
	margin-left: 20px;
}

p.tittel 
{	
	font-size: 12pt;
	font-weight: bold;
	color: #b8b8b8;
}

ul.hovedmenyen
{
	font-family: verdana;
	font-size: 8pt;
}

a
{
	color: black;
}

li
{
    font-family: verdana;
    font-size: 8pt;
}


ul.hovedmenyen li
{
	margin: 3px;

	padding-left: 25px;
	list-style-type: none;

	background: url('../img/pil.jpg')
	left 0.1em no-repeat;

	background-position: 0.0em;
}

ul.hovedmenyen li a
{
	text-decoration: none;
}

a
{
  text-decoration: underline;
  font-family: verdana;
  font-size: 8pt;
}

a:hover{

    font-weight: bold;
    text-decoration: underline;
}


a.hovedmeny:hover
{
  color: red;
  font-weight: bold;
}

td.hurtigelement_ut
{
    background-color: white;
}

td.hurtigelement_over
{
  background-color: #8b8b8b;
}

