/* CSS Document */
body{font-family: verdana, arial, sans-serif;  margin: 0; color: white; background: black;}

/*linker*/
a{color:black;}
a:hover{color:#666666;}
#goback a{text-decoration: none;}
#meny a{display: block; float: left; text-align:center; width: 25%; padding:1em 0;text-decoration: none; color: white;}
#meny a:hover{text-decoration: none; color: white; border-bottom: 10px solid White;}

/*tekst*/
h1{font-weight:normal; font-size: 1.7em;}
h2{font-weight:normal; font-size: 1.5em;}
h3{font-weight:normal; font-size: 1.3em; clear:both;}
#goback {position:absolute; top:0px; left:20px;}	
.hidden{height:0;}

/*bilde*/
img{border:none;}


/*div*/
#bakgrunn{position:fixed; top:0; left:0; width: 100%; z-index: 0;}
#bakgrunn img{width:100%;}
#goback{position:fixed;}
#forgrunn{position: absolute; top:0; left:0; width: 100%; z-index: 1;}
#logo{position:fixed; top:0; width:100%; height:110px; background: url(saarilogo.png) top center no-repeat;}
#niseksti{margin:10px auto; width: 960px; padding: 110px 0 0 0; height: 3em;}
#meny{width: 400px; margin:0 0 0 560px; display: inline; position:fixed;}
#block{width:100%; height:800px;}
.top{width: 480px; padding:7px 0 0 0; margin:110px 0 400px 0; background: transparent url(roundtop480.png) top center no-repeat;}
.bottom{width: 480px; padding: 0 0 7px 0;  background: transparent url(roundbottom480.png) bottom center no-repeat;}
.tekst{background: white; color:black; width: 400px; padding:23px 40px 33px 40px;margin:0;  font-size: 80%; }
.left{float:left; width:45%;}
.right{float:right;width:45%;}
.clearfix{height:0; clear:both;}
#lyd{position: fixed; bottom:20px; right:20px; z-index: 3;}
#legal{position: fixed; bottom:2px; right:20px; z-index: 3; font-size: 70%; color: #cccccc;}
#legal a{color: #cccccc; text-decoration: none;}
#legal a:hover{color: white; text-decoration: underline;}

---------------


/*skjema*/
#kontaktskjema{	width: 400px;	padding: 0;	margin: 30px 0 30px 0;	color: black;}
#kontaktskjema input{	font-family : courier;	font-size : 1em;	margin : 0.5em 0;	padding: 5px;	color: black;	background: #dddddd;	width: 380px;	border:none;}
#kontaktskjema textarea {font-family : courier;	font-size : 1em;	margin : 0.5em 0;	padding: 5px;	color: black;	background: #dddddd;	width: 380px;	border:none;	height : 10em;}
.Tom{	display: none;}
#kontaktskjema input.submit-button {	width: 390px;	padding: 5px;	margin : 0.5em 0;	border: none;	color: black;	background: #dddddd;	font-size : 1em;	font-family : verdana, helvetica, sans-serif;}
#kontaktskjema input.submit-button:hover {	color : white;	background : black;}

