html {
	overflow: scroll;
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	min-height: 100%;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

p, td {
	font-size: 12px;
	vertical-align: top;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #000000;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

.left_menu h1, .right h1 {
	background: #CC0000;
	padding:5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.content h1 {
	font-weight: bold;
	font-size: 20px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #000000;
}

/* Footer */
.footer {
	margin: 0;
	padding:20px;
	width:1000px;
	text-align: center;
	font-size: 9px;
}

.footer a {
	color: #cccc99;
	text-decoration: none;
}

.footer a:hover {
	color: #990000;
	text-decoration:underline;
}

/* Plassering av elementer */

.content {
	background: #FFFFFF;
	min-height: 500px;
	border: 10px solid #ece2bf;
	padding:10px;
	float:left;
}

.sidebar {
	width: 190px;
	background: #ece2bf;
	padding:10px 10px 10px 0px;
	margin:0;
	float:left;
	min-height: 500px;
}


.header {
	width: 1000px;
	height: 77px;
	padding:0;
	margin:0;
}

/* Menu */

.leftSidebar {
	padding:0;
	text-align: left;
	width: 124px;
	float:left;
}

.menu a {
	color:#000000; 
	font-size: 13px; 
	font-weight:bold; 
	text-decoration:none;
	margin:0px;
	padding: 0px;
}

.menu a:hover {
	color:#990000;
	text-decoration: underline;
}

.menu ul { 
	margin:0px; 
	padding:0px;
}


.menu li ul {
	margin:0px; 
	padding:5px 0px 0px 5px;
	display:none; 
	position:absolute;
	left:20px;
	top:15px;
	background:#ece2bf;
	border: #cc9966 solid 1px;
}

.menu ul li {
	display: list-item; 
	list-style:none;
	margin-left:5px;
	position:relative;
	text-align: left;
	margin-bottom: 20px; 
}

.menu li:hover ul {
	display:block; 
	z-index:1;
	width:180px;
}

.menu li li {
	list-style:none; 
	display:list-item;
	width: 180px;
	margin-bottom: 10px;
}


