/*-----------------------------*/
/*BREDDE OG PRINT SETUP*/
/*-----------------------------*/
@media print {
	#lefttop,#righttop,#leftnav,#footer {
		display:none;
		}
	#content{
		width:100%;
		}
	}
	
@media screen {
	#maintable{
		background-color:#FFFFFF;
		width:750px;
		height:100%;
	}
	#lefttop{
		vertical-align:bottom;
		height:163px;
		width:221px;
		background-image:url(images/logo.gif);
		background-repeat:no-repeat;
	}
	#righttop{
		vertical-align:bottom; 
		height:163px;
		width:530px;	
		background-image:url(images/topp2.jpg);
		background-repeat:no-repeat;
	}
	#leftnav{
		vertical-align:top;
		padding-top:53px;
		background-image:url(images/stiplet_vertikal.gif);
		background-repeat:repeat-y;
	}
	#content{
		vertical-align:top;
		padding-top:50px;
		padding-left:23px; 
		padding-right:40px;
		padding-bottom:20px;
	}
	#footer{
		vertical-align:bottom;
		padding-left:20px; 
		padding-bottom:20px;
		height:140px;	
		background-image:url(images/bottom.gif);
		background-repeat:no-repeat;
	}
}
	
/*-----------------------------*/
/*SIDE SETUP*/
/*-----------------------------*/	
body {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	background-color: #eeeeee;
}
a, td, select, textarea, input {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a {
	color:#996600;
	text-decoration:none;
}
a:hover {
	color:#996600;
	text-decoration: underline;
}
h1{
    font:18px Arial, Helvetica, sans-serif;
	color:#004FA3;
}
h2{
    font:12px Verdana, Arial, Helvetica, sans-serif bold;
	color:#004FA3;	
}
.activemenulink:visited {
	color: #996600;
}
.activemenulink:hover {
	color: #996600;
}
.menulink:link {
	color: #333333;
}
.menulink:visited {
	color: #333333;
}
.menulink:hover {
	color: #996600;
}
.whitetoptext{
	color:#FFFFFF;
	padding-left:23px;
	padding-bottom:6px;
}
.bluetext{
	padding-right:0px; 
	float:right;
	color:#004FA3;
	font-size:20px;
	letter-spacing:inherit;
}
.browntext{
	color:#996600;
}
.reference {
	padding-right:20px;
	padding-top:45px; 
	float:right;
	text-align:right;
}
.reftext{
	font-size:10px;
	color:#000000;
}


/*-----------------------------*/
/*IKKE I BRUK*/
/*-----------------------------*/
/*
.reference:hover{
	padding-right:20px;	
	float:right;
	display:inline;
	text-align:right;
}
.address {
}
.address:hover{
}
.ingress{
	font-weight:bold;
}
.hr{
	border-style:none;
	color:#666666;
}
/*



/* tester ut alternativ meny START 
#navlist
{
list-style-type:circle;
padding-left: 0;
margin-left: 0;
width: 210px;
}

#navlist li
{
list-style-type:circle;
margin: 0;
padding: 0.25em;
background: url(images/stiplet_h.gif) x-repeat;
vertical-align:middle;
}
#navcontainer active
{
color:#0033FF;
}
/* tester ut alternativ meny STOPP */
