@charset "utf-8";

/* Top menu bar */
.topbar {
	margin: 0px;
	padding: 0px;
	height: 77px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;	
	background-image: url(../images/menu_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom left;		
	position: relative;
}


.menuHolder {
	position: relative;
	width: 801px;
	/*width: 736px;*/
	text-align: left;
	margin: 0px auto 0px auto; 
}

.logo {
	position: absolute;
	top: 8px;
	left: -45px;
	width: 210px;
	height:53px;	
}

.vordingborg {
	position: absolute;
	top: 22px;
	right: -85px;
	width: 143px;
	height:44px;
	
}

.topMenu{
	width: 600px;
	position: absolute;
	top: 43px;
	left: 195px;
	/*margin-right: 42px;*/
	/*margin-top: 6px;*/
}

.simple-menu {
	width: 35px;
	position: absolute;
	top: 20px;
	left: 515px;
}

.menuDivider{
	vertical-align:middle;
	margin-left: 7px;
	margin-right: 7px;
}

.topSearch{
	position: absolute;
	top: 18px;
	right: 75px;
	width:174px;
	height:18px;
	text-align:right;
}

.searchButton{
	height:18px;
	vertical-align:middle;
	border: 0px;
}

.searchInputField{
	vertical-align:middle;
	width: 127px;
	height: 14px;
	border-right: 0px;	
}

.menuShadowToContents {
	/* Shadow below top menu */
	background-image: url(../images/menu_shadow.png);
	background-repeat: repeat-x;
	background-position: top left;	
}

/* Background elements */

.contentsHolder {
	min-height:100%;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/* Bg picture of hills */
	background-image: url(../images/image_bg2.jpg);
	background-repeat: no-repeat;
	background-position:  center top;		
	/*
	background-image: url(../images/center_bg_color.gif);
	background-repeat: repeat-y;
	background-position:  center top;	
	*/
}

.contentsHolder.frontpage {
	min-height:100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/* Bg picture of hills */
	background-image: url(../images/fp_image_bg2.jpg);
	background-repeat: no-repeat;
	background-position:  center top;	
	/*
	background-image: url(../images/center_bg_color.gif);
	background-repeat: repeat-y;
	background-position:  center top;	
	*/
}


.contentsBackground{	
	height:100%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 36px 0px;	
}

/* Center box backgrounds */

.centerBox{
	width: 736px;
	margin: 0px auto 0px auto; 
	padding: 19px 0px 22px 0px;
}

.centerBoxBackground {
	width: 736px;	
}

.centerBoxTop{
	width: 736px;
	height: 50px;
	background-image: url(../images/contents_top.png);		
}

.centerBoxBackgroundMiddle {
	width: 736px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/contents_bg.png);
	background-repeat: repeat;
}

.centerBoxBottom{
	width: 736px;
	height: 45px;
	background-image: url(../images/contents_bottom.png);	
}

/* Left sub menu */

.leftMenu {
	float: left;
	height: 100%;
	width: 175px;
	padding-top: 26px;
}

.leftMenuDots {
	width: 165px;
	background-image: url(../images/left_menu_dots.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-bottom: 120px;
	padding-left: 10px;
	text-align: left;	
}

/* Left sub menu levels */

.leftMenuLevel1BG {
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftMenuLevel2BG {
	padding-left: 43px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.leftMenuLevel3BG {
	width: 110px;
	padding-left: 54px;
	padding-top: 5px;	
	padding-bottom: 5px;	
	background-image: url(../images/left_menu_level2_bg.gif);	
}

/*
Contents
*/

.contents {
	position: relative;
	float: left;
	width: 504px;
	padding: 26px 0px 20px 22px;	
	text-align: left;
}


.residenceImageBox {
	width: 504px;
}
.residenceImageBoxTop {
	width: 504px;
	height: 29px;
	background-image: url(../images/residence_image_top.png);
	text-align:right;
}

.residenceImageBoxLeft {
	width: 504px;
	background-image: url(../images/residence_image_left.png);
	background-repeat: repeat-y;
	background-position: left;
}

.residenceImageBoxRight {
	width: 504px;
	background-image: url(../images/residence_image_right.png);
	background-repeat: repeat-y;
	background-position: right;
}

.residenceImageBoxBottom {
	width: 504px;
	height: 3px;
	background-image: url(../images/residence_image_bottom.png);
}
.residenceImageBoxContents {
	width: 501px;
	margin-right: 1px;
	margin-left: 2px;
	background-color:#FFFFFF;
	text-align: center;
}

.subContent {
	padding-top: 18px;
	padding-bottom: 18px;
	text-align:left;
}

.subContentsLeft {
	float: left;
}

.contactBox{
	width: 175px;
}

.textBox{
	width: 330px;
	border-bottom: #618b12 dotted 1px;
	padding-bottom: 12px;
}


.subContentRight {
	float: right;
}

.contentsInfoBoxTop {
	width: 325px;
	height: 23px;
	background-image: url(../images/info_box_top.png);
}

.contentsInfoBoxMiddle {
	width: 325px;
	background-image: url(../images/info_box_middle.png);
}

.contentsInfoBoxBottom {
	width: 325px;
	height: 21px;
	background-image: url(../images/info_box_bottom.png);
}

.contentsInfoBoxContents {
	padding: 15px 40px 35px 30px;
}

.contentsInfoBoxContentsList{
	padding-top: 16px;
	padding-left: 18px;
}


.imageHolder {
	width: 151px
}

.imageBoxTop {
	width: 151px;
	height: 4px;
	background-image: url(../images/image_box_top.png);
}

.imageBoxMiddle {
	width: 151px;
	background-image: url(../images/image_box_middle.png);
}

.imageBoxBottom {
	width: 151px;
	height: 4px;
	background-image: url(../images/image_box_bottom.png);
}

.imageBoxContents {
	padding: 6px 10px 5px 10px;	
}

.subContentRight .textBox {
	margin-top: 0px;
	width: 151px;
}

/*
General helper style
*/

.clearFloat {
	clear: both;
	float: none;
}

/*
Bottom Address bar
*/

.addressShadowToContents {
	position: absolute; 
	height: 36px;
	width: 100%;

	padding: 4px;	
	bottom: 0px;  
	left: 0px;	
}

.bottomBar {
	position: absolute; 	
	bottom: 0px;  
	left: 0px;		
	background-image: url(../images/address_shadow.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 36px;	
	width: 100%;
	text-align: center;
	vertical-align: middle;	
	margin: 0px;
	padding: 0px;	
}

.addressText{
	margin: 4px 0px 0px 0px;
	padding: 0px;
	height: 23px;
	background-color: #ffffff;	
}

