﻿@charset "utf-8";
/* CSS Document */

html
{
	height:100%;
}
body {
	margin: 0;
	background-color:#B2B2B2;
	height:100%;
	}

#wrapper {
	width: 800px;
	background-image: url(billeder/logo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 5px solid #b70c0f;
	margin: 0 auto -3em;
	background-color:#FFF;
	height:100%;
	position:relative;
	}
	
#tårn {
	float: left;
	width: 200px;
	margin-top:50px;
	margin-left:60px;
	}

#stav {
	float: left;
	margin-top: 50px;
	margin-left: 60px;
	}
#text {
	float: right;
	width: 400px;	
	padding: 10px 10px 10px;
	margin-top: 35px;
	text-align: left;
	}
#textref1 {
	float: left;
	width: 300px;
	padding-top: 60px;
	padding-left: 40px;
		}

#textref2 {
	float: right;
	width: 300px;
	padding-top: 60px;
	padding-right: 20px;
	}
.underlinemenu {
	font-weight: bold;
	width: 100%;
	}

.underlinemenu ul {
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center; //set value to "left", "center", or "right"*/
	}

.underlinemenu ul li{
	display: inline;
	}

.underlinemenu ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #b70c0f; /*bottom border is 3px*/
	font-size: 12px;
	font-family: trebuchet MS, verdana, sans serif;
	}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: black;
	}

#content {
	width: 700px;
	height: 400px;
	font-family: trebuchet MS, verdana, sans serif;
	font-size: 14px;
	padding-top: 90px;
	padding-left: 40px;
	padding-right: 20px;
	}
	
hr {
	color: #000;
	} 

h1 {
	font-family: trebuchet MS, verdana, sans serif;
	font-size: 16px;
	}

.footer 
{
    height:100%;
    width:100%;
    margin:0 auto;
    position:absolute;
    bottom:0;
	}

.footer, .push {
	height: 3em;
	}

.footer p { 
	text-align: center;
	font-size: 13px;
	font-family: trebuchet MS, verdana, sans serif;
	}

a img {
	border: none; 
	}
	
