body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	
}
.twoColFixLt #container  { background: url(../afbeeldingen/AG.gif); text-align: left; margin: 0 auto; border: solid 0px #000000; width: 984px }
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #D5DCF8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 30px;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 180px; /* 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: 0 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

#header  { 
	background-image: url(../afbeeldingen/header.png); 
	width: 794px; 
	height: 301px 
}

#inhoud {
		padding: 10px 10px 20px 14px;
		height: 325px;
		width: 770px;
		overflow: auto;	
		margin-right: 10px;
}

#koptekst { 
	font-size: 14px; 
	font-weight: bold;
}
#tekst { 
	font-size: 12px; 
}
#tekst a:link, #tekst a:active, #tekst a:visited { color: black; text-decoration: underline;} 
#tekst a:hover { color: gray; text-decoration: underline;} 

.knoppenHome  { font-size: 12px; text-align: center; padding-bottom: 20px }
.knoppenHome a:link, .knoppenHome a:active, .knoppenHome a:visited { color: black; text-decoration: none; font-weight: bold}
.knoppenHome a:hover { text-decoration: underline; color: #0E2B8F;}

.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;
}

.team {
	color: black;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cellspacing: 0px
}
.patienten {
	background-color: #D5DCF8;
	padding: 5px;
}
.tabel {
	border: 1px solid white;
}

