/* CSS Document */
html {
  height:101%;
  }

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:small;
  margin:0;
  background-image:url(img/grad.gif);
  background-repeat:repeat-x;
  background-position:top;
  }
  
h2, h3, h4 {font-family: Arial, Helvetica, sans-serif;}
h3 {font-size:150%; padding-top:10px;}
  
#container {
  margin:0 auto;
  width:860px;
  height:480px;
  }
  
#topp {
  height:120px;
  }
  
#innhold {
  float:right;
  width:720px;
  height:360px;
  line-height:12pt;
  }
  
.h a {
  color:#990000;
  }
  
.h a:hover {
  color:#000000;
  }
  
.v {
	float:left;
	height:340px;
	width:240px;
	margin-top:20px;
  }
  
.h {
  margin-top:30px;
  float:right;
  width:440px;
  height:300px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  overflow:auto;
  }
  
.front {
  padding-top:50px;
  float:right;
  width:440px;
  }
  
.front a {
  color:#000000;
  text-decoration:none;
  }

.front a:visited {
  color:#000000;
  }
  
.front a:hover {
  color:#CC0000;
  }
  
.stor {
  font-size:16pt;
  font-weight:bold;
  color:#CC0000;
  }
  
/* Priser */

#priser {
  font-size:smaller;
  border-collapse:collapse;
  border:1px solid #CCCCCC;
  margin-bottom:8px;
  width:660px;
  }
  
#priser th {
  text-align:left;
  padding:3px;
  border:1px solid #CCCCCC;
  }
  
#priser td {
  padding:3px;
  border:1px solid #CCCCCC;
  }
  
#pris td{
  text-align:right;
  }
  
/* Meny */
  
#vmarg {
  float:left;
  width:120px;
  margin-top:40px;
  }
  
#vmarg a {
  display:block;
  width:130px;
  padding:4px;
  font-size:smaller;
  font-weight:bold;
  text-decoration:none;
  color:#000000;
  margin-top:4px;
  }
  
#vmarg a:hover {
  color:#993333;
  }
  

/*Fot*/

#overfot {
  background-color:#AD9C76;
  height:20px;
  border-bottom:4px solid #FFFFFF;
  }
  
#fot {
  padding:5px;
  color:#999999;
  background-color:#FFFFFF;
  text-align:right;
  font-size:smaller;
  height:45px;
  text-align:right;
  }
  
#fot a {
  font-weight:bold;
  color:#000000;
  }
  
#fot a:visited {
  color:#000000;
  }

.mindre {
  font-size:smaller;
  }
  
#port a {
  color:#990000;
  }
  
#port a:visited {
  color:#990000;
  }
  
#post a:hover {
  color:#000000;
  }