.adminbody {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: rgb(255,255,255);
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
body, html {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: rgb(255,255,255);
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
h1 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
td {
	font-size: 11px;
}
#container1 {
	width: 100%;
	height: 100%;
	text-align: center;
}
#container2 {
	position: relative;
	width: 750px;
	height: 100%;
	text-align: left;
}
#toplogo {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 10;
}
#boldlogo {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 10;
}
#menu {
	position: absolute;
	top:88px;
	leftt: 0px;
	z-index: 10;
}
#indhold {
	position: relative;
	width: 700px;
	top: 115px;
	height: 55%;
	background-image: url(bg_bold.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(94,94,94);
	padding: 20px;
}
#bund {
	position: relative;
	width: 685px;
	border: 1px solid white;
	top: 120px;
}
#dd {
	position: absolute;
	top: 336px;
	left: 710px;
}

A:visited.knaplink {
	color: #FFFFFF;
	text-decoration: none;
}
A:hover.knaplink {
	color: #FFFFFF;
	text-decoration: none;
}
A:link.knaplink {
	color: #FFFFFF;
	text-decoration: none;
}
.menuknap {
	background-color: white;
	text-align: center;
	width: 180px;
	height: 22 px;
	padding-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000000;
	font-size: 20px;
	font-weight: bold;
}
.menuknap_sub {
	background-color: #FFDA05;
	text-align: left;
	width: 200px;
	padding-left: 4px;
	margin-left: 2px;
	width: 200px;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000000;
	font-size : 8px;
}
.menusubhidden {
	position: absolute;
	visibility: hidden;
	/*left: -1000px;*/
	z-index: 1000;
	filter: alpha(opacity=100);
	-moz-opacity: 0.95;
}
.menulink {
	color: Black;
	text-decoration: none;
	font-size : 14px;
}
.menulinksub {
	color: Black;
	text-decoration: none;
	font-size : 10px;
}
.png {
	behavior:	url("pngbehavior.htc");
}