/* CSS Document */

html {  }

body { 
	margin: 0;
	background: #e5e2d0;
	font-family: Tahoma, Verdana, sans-serif;
}

a { color: #000; text-decoration: none; }
a:hover { 	color: #000; background: none; border-bottom: 2px #c4be9c solid; }
a:focus { outline: none; }

img { border: none; }

/* Byggelementer */

#topp {
	height: 20px;
	background: url(../img/bg-topp.png) no-repeat;
	width: 930px;
	padding: 0 10px;
	margin: 0 auto;
}

#kontainer {
	width: 926px;
	height: 100%;
	overflow: auto;
	background: url(../img/bg-kontainer.png) repeat-y;
	margin: 0 auto;
	padding: 0 12px;
}

#header {
	width: 876px;
	height: 56px;
	text-align: left;
	margin: 30px 25px 15px 25px;
}

#header .logo {
	width: 300px;
	height: 56px;
	text-align: left;
	float: left;
}

#header .meny {
	width: 500px;
	height: 25px;
	text-align: right;
	margin: 30px 0 0 0;
	float: right;
	font-size: 14px;
}

#header .meny a {
	line-height: 25px;
	margin-right: 17px;
}



#bildekontainer {
	width: 926px;
	height: 275px;
	clear: both;
}

#innholdskontainer {
	clear: both;
	width: 876px;
	padding: 20px 25px;
	height: 100%;
	overflow: auto;
}

/* Kontainere Front */

.front-3kolonne{
	float: left;
	width: 278px;
	height: 375px;
	overflow: auto;
	margin: 0 20px 0 0;
}

.front-3kolonne img {
	border: 5px solid #e6e3d1;
}

/* Kontainere Front SLUTT */

/* Kontainere Statiske */

.statisk-kolonnestor {
	width: 450px;
	height: 100%;
	float: left;
	margin: 0 20px 0 0;
}

.statisk-kolonneliten {
	width: 406px;
	height: 100%;
	float: left;
}

.beigeboks {
	width: 394px;
	height: auto;
	border: 1px solid #c4be9c;
	background: #e6e3d1;
	margin: 0 0 15px 0;
	padding: 5px;
}

.beigeboks img {
	margin: 0 10px 0 0;
}

.beigeboks p {
	line-height: 20px;
}

/* Kontainere Statiske SLUTT */

#bunn {
	height: 20px;
	background: url(../img/bg-bunn.png) no-repeat;
	width: 930px;
	padding: 0 10px;
	margin: 0 auto;
}

#fot {
	height: 40px;
	background: none;
	text-align: center;
	width: 926px;
	margin: 0 auto;
}

#fot p {
	font-size: 10px;
	color: #787878;
	font-weight: normal;
	letter-spacing: 0.65px;
	line-height: 12px;
}

.flyt_venstre {
	float: left;
}

.flyt_hoyre {
	float: right;
}

/* Globalfonter */

h1 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.8px;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 18px;
	color: #000;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.75px
}

h3 {
	font-size: 16px;
	color: #000;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.75px
}

p {
	font-size: 12px;
	color: #000;
	line-height: 25px; 
}

.hr {
	height: 1px;
	width: 100%;
	border-top: 1px #bbbbbb solid;
	margin: 10px 0;
}

/* Globalfonter SLUTT */

