/* 
 *
 * The basic
 * 
 */ 
 
 
html {
	overflow:scroll;
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
td, p, div {
	font-size: 12px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #000000;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
}

a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a img {
	border:0;
}


/* Menu */
.menu {
	width: 145px;
	padding: 10px 10px 10px 0;
	float:left;
}

.menu .active {
	background: url('frame/arrow.png') no-repeat;
	background-position: left;
			
}

.menu .submenu {
	margin-top: 7px;
	margin-left: 20px;
}


.menu .submenu, .menu .item a, .menu .active {
	 color:#000066;
	 font-size: 12px;
	 font-style: normal;
	 text-decoration:none;
	 font-weight: bold;
	 display:block;
	 padding-left: 10px;
}

.menu .item {
	padding: 15px 0 15px 0;
	border-bottom: 3px solid #CCCCCC;
}
.menu .item a {
	text-decoration:none;
}
.menu .item a:hover {
	text-decoration: underline;
}
	
/* Plassering av elementer */
.content {
	width: 530px;
	padding:10px;
	float:left;
}

.sidebar {
	width: 155px;
	padding:10px;
	float:left;
}

.heading {
	margin-bottom: 20px;
}
	

/* Footer */

.footer {
	width: 900px;
	text-align: center;
	margin: 20px auto 0 auto;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

.footer a {
	color: #CCCCCC;
	font-size: 9px;
}

.footer a:hover {
	color: #666666;
}

