body { 
	font-size: 70%;
	font-family: Verdana, Arial, sans-serif;
	padding: 0;
	color: #444444;
	margin: 40px auto 30px auto;
	width: 850px;
	border: 8px solid #c5002d;
	
	background-color: white;
	background-image: url('images/bakgrunn.jpg');
	background-repeat: repeat;
	
}

div#banner {
	height: 80px;
	border-bottom: 2px solid #c5002d;
	background-color: black;
	text-align: center;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
}

div#meny {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px;
	border-bottom: 2px solid #c5002d;
	color: #a3a3a3;
	background-color: white;
}

div#meny a {
	text-decoration: none;
	margin: 0px 2px 0px 2px;
	color: #284ca1;
}

div#meny a:hover {
	color: #c5002d;
	border-width: 0;
}

div#main {
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	overflow: auto;
}

div {
	margin: 0;
	padding: 0;
}

div#feedbox {
	float: right;
	padding: 0px 0px 0px 0px;
	width: 210px;
	margin-left: 0px;
	margin-bottom: 20px;
}

h4 {
	margin: 0px 0px 0px 0px;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	padding-left: 2px;
	background-color: #c5002d;
	border-bottom: 2px solid white;
	font-size: 100%;
}
h4 a:link, h4 a:visited {
	color: white;
}
h4 a:hover, h4 a:active {
	color: #284ca1;
}
div#feedbox div {
	margin: 0px 0px 10px 0px;
	background-color: #d0d0d0;
}

div#feedbox div p {
	padding: 2px 2px 2px 2px;
	font-size: 90%;
	margin: 0px;
	background-color: #d0d0d0;
}
table#forum td p {
	padding: 2px 2px 2px 2px;
	margin: 0px;
	background-color: #d0d0d0;
}
table.bors td {
	background-color: #d0d0d0;
	padding: 1px 0px 1px 3px;
	border-top: 2px solid white;
}

div#nyheter {
	width: 580px;
	margin-top: 5px;
}


h1 { /* Sidetitler */
	font-size: 200%;
	font-weight: bold;
	margin-top: 0px;
	color: #dd2222;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-family: Verdana, Times New Roman, serif;
}

h2 { /* Overskrifter på forsiden */
	color: black;
	font-size: 220%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-family: arial,helvetica,clean,sans-serif;
}
div#nyheter h2 a {
	color: black;
	text-decoration: underline;
}
div#nyheter h2 a:hover {
	text-decoration: none;
}

h3 { /* Avsnittsoverskrifter */
	font-size: 130%;
	font-weight: bold;
	color: #dd2222;
	border-bottom: 1px solid #882222;
	margin-top: 30px;
}

a, a:link, a:visited {
	color: #284ca1;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
	color: #c5002d;
}

ul {
	list-style-image: url('images/punkt.gif');
	margin-left: 0px;
	padding-left: 15px;
}

.small {
	font-size: 80%;
}
form p.small {
	margin-bottom: 2px;
}
td#blackstripe {
	background-color: black;
	color: white;
	font-size: 130%;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding: 2px 4px;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 1px;
}



/* Skjemaelementer */
input {
	color: #444444;
	font-size: 7.5pt;
	background-color: #bbbbbb;
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Verdana, sans-serif;
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	background-position: 0% 50%;
	padding-left: 2px;
}

input.submit {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	border-width: 1px;
}
input.none {
	border: 0px;
	background-color: transparent;
	margin-left: -4px;
}

select {
	color: #ffffff;
	font-size: 7.5pt;
	background-color: #555555;
	background-repeat: repeat;
	background-attachment: scroll;
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	background-position: 0%;
}

optgroup {
	font-size: 7.5pt;
	font-style: normal;
}

textarea {
	color: #444444;
	font-size: 7.5pt;
	background-color: #bbbbbb;
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Verdana, sans-serif;
	border-width: 1px; 
	border-color: #888888;
	border-style: solid;
	background-position: 0% 50%;
	padding: 2px;
}

input.checkbox {
	color: #ffffff;
	font-size: 7.5pt;
	background-color: #f5f5f5;
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
}