@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 17px;
	overflow-y: scroll;
	height: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}


a {
	color: #F00;
}

img {
	border: 0px;
}

hr {
	border: 0;
	color: #406faf;
	background-color: #406faf;
	height: 1px;
	width: 100%;
}


#pagewrapper {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	width: 1044px;
	background-color: #FFF;
}


#language {
	position:absolute;
	left: 50%;
	margin-left: 365px;
	margin-top: 0px;
	width: 70px;
	height: 52px;
	z-index: 888;
}


#menu {
	position: fixed;
	_position:absolute;
	left: 50%;
	margin-left: 470px;
	margin-top: 29px;	
	width: 32px;
	height: 694px;
	z-index: 999;
}



/* start of header */

#header {
	position: relative;
	height: 204px;
	width: 1044px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
}

/* end of header */




/* start of maincontent */

#maincontent {
	position: relative;
	width: 1044px;
	height: 2120px;
	background-image: url(../images/main_back.jpg);
	background-repeat: no-repeat;
}

#area_01 {
	position: relative;
	width: 1044px;
	height: 855px;
}

#column_01a {
	float: left;
	width: 80px;
	margin-top: 40px;
	display: inline;
	padding: 0px;	
}

#column_01b {
	float: left;
	width: 340px;
	margin-top: 40px;
	display: inline;
	padding: 0px;	
}

#column_01c {
	float: left;
	width: 450px;
	margin-left: 60px;
	margin-top: 80px;
	display: inline;
	padding: 0px;	
}

#clear {
	clear:both;
}

#area_02 {
	position: relative;
	width: 1024px;
}

#column_02a {
	float: left;
	width: 75px;
	margin-top: 45px;
	display: inline;
	padding: 0px;
}

#column_02b {
	float: left;
	width: 460px;
	margin-top: 45px;
	display: inline;
	padding: 0px;	
}


#column_02c {
	float: left;
	width: 450px;
	display: inline;
	padding: 0px;	
}



/* start of sections */

#bienvenue {
	width: 330px;
	height: 290px;
}

#wijnroute {
	width: 330px;
	height: 430px;
}

#arrangementen {
	width: 450px;
	height: 650px;
}

#lesducks {
	width: 385px;
	height: 435px;
}

#overons {
	width: 385px;
	height: 300px;
}

#contact {
	width: 385px;
	height: 100px;
}

#fotos {
	width: 390px;
	height: 375px;
}

#gastenboek {
	width: 390px;
	height: 315px;
}

#links {
	width: 390px;
	height: 175px;
}

/* end of sections */
/* end of maincontent */


#push {
  	clear: both;
}



/* start of footer */

#footer {
	position: absolute;
	bottom: 0px;
	width: 1044px;
	height: 300px;
	background-image: url(../images/footer_back.jpg);
}

/* end of footer */

