body  {
	text-align: left;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-left : 0;
	margin-right : 0;
	margin-top : 10;
	background-color : #065D30;
	background-image:url(./images/baggrund.jpg);
	background-repeat : repeat-x;
}

#page
	{
	margin: auto;
	width: 1000px;
	border-bottom: 1px solid #065D30;
	border-left: 1px solid #065D30;
	border-top: 1px solid #065D30;
	border-right: 1px solid #065D30;
	padding: 0px;
}

#header
	{
	background-image:url(./images/logo.jpg);
	width: 1000px;
	height: 100px;
	border-bottom: 0px solid #065D30;
	border-left: 0px solid #065D30;
	border-top: 0px solid #065D30;
	border-right: 0px solid #065D30;
	padding: 0px;
	background-color : #FFFFFF;
}

#contains
	{
	width: 1000px;
	border-bottom: 0px solid #065D30;
	border-left: 0px solid #065D30;
	border-top: 0px solid #065D30;
	border-right: 0px solid #065D30;
	padding : 0px;
	background-color : #F5FAF4;
}

#printer
	{
	position: relative;
	top: 12px;
	left: 920px;
	width: 40px;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	padding: 0px;
}

#leftmenu
	{
	vertical-align: top;
	float: left;
	width:150px;
	border-bottom: 0px solid #065D30;
	border-left: 0px solid #065D30;
	border-top: 0px solid #065D30;
	border-right: 0px solid #065D30;
	padding : 0px;
	background-color : #F5FAF4;
}

#google
	{
	text-align: center;
	vertical-align: top;
	float: right;
	width:150px;
	border-bottom: 0px solid #065D30;
	border-left: 0px solid #065D30;
	border-top: 0px solid #065D30;
	border-right: 0px solid #065D30;
	padding : 0px;
	background-color : #F5FAF4;
}

#indhold
	{
	vertical-align: top;
	margin-left: 150px;
	margin-right: 150px;
	border-bottom: 0px solid #065D30;
	border-left: 0px solid #065D30;
	border-top: 0px solid #065D30;
	border-right: 0px solid #065D30;
	padding : 0px;
	width: 700px;
	background-color : #FFFFFF;
}

#footer
	{
	width: 1000px;
	border-bottom: 0px solid #065D30;
	border-left: 0px solid #065D30;
	border-top: 0px solid #00ff00;
	border-right: 0px solid #065D30;
	padding : 2px 0px 2px 0px;
	background-color : #065D30;
	text-align: center;
	}
	
.clearfloat 
	{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

p.mhv_footer
{
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.mhv_footer
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.mhv_footer:HOVER
{
	text-decoration: underline;
}

p.mhv_menu
{
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #065D30;
}

a.mhv_menu
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #065D30;
}

a.mhv_menu:HOVER
{
	text-decoration: underline;
}

tabel.knap
{
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color : #FFFFFF;
	align : center;
}

td.knap
{
	border-bottom: 1px solid #065D30;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #065D30;
	background-color : #D8E9D7;
	text-align: center;
	width: 120px;
}

input {
	border-bottom: 1px solid #065D30;
	border-left: 1px solid #065D30;
	border-top: 1px solid #065D30;
	border-right: 1px solid #065D30;
	background-color : #D8E9D7;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #065D30;
}

textarea {
	border-bottom: 1px solid #065D30;
	border-left: 1px solid #065D30;
	border-top: 1px solid #065D30;
	border-right: 1px solid #065D30;
	background-color : #D8E9D7;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #065D30;
}

select {
	border-bottom: 1px solid #065D30;
	border-left: 1px solid #065D30;
	border-top: 1px solid #065D30;
	border-right: 1px solid #065D30;
	background-color : #D8E9D7;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #065D30;
}

form {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

