/* CSS File voor Jama Zonwering */
* { 
	margin: 0; 
	padding: 0;
}
body { 
	background: #4e4b49; 
	margin: 0; 
	padding: 0;
	text-align: center;
	
	font-family: arial;
	font-size: 12px;
	color: #4e4b49;
}

p {margin-left:10px}

#contentWrapper { 
	width: 921px; 
	margin-top: 0; 
	padding-top: 0; 
	background: #FFF url('../images/contentBack.jpg') repeat-y center; 
	margin: 0 auto;
	
}

#header {
	width: 898px;
	height: 155px;
	/* background-image: url('../images/header/1.png'); */
	background-repeat: no-repeat;
	
	border: 1px solid #000;
	
	margin: 0 auto;
	
}

#navigation {
	font-weight: bold;
	
	background-image: url('../images/menuBack.png');
	background-position: center center;
	
	width: 900px;
	height: 27px;
	
	margin: 0 auto;
	
	vertical-align: middle;
}

#navigation div {
	padding-top: 6px;
}

#navigationList li {display: inline;margin-right: 4px;}
#navigationList li a {color: #4e4b49;text-decoration: none;}
#navigationList li a:hover {color: #000;text-decoration: underline;}
#navigationList li.active a  {color: #4e4b49;text-decoration: underline;}
#navigationList li.active a:hover  {color: #000;text-decoration: underline;}

#content {
	margin-top: 10px;
	text-align: left;
}

#content #single {
	margin-left: 20px;
	margin-right: 20px;
}

#content #links {
	float: left;
	width: 610px;
	margin-left: 20px;
	margin-right: 20px;
	
}


#content #rechts {
	float: left;
	width: 230px;
	border-left: 2px solid #ff7e00;
	padding-left: 10px;
	
}

h1, h2, h3, h4, h5, h6 {
	color: #ff7e00;
	margin: 5px;
}

#footer {
	clear: both;
	background-image: url('../images/footer.png');
	background-position: center;
	height: 31px;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #4e4b49;
	text-decoration: none;
}

#footnote {
	font-size: 10px;
	background-color: #4e4b49;
	color: #000;
	text-align: left;
	padding-left: 20px;
}
#footnote a{
	color: #000;
}

form input, textarea {
	background-color: #ffefc2;
	color: #ff7e00;
	border: 1px solid #4e4b49;
}

.projectenAfbeelding {
	border: 2px solid #ff7e00;
}

.assortiment_item {
	color: #4e4b49;
	text-decoration: none;
	font-weight: bold;
	
}

.assortiment_item:hover {color: #000;}

ul {margin-left:20px;}

