body {
	margin:0;
	padding:0;
	text-align:center;
	background:#afbcc4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:20px;
}

#ramme {
	width:810px;
	margin:0 auto;
}
#toppRamme{

}
#logo{
	width:180px;
	float:left;
}
#fotoBoks{
	width:620px;
	float:right;
}
#innholdsRamme{
	clear:both;
	padding:10px 0 0 0;
	text-align:left;
}
#venstreRamme{
	width:180px;
	float:left;
}

/* Meny */
#meny{
	margin:0 0 10px 0;
}

#meny ul {
	margin:0;
	padding:0;
	list-style:none;
	width:180px;
}

#meny ul li {
	margin-bottom:1px;
}

#meny a{
	width:160px;
	color:#0075bf;
	background:#fff;
	display:block;
	font-size:0.9em;
	text-decoration:none;
	padding:7px 0px 7px 20px;
	text-transform:uppercase;
}

#meny a:hover{
	color:white;
	background:#0075bf;
}


#meny .level2 a {
	width:150px;
	color:white;
	background:#8cb3cc;
	display:block;
	font-size:0.9em;
	text-decoration:none;
	padding:7px 0px 7px 30px;
	text-transform:uppercase;
	
	
}

#meny .level2 a:hover {
	color:white;
	background:#54a6db;
}


#kontaktBoks {
	background:#0075bf;
	padding:10px;
	color:#fff;
}

#kontaktBoks a{
	color:#fff;
	text-decoration:none;
}

#hoyreRamme{
	width:600px;
	float:right;
	background:#fff;
	padding:10px;
}
#innhold{

}

#bunn{
	clear:both;
	padding:10px 0 0 0;
	color:gray;
}
#bunn p{
	margin:0;
	padding:0;
}

/* Tekst */
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

table td{
	background:#;
}

table p, table h1, table h2, table h3, table h4, table h5 {
	padding:0 0px;
}

h1, h2, h3, h4, h5 {
	font-family:trebuchet ms, arial, sans-serif;
	color:#0075bf;
	font-style:italic;
	font-weight:normal;
}

h1 { font-size:2.0em; }
h2 { font-size:1.8em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
