@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
    color: #000;
	background-color: #a5a5a5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px; 
}
ol { 
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 30px; 
}
#outer_wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper_left {
  width: 700px;
  float: left;
}
#wrapper_right {
  width: 250px;
  float: left;
}

#top_left {
	width: 190px;
	height: 132px;
	float: left;
	text-align: center;
	background-color: #ccc;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#top_center {
	width: 360px;
    height: 144px;
	float: left;
	background-color: #002851;
}
#top_center p{
	color: #ccc;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
#top_right {
    width: 150px;
    height: 144px;
    float: left;
    text-align: center;
    background-color: #ccc;
}
#top_right_most {
    width: 250px;
    height: 144px;
    float: left;
    background-color: #a5a5a5;
}
#info_header {
	width: 700px;
	float: left;
	background-color: #e1e1e1;	
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9px;
	font-style: normal;
	color: #002851;
	text-align: center;
}
#info_header a:link {
    color: #002851;
	text-decoration: none;
}
#info_header a:visited {
    color: #002851;
	text-decoration: none;
}
#info_header a:hover {
    color: #002851;
	text-decoration: none;
}
#samler {
	text-align: left;
	width: 700px;
	float: left;
	background-image: url(../images/samler.jpg);
	background-repeat: repeat-y;
}
#menu {
	width: 190px;
	background-color: #002851;
	float: left;
}
#menu ul {
	margin: 0px;
	list-style-type: disc;
	border-top: 1px solid #002851;
}
#menu ul li {
	background-color: #e1e1e1;
	color: #002851;
	font-size: 0.9em;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: disc;
	display: block;
}
#menu ul li a {
	background-color: #002851;
	color: #ccc;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: disc;
	display: block;
}
#menu ul li a:link {
    color: #ccc;
	text-decoration: none;
}
#menu ul li a:visited {
    color: #ccc;
	text-decoration: none;
}
#menu ul li a:hover {
    color: #ccc;
	text-decoration: underline;
}

#main {
	width: 489px;
	height: auto;
	padding: 5px 10px;
	float: left;
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	color: #002851;
	text-align: left;
	text-decoration: none;
}
#main h1{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
#main h2{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#main h3{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#reklamer {
	width: 250px;
	float: left;
}
#info_footer {
	width: 700px;
	float: left;
	background-color: #e1e1e1;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9px;
	font-style: normal;
	color: #002851;
	text-align: center;
}
#info_footer a:link {
    color: #002851;
	text-decoration: none;
}
#info_footer a:visited {
    color: #002851;
	text-decoration: none;
}
#info_footer a:hover {
    color: #002851;
	text-decoration: none;
}
.text_right{
    text-align: right;
}
.text_left {
    text-align: left;
}
.text_center {
    text-align: center;
}
.text_inndregid {
	text-align: left;
	text-indent: 40px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used whenever you wish to float an element to the right side of the page. The floated element must be placed above the element that will display next to it in the source code. */
float: right;
margin-left: 8px;
}

.fltlft { /* this class can be used whenever you wish to float an element left on the page */
float: left;
margin-right: 8px;
}
  
