body {
	margin: 10px 0 0 0; padding: 0px;
	background-color: #eee;
	background-image: url(../gfx/bakgrunn.jpg);
	background-size: 100%;
  background-attachment: fixed;
}
td, p, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
h1, h2 {font-size:20px;}
h3 {font-size:15px; margin: 0px;}
a, a:visited, a:active {color: Navy; text-decoration: underline;}
a:hover {color: Red;}
form, .breadcrumb {
	margin: 0px; padding: 0px;
}

#ytter {	
  margin: auto;
  max-width: 970px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.6);
}
#ramme {
  padding: 10px;
	background-color: #fff;
}
#topp {
	max-width: 950px;
  height: 270px;
  margin-bottom: 2px;
  color: #fff;
  background-color: #eee;
  background-image: url(../gfx/header.jpg);
}
#topp a {
	display: block;
	float: left;
	width: 230px;
	height: 150px;
	margin: 55px 0 0 20px;
	background-image: url(../gfx/logo.jpg);
	background-repeat: no-repeat;
	border: #fff 10px solid;
	border: rgba(255, 255, 255, 0.9) 10px solid;
	
}
#topp div {
	float: right;
	margin: 140px 20px 0 0;
	font-size: 24px;
  color: #000;
}

#side {
  padding: 6px 0 0 0;
}


#innhold {
  float: right; 
  width: 700px;
}

#innhold .item-page {
  min-height: 200px;
}

#bokser {
  float: left;
  width: 230px;
}
#bokser form {
  margin: 0 0 10px 0;
}
#bokser input {
  width: 226px;
  text-indent: 6px;
  border: #4CA6DF 2px solid;
  padding: 5px 0 5px 0;
  /*-moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;*/
 	background-color: transparent;  
}
#bokser h2 {
  font-size: 13px;
  margin-bottom: 6px;
}
#hoy2, #hoy3, #hoy4, #hoy5 {
  /*-moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;*/
  border: #4CA6DF 2px solid;  
  margin-bottom: 10px;
  padding: 0 8px 0 8px;
}


#bunn {   
	margin: auto;
  max-width: 986px;
}
#bunn div {
  padding: 5px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
	font-size: 12px; color: #444;
	text-align: center;	
}
#bunn a, #bunn a:visited {
	font-size: 12px; color: #444;
	text-decoration: none;	
}
#bunn a:hover {
	color: #f00;
	text-decoration: underline;
}

br.cb {
   clear: both;
   font-size: 0px;
}

