/* 

STYLE SHEET FOR WEB SITE
www.anjawormeester.nl
created by Saskia Schrijver, Inhoud Telt, www.inhoudtelt.nl

/* --------- 1. defaults  --------- */

body  {
	font: 100% Helvetica, Arial, sans-serif;	
	background: #CCC;
	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: #000000;
}

#wrapper {
		   margin: 0px auto; 
		   width: 940px;
}


.thrColFix #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px;
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	background: # fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 500px;
	z-index: 1;

}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* 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: 15px 10px 35px 20px; /* padding keeps the content of the div away from the edges */
	height: 450px;
	margin: 0px ;
	overflow: hidden;
	z-index: 2;
}

.thrColFix #mainContent { 
	margin: 0px 0px 0px 0px;
	padding: 15px 17px 35px 23px; /* padding keeps the content of the div away from the edges */
	height: 450px;
	overflow: hidden;
	z-index: 3;
}
.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;
}

#footer {
				MARGIN-TOP: 10px; 
				FONT-SIZE: 80%; 
				PADDING-BOTTOM: 10px; 
				COLOR: #000; 
				TEXT-ALIGN: center
}


.bgwit {
	background: #fff;
}

.bggrijs {
	background: #B3B3B3;
}

p {
   font-size: 80%;

}

ul {
   font-size: 80%;
}
.oranje {
       color: #E85E20;
}  

.grijs {
       color: #797979;
}

h1 {
   font-size: 110%;
   color: #E85E20;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
   }
   
#menu {
     float: left;
	 width: 960px;
	 background: #CCC;
	 margin-bottom: 20px;
	 padding: 0px;
	 border-bottom: solid 1px #fff;
}

#menu li {
    float: left;
	font-size: 110%;
	font-weight: normal;
    list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li a {
    float: left;
	margin: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFF;
}


#menu li a:hover {
    color: #E85E20;
}

#menu li a.active {
    color: #E85E20;
}

#footer a{
    text-decoration: none;
	color: #000000;
}

#footer a:hover {
          text-decoration: none;
	color: #000000;
}



a {
    text-decoration: underline;
	color:  #E85E20;
}

a:hover {
    text-decoration: underline;
	color: #E85E20;
}

.clear {
	CLEAR: both; OVERFLOW: hidden; HEIGHT: 0px
}


		
