* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
		  	      Verdana, Lucida, Geneva, Helvetica, 
		  	      Arial, sans-serif;
	background-color: #7A8EA0;
	height: 100%;
	font-size: 13px;
}

h1 {
	margin: 20px 0px 0px 40px;
}

h2 {
	margin: 0px 0px 0px 40px;
}

h3 {
	margin: 0px 0px 0px 40px;
}

h4 {
	font-size: 10px;
	color: #E64141;
	margin: 0px 0px 0px 40px;
}

p {
	margin: 20px 40px 10px 40px;
}

img {
	margin: 5px;
	border: 1px solid #E64141;
	float: right;
	max-width: 100px;
}

#container {
	width:850px;
	position:absolute;
	height:auto !important; 
	min-height:100%;
	height:100%;
}

.more {
	text-align: right;
	margin-right: 80px;
	margin-bottom: 25px;
}

.more a {
	color: #E64141;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

#content {
	background-color: #fff;
	width: 550px;
	height: 100%;
	position:absolute;
	height:auto !important; 
	min-height:100%;
	margin-left: 300px;
}

#sidebar {
	width: 300px;
	font-weight: bold;
	background-color: #D6D6D6;
	position: absolute;
	height: auto !important; 
	min-height: 100%;
	height: 100%;
}

#sidebar dl {
	margin: 0 0 0 40px;
}

#sidebar dt {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#sidebar dd {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 8px;
}

#sidebar ul {
	font-size: 12px;
	margin-left: 50px;
	margin-top: 0px;
}

#sidebar ul li {
	font-weight: bold;
	list-style: none;
	margin-top: -2px;
}


#sidebar a {
	color: #E64141;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.venner {
	font-size: 12px;
	margin: -20px 0px 0px 40px;
	font-weight: bold;
}

#header {
	margin: 20px 20px 0 40px;
	width: 240px;
	height: 70px;
	float: left;
}

#header h1 {
	margin: 0px;
	color: #E64141;
}

#header h2 {
	margin: 0px 0px 0px 20px;
	font-size: 14px;
	color: #6c6a6b;
}

#content {
	background-color: #fff;
	width: 550px;
	height: 100%;
	position:absolute;
	height:auto !important; 
	min-height:100%;
	margin-left: 300px;
}

#menu {
	margin: 0 0 40px 20px;
	text-align: center;
	width: 260px;
	height: 100%;
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu ul li {
	margin-left: 10px;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	display: inline;
	margin-right: 0 !important;
	margin-right: 5px;
}
#menu li a {
	border: 1px solid #fff;
	font-weight: bold;
	color: #E64141;
	text-decoration: none;
	height: 20px;
	padding: 3px 5px 3px 5px;
}

#menu li a:hover {
	background-color: #fff;
	text-decoration: none;
}

#profil {
	width: 270px;
	margin: 10px 0px 30px 0px;
}

.boks {
	margin: 0 0 30px 0;
}

#footer {
	width: 300px;
	float: left;
	text-align: center;
}

address {
	font-size: 10px;
	font-weight: bold;
}