* {
  padding: 0;
  margin: 0;
  border: 0;
}
h3 { 
	color: #efec9a;
} 
body {
  margin: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
}

#box
{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 220px;
}

#header {
	width: 100%;
	height: 103px;
	background:url(../img/bg_navi.jpg);
}

#content {
	width: 100%px;
	height: 200px;
}

#logo {
	position: absolute;
	top: 0;
	width: 508px;
	left: 50%;
	margin-left: -254px;
}

#contentarea {
	width: 100%;
	height: 200px;
	float: right;
	background-color: #eae6e6;

}

#navi_bilder {
	position:absolute;
	top:125px;
	width:100%;
	height:65px;
	z-index:1;
}
#footer {
  width: 100%;
  height: 20px;
  background-color: #40aabe;
}

