/*
Theme Name: Birgit Maagaard 
Description: Utvikling av SimpleCMS, orginalt av Ryan Hellyer. 


*/ 
* {
	padding: 0em;
	margin: 0em;
}
body {

	background: #999 url("images/back.gif") repeat;
	padding: 35px 0px 35px 0px;
}
body, input {
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
}
p {
	line-height: 1.3em;
	margin-bottom: 2.0em;
	text-align: justify;
}
a {
	color: #B96D00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


img {
	border: solid 1px #333;
}
img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}
img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
#wrapper {
	z-index: 2;
	position: relative;
	width: 700px;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}
#topp {
	background: #D2B48C url('images/ngftransparent.png') no-repeat bottom right; 
	position: relative;
	width: 100%;
	height: 9.0em;
	margin-bottom: 2px;
}
#toppinnhold {
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
}
#toppinnhold h1 {
	font-weight: normal;
	color: #333;
	font-size: 2.5em;
}

#toppinnhold h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #333;
}
#toppbilde {
	position: relative;
	height: 109px;
	background: #fff url('images/toppbilde.jpg') no-repeat top left;
	margin-bottom: 2px;
}
#menu {
	position: relative;
	background: #D2B48C;
	height: 3.5em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 20px;
}
#menu ul {
	position: absolute;
	top: 1.1em;
}
#menu ul li {
	position: relative;
	display: inline;
}
#menu ul li a {
	padding: 0.5em 1.0em 0.9em 1.0em;
	color: #333;
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;

	}
#menu ul li a.active {
	font-weight:bold;
}
#menubottom {
	height: 14px;
	margin-bottom: 1.5em;
}
#innhold {
	padding: 2.0em 2.0em 0em 2.0em;
}

.innhold {
	padding-top: 1.3em;
}
#innhold h1 {
	color: #333;
	font-size: 1.7em;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#innhold h2 {
	color: #333;
	font-size: 1.4em;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#innhold h3 {
	color: #333;
	font-size: 1.2em;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#bunntekst {
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 2.0em;
    background: #D2B48C;
	font-size: 0.8em;
}
#bunntekst .left {
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
}
#bunntekst .right {
	position: absolute;
	right: 20px;
	bottom: 1.2em;
}
#wrapper #innhold ul {

	list-style-type: square;
	padding-left:10px;
}
#wrapper #innhold .listefix {
	
	list-style-type: square;
	padding-left:300px;
} 

.nocolor{
	color: #000;
	text-decoration: none;
}

.current_page_item {
text-decoration:none;
}

