/*
-------------------------------------------
File: 'Enkev' styles.css Style Sheet
Created: 23 September, 2005
Last Modified: 10, februari, 2010
Author: Testbeeld Reclame concept en realisatie
Email: info@testbeeld.nl
Copyright 2010 Testbeeld Reclame All Rights Reserved
-------------------------------------------
*/


/* Change the sidebar float to the opposite of the main styles.css file. Also change the padding from right to left. */
 #sidebarContainer {
	float: right;
}


/* set the content containers margin-right/margin-left*/
#contentContainer {
	margin-right: 215px;
	margin-left: 0px;
}

/* Switch the padding amounts over to keep the same spacing between sidebar and content */

#contentContainer #content {
	padding: 15px 15px 0px 20px;
}

/* Switch the vertical menu border to right side-remove left vertical border*/

#navcontainer a {
	border-left: 1px solid #D1D1D1;
	border-right: 0px;
}
