html, body {
	
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x; 
	color: #000000;
	font-family: "Verdana", arial, sans-serif;
	font-size: 12px;
}


#content {
	height: 100%;
	width: 900px;
	margin: 0 auto;
}

#banner {
	position: relative;
	width: 900px;
	height: 200px;
}
	

#menu {
	position: absolute;
	left: 375px;
	bottom: -2px;
    font-size: 12px;
}


#footer {
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
}


ul.menu {
	width: 320px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 0px solid #776f5a;
}
ul.menu li {
	color: #fff;
	padding: 0;
	border-bottom: 0px solid #776f5a;
}
ul.menu li a {
	display: block;
	padding: 3px 0 3px 25px;
	text-decoration: none;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
ul.menu li a:link, ul.menu li a:active, ul.menu li a:visited {
	color: #ffffff;
}
ul.menu li a:hover {
	color: #ffffff;
	background-color: #e6e6e6;
}
img {	
	border: 0;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #555555;
	text-decoration: none;
}

.page-element {
	padding: 10px 15px 20px 15px;
	border: 0;
	border-top: 1px dotted #7a7a7a;
	border-bottom: 1px dotted #7a7a7a;
}
.page-element legend {
	font-size: 28px;
	padding: 0 15px;
	margin-left: 15px;
	color: #000000;
}
.bottom-link {
	text-align: center;
	font-size: 11px;
	padding-top: 30px;
}
.bottom-link a:link, .bottom-link a:active, .bottom-link a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #7a7a7a;
}
.bottom-link a:hover {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}


#galleri-container {
	overflow: hidden;

}
#galleri-container .galleri-billede {
	float: left;
	text-align: center;
	font-size: 11px;
	margin: 20px 11px;
}
#galleri-container .galleri-billede img {
	border: 1px solid #7a7a7a;
}
#galleri-container .galleri-billede p {
	
	margin: 0;
	padding: 3px 0;
}

/* banner rotator */

.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}

/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #FFF;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../images/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(../images/50.gif) repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #FFF;
}

.mbLoading {
	background: #FFF url(../images/WhiteLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFF;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #000;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #000;
}

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border: 10px solid #FFF;
	border-top-style: none;
}

#mbTitle {
	display: inline;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 65px;
	background: transparent url(../images/WhiteClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 83px;
	background: transparent url(../images/WhitePrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 54px;
	background: transparent url(../images/WhiteNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 65px;
	background: transparent url(../images/WhiteClose.gif) no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #000;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
