@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin:0px;
	background-image:url(img/bgmain.jpg);
	background-repeat:no-repeat;
	font-family: verdana, tahoma;
	font-size: 13px;
}
#logo {
	height: 66px;
	width: 800px;
	margin: 0 auto;
}
.logolinje {
	height: 29px;
	width: 800px;
	margin: 0 auto;
	clear:both;
	background-image:url(img/backgrad.png);
}
#fot {
	/*border-top: 1px solid #999999;*/
/*	background-color:#666666;*/
	color:#CCCCCC;
	text-align:center;
	width:800px;
	padding-top:10px;
	margin: 0 auto;
	font-size:80%;
	clear:both;/*	float:left;*/
}
#fot a {
	color:#CCCCCC;
}

#fot a:hover {
	color:#3E5E98;
}


/*#outermiddel {
	margin-left:-400px;
	width: 100%;
	left: 50%;
}*/

img {
	border:none;
}
#midmid {
	width:590px;
	float:left;
	margin-top:0;
	margin-left:0;
	height:100%;
}
#meny {
	width:200px;
	float:left;
	background-image:url(img/menybg.png);
	background-repeat:repeat-y;
	height:400px;
	background-color:#FFFFFF;
}
.menytekst {
	font-weight:bold;
	text-align:left;
	padding-left:30px;
	padding-top:20px;
}
.menytekst2 {
	text-align:left;
	padding-left:30px;
}
#menytekstdyn {
	font-weight:400;
	text-align:left;
	padding-left:30px;
	padding-top:20px;
	font-size: 100%;
}

.skille {
	width:10px;
		height:200px;
	float:left
}

#mid {
	width: 800px;
	height:100%;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
}
h1 {
	font-weight: bold;
	font-size: 120%;
	color: #000000;
	/*border-bottom: 1px dashed #999999;*/
	padding-bottom:10px;
	margin-left:0px;
	width: 100%;
}
h2 {
	font-size: 110%;
}

a {
	color: #3e5e98;
	text-decoration: none;
}
a.menylink {
	display:block;
	width:100%;
}
a.menytekst {
	color: #000000;
}

a:visited {
	color: #3e5e98;
}
a:hover, a:active {
	text-decoration: underline;
}

.feil {
	background-color:#FFCCCC;
}
.odd {
	background-image:url(img/odd.png);
	background-repeat:repeat-x;
	height:17px;
	overflow:hidden;
}
.even {
	background-image:url(img/even.png);
	background-repeat:repeat-x;
	height:17px;
	overflow:hidden;
}
.venstre {
	float:left;
	width:90%;
}
.storreform {
	font-size:16px;
	font-weight:bold;
}
.even:hover .fagmeny {
	visibility:visible;
}
.odd:hover .fagmeny {
	visibility:visible;
}

.even:hover .venstre {
	font-weight:bold;
}
.odd:hover .venstre {
	font-weight:bold;
}

.fagmeny {
	float:right;
	width:10%;
	visibility:hidden;
	text-align:right;
}
.feil {
	color: #FF0000;
}

ul {
	list-style-type: square;
}
input {
/*font-family: georgia, serif;
	font-size: 130%;*/
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	background-color:#FFFFFF;
	height:300px;
}

