
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background: #22221f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #eeeeee;
}

a:link {
color:#CCCCCC;
text-decoration:none;
}
a:hover {
color:#666666;
text-decoration:none;
}
a:visited {
color:#CCCCCC;
text-decoration:none;
}
a:active {
color:#CCCCCC;
text-decoration:none;
}
a.menu:link {
color:#91a26a;
text-decoration:none;
}
a.menu:hover {
color:#666666;
text-decoration:none;
}
a.menu:visited {
color:#91a26a;
text-decoration:none;
}
a.menu:active {
color:#91a26a;
text-decoration:none;
}
a.mail:link {
color:#999999;
text-decoration:none;
}
a.mail:hover {
color:#666666;
text-decoration:none;
}
a.mail:visited {
color:#999999;
text-decoration:none;
}
a.mail:active {
color:#999999;
text-decoration:none;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px 20px;
	/*background:#00FF66;*/
}
#mainContent {
	float:left; 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#toplinks {
width:450px;
text-align:right;
margin-bottom:70px;


} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slideshow {  
height:620px;
margin: 0px;
padding:0;
 }
.slideshow img {
margin:0px; 
padding: 7px; 
border: 1px solid #ccc; 
background-color: #eee; 
}

.contact {  
height:420px;
margin: 0px;
padding:0;
padding-top:26px;
color:#999999;
 }
.rvdv {
width:500px;  
height:420px;
margin: 0px;
padding-top:12px;
color:#999999;
 }
#projecten {
float:left;
}
img {
margin:0px;
padding:0px;
border:none;
}
h1 {
margin:0px 0px 4px 0px;
padding:0px;
font-size:14px;
color:#c3c1c1;
}
h2 {
margin:5px 0px 7px 0px;
padding:0px;
}

/*****************************************************/
/*menu*/
/******************************************************/
ul.menu {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
  margin-top:15px;
  
}
 ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
  
  
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #22221f;
  color: #f1f1f1;	
  padding: 3px 5px 2px 0px;
  font-size:12px;
}

ul.menu li a:hover {
  /*background: #000;*/
  color: #999999;
}

ul.menu li ul li a {
  background: #22221f;
  color: #a9a18d;
  padding-left: 10px;
  font-size:13px;
}

ul.menu li ul li a:hover {
  /*background: #aaa;*/
  padding-left: 13px;
  color: #666666;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

#hidden {
/*visibility:hidden;
overflow:hidden;*/
display:none;
}
