body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url(baggrund.gif);
	background-position: 224px 0px;
	background-repeat: repeat-y;
	font-family: Verdana, Sans-Serif;
	font-size: 85%;
}

/* TEKST */
h1, h2, h3 {
	font-family: Comic Sans MS, Verdana, Sans-Serif;
}
h1 {
	font-size: 170%;
	margin-bottom: 5px;
}

p {
	margin: 0;
	padding: 0;
}

div#sidefod {
	text-align: center;
	font-size: 85%
}

div#menuindhold {
	font-size: 90%
}
	div#menuindhold a {
		display: block;
		margin-top: 2px;
		text-decoration: none;
	}
	div#menuindhold a:hover, div#menuindhold a:active, div#menuindhold a:focus  {
		color: red;
		padding-left: 5px;
	}
	

/* LAYOUT */
img#topbillede {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
img#menutop {
	position: fixed !important;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 10;
}

div#indhold {
	margin-top: 90px;
	margin-left: 224px;
	padding-bottom: 50px;
	width: 744px;
	border-left: 4px solid #04047f;
	border-right: 4px solid #04047f;
	height: 100%;
	min-height: 100%;
}

div#tekst {
	padding: 0 15px;
}

div#menu {
	position: fixed !important;
	position: absolute;
	top: 157px;
	left: 30px;
	width: 190px;
	border-left: 4px solid #04047f;
	border-right: 4px solid #04047f;
}
	div#menuindhold {
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 16px;
	}
	div#menubund {
		position: relative;
		border-bottom: 4px solid #04047f;
	}

div#sidefod {
	position: fixed !important;
	position: absolute;
	bottom: 0px;
	left: 224px;
	width: 724px;
	background-color: white;
	border-left: 4px solid #04047f;
	border-right: 4px solid #04047f;
	border-bottom: 4px solid #04047f;
	padding: 0px 10px 5px 10px;
}
	div#sidefod hr {
		background-color: #04047f;
		height: 1px;
		border: 0px solid #04047f;
	}
	
img.sv {
	position: absolute;
		bottom: -7px;
		left: -7px;
}
img.so {
	position: absolute;
		bottom: -7px;
		right: -7px;
}

.interesse {
	width:250px;
}
textarea.interesse {
	height: 90px;
}
.interesse:hover, .interesse:focus {
	background-color: #FFFFCC;
}

marquee {
	width: 300px;
	padding: 5px;
	margin: 15px auto;
	border-top: 3px solid #AA0000;
	border-bottom: 3px solid #AA0000;
	Background-color: #FFFF66;
	font-weight: bold;
}