@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color : #FCEDCD ;
	color : #383438;
	overflow-y:scroll;
}
	
#container {
	margin-top:0px;
	position: absolute ;
	width: 786px ;
	min-height: 450px ; 
	left: 50% ;
	margin-left: -393px ;
}

#header {
	width: 786px;
	height: 150px;
	
}

#header_left {
	float: left;
	width:175px;
	height:100px;
	background-image: url(../images/logo.jpg);
	border: 1px solid #000000;
}

#header_mid {
	float: left;
	width:442px;
	height:100px;
	background-image: url(../images/drielandenpunt1.jpg);
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#header_right {
	float: left;
	width:165px;
	height:65px;
	padding-top:35px;
	background-color: #D01838;	
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align:center;
	vertical-align:middle;
}

#midbar_left {
	float: left;
	width:175px;
	height:48px;
	background-image: url(../images/title.jpg);
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	
}

#midbar_mid {
	float: left;
	width:442px;
	height:48px;
	background-image: url(../images/drielandenpunt2.jpg);
	border-right: 1px solid #000000;
	
}

#midbar_right {
	float: left;
	width:165px;
	height:48px;
	background-image: url(../images/lovebug.jpg);
	border-right: 1px solid #000000;
		
}


#main {
	float: left;
	width: 786px;
	height:auto;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-y; 	
}

#leftcol {
	float: left;
	width:165px;
	background-color: #D01838;
	height:auto;
	padding:5px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	
		
}

#leftcol_top {
	float: left;
	width:155px;
	height:auto;
	padding-bottom:10px;

}

#leftcol_mid {
	float: left;
	width:155px;
	height:auto;
	padding:5px;
	padding-bottom:10px;

}

#leftcol_bottom {
	float: left;
	width:160px;
	height:201px;
        margin-top: 10px;
        margin-left: 5px;
	background-image: url(../images/grensstenen2.jpg);
	background-repeat:no-repeat;

}


#content {
	float: left;
	width:422px;
	height:auto;
	padding:10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	
}
#breadcrumb { width:422px; margin-top:2px; margin-bottom:15px;}
	

#rightcol {
	float: left;
	width:165px;
	height:auto;
	border-top: 1px solid #000000;
	background-color:#2e9260;
	border-right: 1px solid #000000;
		
}

#rightcol_top {
	float: left;
	width:165px;
	height:201px;
	background-image: url(../images/douane.jpg);
	background-repeat:no-repeat;

}

#rightcol_mid {
	float: left;
	width:155px;
	padding: 5px;
	height:auto;
     
}


#rightcol_bottom {
	float: left;
	width:155px;
	padding: 5px;
	height:auto;

}

#bottombar_left {
	float: left;
	width:175px;
	height:60px;
	background-color:#339966;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#bottombar_mid {
	float: left;
	width:442px;
	height:60px;
	background-color:#D3FAE7;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#bottombar_right {
	float: left;
	width:165px;
	height:60px;
	background-color:#7BCE94;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
        background-image: url(../images/blank.png);        

}

#credits_left {
	float: left;
	width:175px;
	height:20px;
	background-color: #D01838;	
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#credits_mid{
	float: left;
	width:442px;
	height:20px;
	background-color:#FCEDCD;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
	
}

#credits_right{
	float: left;
	width:165px;
	height:20px;
	background-color:#339966;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}