body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	line-height: 17px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.main {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 67px;
	width: 880px;
	background-image: none;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	margin-right: 2px;
}
.menu {
	height: 30px;
	width: 902px;
	margin-bottom: 5px;
	/*background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;*/
}
/****************************************************************/
/* DOMMENU */
div.domMenu_menuElement {
	background-image: none;
	background-color: #000;
}
div.domMenu_menuElementHover {
	color: #FFF;
	background-image: none;
}
div.domMenu_subMenuBar {
	background-color: #000;
}
div.domMenu_subMenuElementHover {
	background-color: #333;
}
/****************************************************************/
.flashbanner {
	height: 350px;
	width: 900px;
	margin-bottom: 5px;
	margin-right: 2px;
}
.container_til_forside_bokse {
	width: 900px;
	background-color: #333;
	background-image: url(../images/divider.jpg);
	background-repeat: repeat-y;
	background-position: 485px top;
}
.indhold {
	width: 860px;
	background-color: #333;
	margin-top: 5px;
	margin-right: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 400px;
}
* html .indhold {
	height: 400px;
}
.clearer {
	clear: both;
}
.footer {
	height: 25px;
	width: 900px;
	margin-top: 5px;
	margin-right: 2px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}
.footer p {
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.google_map_popop {
	color: #000;
}
.google_map_popop a {
	color: #000;
}
