	html, body {
		height: 100%;
		width: 100%;
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
	}
/* Grundstruktur */

	#side {
		height: 100%;
		width: 100%;
	}	
	#top {
		height: 15%;
		width: 100%;
		background-color: #BC0929;
	}
	#indhold {
		height: 75%;
		width: 100%;
	}
	#menu {
		height: 19px;	
		width: 100%;
		background-color: #FBE6F2;	
	}
	#content {
		height: 81%;
		width: 100%;
	}
	#indtab{
		height: 100%;
		width: 100%;
		border: 0px solid #BC0929;
	}
	#bottom {
		height: 10%;
		width: 100%;
		background-color: #BC0929;
		text-align: center;
	}

/* Tabeller */

	#tablemenu {
		height: 100%;
		width: 100%;
	}
	#tdmenulinje {
		border-bottom: 1px solid #BC0929;
	}
	.dato {
		color: black;
		visited: black;
		font-family: arial;
		text-decoration: none;
		font-size: 11px;
	}

/* Links */
	
	a {
		color: black;
		visited: black;
		font-family: arial;
		text-decoration: none;
		font-size: 11px;
	}
	a:hover {
		color: black;
		visited: black;
		font-family: arial;
		text-decoration: underline;
		font-size: 11px;
	}
	a.masterlink:hover {
		font-size: 10px;
		font-family: arial;
		color: #E4E4E4;
		text-decoration: underline;
	}
	a.masterlink {
		text-decoration: none;
		font-size: 10px;
		font-family: arial;
		color: #E4E4E4;
	}

/* Bottom */

	span.adlogobottom {
		font-size: 10px;
		font-family: arial;
		color: #E4E4E4;
	}
