body {
	background: url('/gfx/back.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #DADADA;
	color: #000000;
	text-align: center;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

}
div, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #B56805;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #B56805;
	margin-bottom: 7px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #B56805;
}
#container {
    max-width: 720px;
    margin: 0 auto;
}
#contentArea {
	text-align: left;
	max-width: 720px;
	height: 100%;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border: solid black 1px;
}
#heading {
	max-width: 740px;
	height: 60px;
	background-image: url('/gfx/top_img.gif');
	border-top: solid black 1px;
	border-right: solid black 1px;
	border-left: solid black 1px;
	background-color: #EFEFEF;
}
#footer {
	max-width: 740px;
	height: 20px;
	padding-top: 5px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	text-align: center;
	background-color: #EFEFEF;
}
.buttonStyle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #8AB88A;
	color: #000000;
}
.priser_header {
	background-color: #99CC99;
	color: #000000;
}
.priser_hveranden {
	background-color: #C2DEC2;
	color: #000000;
}
.front_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border: solid black 1px;
}
.f_link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
.img_border {
	border: solid 2px #FFFFFF;
	margin: 2px;
}
.udlejet {
	opacity: .8;
	filter: alpha(opacity=80);
	width: 200px;
	padding: 5px;
	background-color: orange;
	border: solid black 2px;
	font-size: 200%;
}
.lej {
    opacity: .8;
    filter: alpha(opacity=80);
    padding: 5px;
    font-size: 200%;
	color: white;
	background-color: green;
	border: solid black 2px;

}
.popup_table { width: 100%; padding: 5px; color: #FFFFFF; background-color: #000000; }
.no_border { padding: 0px; border: none; }
.nav_link { color: #FFFFFF; background-color: transparent; text-decoration: none; font-weight: bold; }
.pg_link { color: #FFFFFF; background-color: transparent; text-decoration: none; font-weight: bold; }
#dyn_popup{ position:absolute; visibility:hidden; z-index:1000; width:770px; height:550px; left:0px; top:0px; text-align: center; }
#dyn_popup_back { position:absolute; visibility:hidden; z-index:1000; width:100%; left:0px; top:0px; color: #FFFFFF; background-color: #000000; }

img {
	max-width:100%;height:auto;
	border: none;
}
.right {
    text-align: right;
}
