body, html{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(images/background_pattern.jpg);
	background-position:top;
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#wrapper{
	width:100%;
	height:100%;
	min-height:725px;
	background-image:url(images/background_top_pattern.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#container{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	padding-top:10px;
	padding-left:75px;
	position:relative;
}

#logo{
	width:430px;
	height:133px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#logo a{
	text-indent: -5000px;
	position: absolute;
	width: 430px;
	height: 133px;
}

#footer{
	left:20px;
	position:absolute;
	top:562px;
	width:370px;
}

#agxslogan{
	text-align:center;
	position:absolute;
	bottom: 25%;
	height:20px;
	font-size: 12px;
	color: #765832;
}

#agxslogan a{
	text-decoration: none;
	color: #765832;
}

#agxslogan a:hover{
	text-decoration:underline;
}

#language{
	position:absolute;
	z-index:2;
	right: -5px;
	bottom: -5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#language a{
	color:#FFFFFF;
	text-decoration:none;
}

#language a .selected{
	color:#FFFFFF;
	text-decoration:underline;
}

#language a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#menu{
	position:absolute;
	z-index:2;
	text-align:right;
	width:140px;
	top:172px;
	left:-21px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:4px;
	font-size:14px;
	width:140px;
	/*cursor: pointer;*/
}

#menu li ul li{
	font-size:14px;
	background:none;
}

#menu li ul li ul li{
	font-size:13px;
}

#menu li a{
	display:block;
	height:22px;
	width:140px;
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-x;
	text-decoration: none;
	color: white;
}

#menu li a span{
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}

#menu li a.selected{
	height:22px;
	background-image:url(images/menu_bg_selected.png);
	background-repeat:repeat-x;
}

#menu ul.subpages{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/subpage_back.png);
	background-repeat:repeat;
}

#menu ul.subpages li a{
	font-size: 12px;
	background: none;
	height:19px;
}

#menu ul.subpages li.first{
	padding-top:10px;
}

#menu ul.subpages li.last{
	padding-bottom:10px;
}

#menu ul.subsubpages{
	margin-top: 2px;
	display: none;
}

#menu ul.subsubpages li a{
	font-size:11px;
	color: #b6b6b6;
}

#menu ul.subsubpages li a.selected{
	font-weight: bold;
}

#menu ul.subpages li a.selected{
	font-weight: bold;
}

#menu ul.toppages span.topspacer{
	display: block;
	height: 7px;
}

#menu ul.toppages span.bottomspacer{
	display: block;
	height: 2px;
}


#content_box{
	/*clear:both;
	margin-left:94px;
	margin-top:-15px;*/
	position: absolute;
	z-index:1;
	width: 900px;
	left: 110px;
}

#content{
	background-image:url(images/content_kader_mid.png);
	background-repeat:repeat-y;
	height:540px;
	color: #241b0f;
}

/* contactpage */
#contactinfo{
	position: absolute;
	right: 35px;
	top: 160px;
	width: 293px;
	margin-top: 100px;
	font-size: 13px;
}

#contactinfo span{
	color: #6f714e;
}

#contactinfo a{
	text-decoration: none;
	color: #241b0f;
}

#contactinfo a:hover{
	text-decoration: underline;
}

#reservatielink_nl{
	position: absolute;
	right: 35px;
	bottom: 19px;
	height: 30px;
	width: 293px;
	text-indent:-5000px;
	background-image: url(images/reservatie.gif);
	background-repeat: no-repeat;
}

#reservatielink_fr{
	position: absolute;
	right: 35px;
	bottom: 19px;
	height: 30px;
	width: 293px;
	text-indent:-5000px;
	background-image: url(images/reserver.gif);
	background-repeat: no-repeat;
}

#reservatielink_en{
	position: absolute;
	right: 35px;
	bottom: 19px;
	height: 30px;
	width: 293px;
	text-indent:-5000px;
	background-image: url(images/book.gif);
	background-repeat: no-repeat;
}

#reservatielink_es{
	position: absolute;
	right: 35px;
	bottom: 19px;
	height: 30px;
	width: 293px;
	text-indent:-5000px;
	background-image: url(images/reservar.jpg);
	background-repeat: no-repeat;
}

#reservatielink_de{
	position: absolute;
	right: 35px;
	bottom: 19px;
	height: 30px;
	width: 293px;
	text-indent:-5000px;
	background-image: url(images/reservieren.jpg);
	background-repeat: no-repeat;
}

#templatecontent{
	position: absolute;
	width: 293px;
	right: 35px;
	top: 10px;
}

#templatecontent .txt{
	font-size: 12px;
	text-align: left;
}

#templatecontent .troeven{
	font-size: 12px;
	text-align: left;
}

#templatecontent ul{
	font-size: 12px;
}

#templatecontent div a{
	text-decoration: underline;
	color: #241b0f;
}

#templatecontent div a:hover{
	text-decoration: none;
}

#templatecontent h1, #contactinfo h1{
	font-size: 18px;
	font-weight: lighter;
}

#templatecontent h2{
	font-size: 17px;
	font-weight: lighter;
	margin-bottom:0;
}

#leftbox{
	position: absolute;
	border: 1px solid #241b0f;
	left: 17px;
	bottom: 28px;
	top: 17px;
	width: 520px;
	height: 390px;
	background-color: #241b0f;
}

.promocontainer{
	margin-top: 10px;
	width: 900px;
	height: 110px;
	float: left;
	margin-bottom: 10px;
}

.promoimage{
	position: absolute;
	left: 17px;
	width: 520px;
	height: 110px;
	border: 1px solid #241b0f;
	background-color: #848E7C;
}

.promoimage span{
	position: absolute;
	bottom: 2px;
	left: 25px;
	color: white;
}

.promocontent p{
	margin:0px;
	float: right;
	width: 293px;
	height: 125px;
	margin-right: 35px;
	font-size: 11px;
	border-bottom: 1px solid #d6d3b2;
}

.promocontent a{
	color: #241B0F;
}

.promocontent a:hover{
	text-decoration:none;
}

.imgcontainer{
	float: left;
	width: 105px;
	height: 82px;
}

.imgcontainer img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#slideshow p{
	position: absolute;
	left: 60px;
	top: 50px;
	text-align: center;
	color: white;
	font-size:12px;
	width: 400px;
}

#slideshow a{
	position: absolute;
	top:125px;
	left:181px;
	text-indent: -5000px;
	background-image: url(images/adobe-flash.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 39px;
}

#topbox{
	background-image: url(images/content_kader_top.png);
	background-repeat: no-repeat;
	width: 906px;
	height: 17px;
}

#bottombox{
	background-image: url(images/content_kader_bottom.png);
	background-repeat: no-repeat;
	width: 906px;
	height: 18px;
}

#breadcrumb{
	bottom:-5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #ffffff;
	position:absolute;
	left:130px;
	z-index:2;
}

#breadcrumb a{
	color: #ffffff;
	text-decoration: none;
}

#breadcrumb a:hover{
	text-decoration: underline;
}

#contenttext, #contenttextmore{
	position: absolute;
}

#header #book{
	position:absolute;
	top:-2px;
	right:0px;
}

#header #book a{
	padding:3px 10px;
	color:#fff;
	border:1px solid #e5e2c9;
	background-color:#302413;
	text-decoration:none;
	font-size:12px;
	display:block;
	height:14px;
}

