body {
	background: url(images/pageBg.jpg);
	background-repeat : repeat-x;
	margin:0;
	padding:0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

a.greenlink:active {
	color: #90BC2B;
	text-decoration : underline;
}
a.greenlink:visited {
	color: #90BC2B;
	text-decoration : underline;
}
a.greenlink:link {
	color: #90BC2B;
	text-decoration : underline;
}
a.greenlink:hover {
	color: #90BC2B;
	text-decoration : underline;
}

a.blacklink:active {
	color: black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 10pt;
}
a.blacklink:visited {
	color: black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 10pt;
}
a.blacklink:link {
	color: black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 10pt;
}
a.blacklink:hover {
	color: black;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 10pt;
}


#indhold{
	margin-left:10%;
	margin-right:10%;
	margin-top:20px;
	height:300px;
	padding:0px;
	z-index:1;
	
}

#topbillede {
	width:800;
    position:relative;
	left:0px;
	top:0px;
	z-index:2;
	border-left : 1px solid #959595;
	border-right : 1px solid #959595;
	border-bottom : 1px solid #959595;
	border-top: 1px solid #959595;
}

#topspace{
	position:absolute;
	height:5px;
	width:800px;
	background : black;
}

#toplogo{
	position:relative;
	
	background : White;
	width:800px;
	height:60px;
	border-left : 1px solid #959595;
	border-right : 1px solid #959595;
	border-top: 1px solid #959595;
	vertical-align : middle;
}
#menubjaelke{
position:relative;
	background : url(images/baggrund_menu.jpg) repeat-x;
	height:27px;
	width:800px;
	z-index:2;
	border-left : 1px solid #959595;
	border-right : 1px solid #959595;
}

#center{
	width:800px;
	height:320px;
	background:white;
	border-left : 1px solid #959595;
	border-right : 1px solid #959595;
	padding-left : 3px;
	padding-top : 5px;
}

#leftMenu{
   float:left;
	
	width:150px;
	height:100%;
	background:white;
	border-left : 1px solid #959595;
	border-right : 1px solid #959595;
	border-top : 1px solid #959595;
	
	
	
}

#leftMenuBottom{
   float:left;
	width:100%;
	height:50%;
	background:white;
	
	border-top : 1px solid #959595;
	padding-left : 20px;
	
	
}
#centercenter{
	float:left;
	width:642px;
	height:100%;
	background:white;
	border-right : 1px solid #959595;
	border-top : 1px solid #959595;
	padding-left : 20px;
	padding-top : 20px;
	
}
#bundmenu{

  position:relative;
	height:55px;
	width:800px;
	z-index:0;
}


.searchfield{
	border-right : 1px solid #c0c0c0;
	border-right-width : 1px;
	border-left : 1px solid #c0c0c0;
	border-left-width : 1px;
	border-top : 1px solid #c0c0c0;
	border-top-width : 1px;
	border-bottom : 1px solid #c0c0c0;
	border-bottom-width : 1px;
	font-size : 8pt;
	width: 80px;
	height:15px;
}

.loginfield{
	border-right : 1px solid #c0c0c0;
	border-right-width : 1px;
	border-left : 1px solid #c0c0c0;
	border-left-width : 1px;
	border-top : 1px solid #c0c0c0;
	border-top-width : 1px;
	border-bottom : 1px solid #c0c0c0;
	border-bottom-width : 1px;
	font-size : 8pt;
	width: 100px;
	height:15px;
}

.contactfield{
	border-right : 1px solid #c0c0c0;
	border-right-width : 1px;
	border-left : 1px solid #c0c0c0;
	border-left-width : 1px;
	border-top : 1px solid #c0c0c0;
	border-top-width : 1px;
	border-bottom : 1px solid #c0c0c0;
	border-bottom-width : 1px;
	font-size : 8pt;
	width: 150px;
	height:15px;
}

.td{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

	.buttonstyle{
	width: auto;
	text-align: center;
	font-family: MS Sans Serif;
	font-weight: normal;
	color: #000000;
	background-image : url(images/knap_lille.jpg);
	border : outset;
	border-bottom : 1px outset;
	border-left-width : 1px outset;
	border-left : 1px outset;
	border-right : 1px outset;
	border-right-width : 1px outset;
	border-style : outset outset outset outset;
	border-top : 1px outset;
}

.notesstyle {
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	border-left : 1px solid #c0c0c0;
	border-left-width : 1px;
	border-right : 1px solid #c0c0c0;
	border-right-width : 1px;
	border-top : 1px solid #c0c0c0;
	border-top-width : 1px;
	border-bottom : 1px solid #c0c0c0;
	border-bottom-width : 1px;
}