/* CSS Document */

#spacer {
	width: 100%;
	height: 56px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #003399;
	}
	
#MainLogo {
	width: 100px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	}

#MainText {
	width: 492px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	}

#SideTop {
	width: 170px;
	position: relative;
	height: auto;
	top: 0px;
	left: 0px;
	}

#SideBottom {
	position: relative;
	height: auto;
	width: 170px;
	top: 4px;
	left: 0px;
	}

#Map {
	position: relative;
	top: auto;
	width: 399px;
	height: 517px;
	}
	
.td {
	vertical-align: top;
	}
	
.RightTile {
	background-image: url(../arrangementen_files/assets/IndexTileRight.gif);
	}
	
.LeftTile {
	background-image: url(../arrangementen_files/assets/IndexTileLeft.gif);
	}

