/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body { 
	text-align: center;
	margin:0;
	padding:0;
	
}

#wrap {
	position: relative;
	width:770px; 
	margin:0 auto;
	height:100%;
	text-align:left;
	background-image: url(/lib/img/middle_bg.gif);
	/*background-position:center;*/
	background-repeat:repeat-y;
}

#middle {
	position: relative;
	height: auto;
	min-height: 100%; /* for modern browsers, to push the footer down */
	/*border-right: 140px solid #B0BCDB;  width and background of right column */
	/*border-left: 140px solid #B0BCDB;  width and background of left column */
	margin-left: 140px;
	margin-right: 140px;
	margin-bottom: 30px; /* height of footer */
	width: 490px;
		
}

#header {
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	height: 127px;
	width: 100%;
	overflow: hidden; /* to show it on top */
	z-index:10;
	}

#footer {
	clear: both; /* just to make sure it comes below the columns */ 
	position: relative;
	width: 100%;
	height: 30px;
	background:#036;
	text-align:center;
	color: #eee;
}

#footer a {color:#fff;}
#footer a:hover {color:#b0bcdb;}
#footer img {vertical-align:middle;}

#main {
	position: relative; /* IE float bug workaround */
	float: left;
	width: 490px; /* width of #content +1 */
	
}

#topmid {
	height:40px;
	background-image:url('/lib/img/toptrans.jpg');
	background-repeat: no-repeat;
	background-position: 100%;
}

#content {
	position: relative;
	float: right;
	width: 488px; /* width of #middle -2 */
	}

#nav {
	position: relative;
	float: left;
	width: 140px;
	margin-left: -140px; /* width -1 
	background:url(/top100nederland/lib/img/middle_bg_left.gif);*/
	}

#xtra {
	position: relative;
	float: right;
	width: 140px;
	margin-right: -140px; /* width -1 */
	/* background: #b0bcdb; */
}

#main, #xtra { /* so that the content will not overlap with the header or footer */
	padding-top: 127px;
	padding-bottom: 30px;
}

#menubalk {
	position:relative; 
	left: 0px; 
	width: 770px; 
	height: 20px; 
	border-bottom-color: #ccc; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	background-color: #036; 
	background-image: url(/lib/img/barTopLeft.gif);
	background-repeat: no-repeat;
	font: normal Arial, Helvetica, sans-serif 11px/19px;
	color: #eee;
}

