/* Sette bakgrunn + hoved-settinger */
html {
	background: url(../img/bg_main.png) center 0;
	height: 100%;
}

body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 750px;
	background: url(../img/bg_wrapper.png) repeat-y #F0F0F0;
	margin: 0 auto;
	padding: 0 85px;
}

img {
	border: none;
	padding: 3px;
	}
	
a {
	text-decoration: none;
	color: #4F6585;
	font-weight: bold;
	}
	a:hover {
		color: #00204E;
	}
	a:visited {
		color: #5F7595;
		}

/* Hoved-deler */
h1 {
	width: 100%;
	height: 235px;
	margin: 0px;
	background: url(../img/header.jpg) no-repeat center 20px;
	float: center;
	}
	
div.content {
	width: 560px;
	padding: 10px;
	float: left;
	}

div.footer {
	width: 750px;
	height: 40px;
	font-size: 10px;
	color: #888888;
	text-align: center;
	padding: 30px 0px 0px 0px;
	clear: both;
	}

div.menu {
	float: left;
	width: 145px;
	padding: 6px 10px 0px 15px;
	}

/* Tekst */
h2 {
	margin: 0px;
	}
	
.smalltext {
	font-size: 10px;
	}

/* Meny */
	
	div.menu ul {
		padding: 0px;
		margin: 0px;
		}
		
		div.menu li {
			list-style: none;
			}
			
			div.menu li a {
				width: 160px;
				padding: 8px 0px 0px 0px;
				text-decoration: none;
				font-weight: bold;
				color: #00204E;
				display: block;
				width: 80%;
			}
			div.menu li a:visited {
				color: #00204E;
			}
			
/* Gjestebok */
div.guestbook {
	margin: 15px 0px;
	padding: 0px 10px;
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
	}

/* Nyheter */
div.news {
	margin: 15px 0px 30px 0px;
	border-bottom: 8px solid #F0F0F0;
	}
	div.news h4 {
		margin: 8px 0px 0px 0px;
		}
	div.news p {
		margin: 2px 0px 2px 0px;
		}
			
/* Tabeller */

table.activities {
	width: 500px;
	}

table.styret th {
	font-size: 13px;
	text-align: left;
	padding: 5px 0px 0px 7px;
	}
table.styret td, table.styret td.row2 {
	padding-bottom: 7px;
	}

tr.row2 {
	background: #F0F0F0;
	margin: 0px;
	padding: 0px;
	}
	tr.row2 td {
		margin: 0px;
		padding: 0px;
		}