﻿@import url("layout.css");
body {	
	margin: 0px; 
    padding: 0px; 
    width: 100%; 
    height: 100%; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444444;	
    line-height: 1em;
}    
.Banner {
    width: 995px;
    left: 0px; 
    top: 2px;
    height: 85px;
    position: absolute; 
    background-color: #cdf;			
}
.Banner_Tekst_APC {
   	font-family: "Times New Roman", Times, serif;
   	font-size: 28px;
	color: #444444;
	font-weight: bold;
	z-index: 1;
	text-align:center;
	top: 50px;
	position: absolute;
	height: 41px;
	width: 723px;
	}
.Banner_Tekst {
   	font-family: "Times New Roman", Times, serif;
   	font-size: 36px;
	color: #444444;
	font-weight: bold;
	z-index: 1;
	left: 165px;
	text-align:center;
	top: 30px;
	position: absolute;
	height: 41px;
	width: 723px;

}	
.Banner_Tekst_Hvid {
   	font-family: "Times New Roman", Times, serif;
   	font-size: 36px;
	color: #fff;
	font-weight: bold;
	z-index: 1;
	left: 165px;
	text-align:center;
	top: 30px;
	position: absolute;
	height: 41px;
	width: 723px;
	}	
.Banner_Tekst_Hvid_Small {
   	font-family: "Times New Roman", Times, serif;
   	font-size: 24px;
	color: #fff;
	font-weight: bold;
	z-index: 1;
	left: 165px;
	text-align:center;
	top: 30px;
	position: absolute;
	height: 41px;
	width: 723px;	
	}
.Banner_Tekst_2_Hvid {
   	font-family: "Times New Roman", Times, serif;
   	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
    z-index: 1;
	left: 270px;
	position: absolute;
	top: 30px;
	height: 50px;
	width: 723px;
	}	
.Banner_Tekst_Hvid_APC {
   	font-family: "Vineta BT","Times New Roman", Times, serif;
   	font-size: 22px;
   	Font-weight: 500;
	color: #f0f0f0;
	z-index: 1;
	left: 165px;
	text-align:center;
	top: 30px;
	position: absolute;
	height: 41px;
	width: 723px;
}
#header_menu {
	clear: both;
	left: 5px;
	top: 88px;
	height: 19px; 
	width:99.2%; 
	position: absolute;
}
.Menu_Baggrund {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	left: 5px;
	width: 995px;
	background-image: url('../Forside_Menuer/images/roer.png');
	}
#Menu {
	clear: both;
	left: 5px;
	top: 114px;
	height: 448px; 
	width:229px; 
	position: absolute;
	background-color:transparent
}
#Translate {
	clear: both;
	left: 5px;
	top: 546px;
	height: 60px; 
	width:229px; 
	position: absolute;
	background-color:transparent
}

#container {
	left: 5px;
	top: 0px;
    width: 99.2%;
	height: 687px;
	background-color: #fff;
}
#page_content {
   left: 5px; 
   top: 0px; 
   height: 687px;
   width: 99.2%;
   background-color: #fff;
   position:absolute;
}
#content {
    top: 108px; 
    height: 488px; 
    width: 745px;
    margin-left: 230px;
    padding: 3px;
	background-color: #fff;
	position:absolute;
}
#content_Bred {
    top: 108px; 
    height: 488px; 
    width: 875;
    margin-left: 100px;
    padding: 3px;
	background-color: #fff;
	position:absolute;
}
#Master_Test {
    height: 100%; 
    width: 745;
    margin-left: 230px;
    padding: 3px;
	background-color: #cdf;
}
ul {
   text-indent: 20px;
   list-style-type: square;
   padding: 5px;
   margin: 3px;
}
p,h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444; 
    text-decoration:none
}
h6 {
    font-size: 12px;
	color: #222222;	
}
h5 {
	font-size: 14px;
	color: #444444;	
}
h4 {
	font-size: 14px;
	color: #222222;	
}
h3 {
	font-size: 18px;
	color: #444444;
}
h2 {
	font-size: 18px;
	color: #222222;
}
h1 {
	font-size: 24px;
	color: #444444;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	clear: both;
	left: 5px;
	top: 606px;
	height: 83px;
	width: 995px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background-color: #cdf;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
