﻿/*####### CSS for siden generelt ########*/

<!--
a:link {color: yellow; text-decoration: underline;}
a:active {color: yellow; text-decoration: underline; }
a:visited {color:#306BF6; text-decoration: underline;}
-->

body {
	background: #000080;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
}

#wrapper {
	text-align: left;
	margin: auto;
	padding: 7px 7px 0px 7px;
	width: 778px;
	background: #000080;
}

#body {
	position: relative;
    font: 14px arial, sans-serif;
}

