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

h1 { /*overskrifter*/
	font-family: calibri, arial, sans-seriff;
	font-size: 25pt;
	color: #000000;
}

h2 {
	font-family: calibri, arial, sans-seriff;
	font-size: 15pt;
	color: #000000;
}

p {
	font-family: calibri, arial, sans-seriff;
	font-size: 12pt;
	color: #000000;
}

a {
	font-family: calibri, arial, sans-seriff;
	font-size: 12pt;
	color: #ff3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: auto;
	width: 800px; 
	margin-top: 10px; 
	background-color: #ffffff;
}

#hele_siden {
	width: 800px;
	background-color: #ffffff;
	margin: auto;
}

#header {
	height: 150px;
	margin-top: 10px;
}

#meny {
	height: 50px;
	background-color: #ffffff;
}

#meny li {
	list-style: none; 
	float: left; 
	margin: auto; 
	margin-left: 50px;
}

#meny a {
	color: #000000;
	font-family: lucida bright, seriff;
	font-size: 12pt;   
}

#meny a:hover {
	color: #ff3333; 
}

#innhold {
	width: 800px;
	background-color: #ffffff;
}

#tekst {
	width: 450px;
	margin-left: 10px;
	float: left;
}

#tekst_medlemmer {
	width: 300px; 
	margin-left: 10px;
}

#tekst_juniorer {
	width: 400px;
	margin-left: 10px;
}

#diverse {
	float: right; 
}

#bilde {
	float: right;
	margin-right: 20px;
	margin-top: -63px; 
}

#bilde_hovedkorps {
	float: right;
	width: 470px; 
	margin-top: -575px;
}

#bilde_juniorkorps {
	float: right;
	margin-top: -280px; 
	width: 420px; 
}

#aktivitetsplan {
	margin-top: 20px;
}

#politiattest {
	margin-top: 20px;
}

#footer {
	margin-bottom: 10px; 
}