@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(bilder/proveutklipp.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}

#topp {
	width: 700px;
	background-color: #FFF;
}

#omslag {
	width: 700px;
	margin-left: 2em;
	margin-top: 2em;
	background-color:#FFF;
}

#meny {
	background-color: #004890;
	color: #FFF;
	padding: 0.5em;
}

#innhold {
	padding: 0.5em;
	background-color: #FFF;
	margin: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #004890;
	border-left-color: #004890;
	text-align: left;
}

#inforute {
	background-color: #99BFE4;
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}

#bunn1 {
	background-color: #004890;
	color: #FFF;
	padding: 0.5em;
	text-align:center;
}

#meny a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#meny a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#meny a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#meny a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#innhold a:link {
	color: #0000FF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#innhold a:visited {
	text-decoration: none;
	color: #0000FF;
}
#innhold a:hover {
	text-decoration: underline;
	color: #0000FF;
}
#innhold a:active {
	text-decoration: none;
	color: #0000FF;
}
#bunn1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#bunn1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#bunn1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#bunn1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#kontaktskjema {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #F6F900;
	width: 600px;
}
table {
	border-collapse:collapse;
	background-color: #FFF;
	border: thin solid #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: text-top;
}
th, td {
	border: black solid thin;
	padding: 0.4em;
	text-align: left;
	vertical-align: top;
}

img {
	float:left;
	clear: both;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
