/* CSS Document */
body  /* Her settes standard skrift, farger, størrelse, bredde og margin. */
{
   	font-family: Verdana, Arial, helvetica, sans-serif;
   	color: #000000;
   	font-size: 14px;
   	margin: 0;
}
a {
	color: #0000FF; /*#0B3560*/
	text-decoration: underline;
	font-size: 14px;
}
a:hover {
    color: green;
	text-decoration: none;
}
h1 {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
h2 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
h3 {
	color: black;
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 0;
}
td {
	font-size: 14px;
}
ul, li {
	padding: 0;
}
ul {
	margin-left: 15px;
}
li {
	margin: 0;
}	
li a, strong, font {
	font-size: 14px;
}
p {
	margin-top: 0;
}

#logo {
	width: 100%;
	height: 55px;
	background-color: #C10707;
	color: white;
	text-align: center;
	padding: 15px 0 10px 0;
	font-size: 40px;
}
#logo img {
	vertical-align: top;
	margin-right: 20px;
}
#logo h4 {
	margin: 0;
	margin-top: -10px;
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
}
#logo h5 {
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}
#logo h6 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

#content {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 750px;
	overflow: auto;
}

#meny {
	float: left;
	width: 150px;
	height: auto;
	padding: 15px 10px 15px 10px;
}
#meny ul {
	margin-left: 5px;
	list-style-type: none;
	padding: 0;
}
#meny li {
	margin: 10px 0 10px 0;
}
#meny a {
	color: #000066;
	text-decoration: none;
	font-size: 12px;
}
#meny a:hover {
	text-decoration: underline;
}
.ytter li {
	font-weight: bold;
}
.menytittel {
	margin-top: 10px;
}
#menykont {
	margin-left: 5px;
	font-size: 12px;
	color: #000066;
}
#menykont a {
	text-decoration: underline;
}
#menykont a:hover {
	text-decoration: none;
}
#status {
	width: 134px;
	margin: -9px;
	margin-top: 30px;
	padding: 8px;
	border: dotted;
	border-color: #000000;
	border-width: thick;
}
#status h1 {
	margin-bottom: 5px;
}
.antall {
	font-weight: bold;
}

#hoved {
	width: auto;
	height: 96%;
	padding: 15px 10px 15px 10px;
	margin-left: 170px;
}

.txtfeltlang {
	width: 500px;
}
.txtfeltlang2 {
	width: 420px;
}
.filefeltlang {
	width: 500px;
}
.txtbokslang {
	width: 500px;
	height: 200px;
}
.txtbokskort {
	width: 500px;
	height: 100px;
}
.txtboksside {
	width: 800px;
	height: 400px;
}
.hrkort {
	width: 500px;
	text-align: left;
}
.sbilde {
	vertical-align: middle;
}
.sbilde2 {
	float: right;
}
.bilder {
	padding: 5px;
}
.bildelink {
	border-style: none;
}
#artikler {
	margin-top: 0;
	margin-left: 0;
}
#artikler li {
	list-style-type: none;
}
.melding {
	color: #FF0000;
	width: 300px;
}
.contactHead {
	width: 300px;
}
.reflist {
	margin-left: 20px;
	margin-top: 0;
}

#copy {
	width: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 100px;
}

#bunn {
	width: 100%;
	height: 15px;
	background-color: #000066;
}