body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg_1px.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
	background-image: url(images/header.png);
	height: 97px;
	width: 990px;
}

#indhold_knap {
	float: left;
	width: 206px;
	height: 55px;
	margin-left: 43px;
}
#header h1 {
	float: left;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	float: left;
	padding-left: 9px;
	padding-top: 8px;
	margin: 0px;
	background-image: url(images/bg_hvid.png);
	background-repeat: no-repeat;
	height:560px
}

#rubrik {
	float: right;
	width: 990px;
	text-align: right;
	}

#rubrik_kontakt {
	text-align: right;
	margin-right: 137px;
	float: right;
	width: 853px;
	text-align: right;
}

.mail {
	margin-top: -35px;
}
	
#indhold {
	float: left;
	width: 990px;
	height:168px;
}
	
	
#indhold_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float: left;
	margin-left: 98px;
	height: 150px;
	width: 643px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

#main_menu {
	right: 210px;
	top: 48px;
	width: 700px;
	position: relative;
	z-index: 5;
	float: left;
}

.menu_valgt {
	color: #e20019;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #72787d;
	text-decoration: none;
	font-style: oblique;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #72787d;
	text-decoration: none;
	font-style: oblique;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e20019;
	text-decoration: none;
	font-style: oblique;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e20019;
	text-decoration: none;
	font-style: oblique;
}


#logolink {
	list-style: none;
	margin: 0 0 0 0;
	position:relative;
	z-index: 10;
	float:left;
}

#logolink a {
	display: block;
	text-indent: -900%;
	position: relative;
	outline: none;
	margin: 0 0 0 0;
}

#logolink .logolink {
	width: 240px;
	height: 66px;
	background: url(../images/logolink.gif) no-repeat;
	background-position:top;
	left: 730px;
	top: 10px;

}

#logolink a:hover.logolink {
	background-position: bottom;
}

#maillink {
	float: right;
	height: 12px;
	width: 145px;
	margin-top: 31px;
	margin-right: 8px;
}
