@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff9ed;
	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 */
}
.twoColElsLtHdr #container { 
	width: 965px; 
	background: #fff9ed;
	background-image:  url(../images/background.jpg);
	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. */
} 
.twoColElsLtHdr #header {
	margin: 0;
	height: 121px;
	background-image:  url(../images/integrated_small_wide.jpg);
	background-repeat: no-repeat;

}
/*
sidebar
*/
.twoColElsLtHdr #sidebar {
	float: left; 
	width: 196px; /* since this element is floated, a width must be given */
	padding: 0px 0px 0px 5px; /* top and bottom padding create visual space within this div */
	font-size: 0.7em;
	min-height: 400px;
}
.twoColElsLtHdr #sidebar h3, .twoColElsLtHdr #sidebar p {
	margin-left: 3px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 3px;
}
.twoColElsLtHdr #navbar {
	width: 196px;
	

}
#navbar .uberlink {
color: #F3F !important;
cursor: default;
}
/*
Level onze praktijk
*/
#levelhomelist {
	font-size: 1.1em;
	margin: 0;
	padding: 0.5em 0em 0.2em 0em;
	list-style-type: none;
	font-weight: bold;
}
#levelhomelist a, #levelhomelist a:visited {
	color: #00a0c6;
	text-decoration: none;
}
#levelhomelist a:hover {
	color: #F3F;
}
/*
Level 1
*/
#level1list {
	font-size: 1.1em;
	margin: 0;
	padding: 0.4em 0em 0.2em 0em;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #00a0c6;
}
#level1list a, #level1list a:visited {
	color: #00a0c6;
	text-decoration: none;
}
#level1list a:hover {
	color: #F3F;
	text-decoration: none !important;
}
#level2list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.1em;

}
#level2list a, #level2list a:visited {
	padding: 0px 0px 0px 0px;
	color: #666;
	text-decoration: none;
}
#level2list a:hover {
	text-decoration: underline;
	color: #F3F;
}
#navbar .uberlink {
color: #F3F !important;
cursor: default;
}
/*
Main content styles
*/
.twoColElsLtHdr #mainContent {
	font-size: 0.7em;
	margin-top: 1em;
	margin-right: 6em;
	margin-bottom: 0;
	margin-left: 20em;
	
}
h1 {
	font-size: 1.8em;
	color: #00a0c6;
	font-weight : bold;
	margin : 2px 0px 3px 0px;
}
h2 {
	font-size: 1.3em;
	color: #a1bd30;
	font-weight : bold;	
	margin : 2px 0px 3px 10px;
}
h3 {
	font-size: 1.2em;
	color: #666;
	font-weight : normal;
	margin : 2px 0px 3px 0px;
	font-style: italic;
}
h4 {
	font-size: 1em;
	color: #FF6600;
	font-weight : bold;
	margin : 3px 0px 0px 0px;
	font-style: normal;
	}
h5 {
	font-size: 1em;
	color: #FFFFF;
	font-weight : bold;
	text-decoration : none;
	margin : 0px 0px 0px 0px;
	font-style: normal;
}
#hidden {
	color: #fff9ed;
}
#list {
	padding: 0em 0em 0em 10em;
}
#note {
	font-style: italic;
	color:#999999
}
a:link {
	text-decoration: underline;
	color: #00a0c6;
}
a:active {
	text-decoration : none;
	color: #96c8ff;
}
a:visited {
	text-decoration : none;
	color: #00a0c6;
}
a:hover {
	text-decoration : underline;
	color: #f3f;
}
.twoColElsLtHdr #footer { 
	background-image:  url(../images/footer_wide.png);
	background-repeat: no-repeat;
	height: 45px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.inschrijven_rechts { /* 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: 10px;
	width: 330px;
	padding: 5px;
	border: 1px dotted #CCCCCC;

}
.inschrijven_breed { /* 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. */
	margin-left: 10px;
	padding: 5px;
	border: 1px dotted #CCCCCC;

}
.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
/*DL, DT, DD TAGS LIST DATA*/
dl {
	margin: 1em 0em 0em 1em;  
}
 
dl dt {
	float:left;
    margin-right:10px;
    width:40%;
	margin-bottom: 1em;

}
 
dl dd {
 margin-bottom: 1em;
}

.transparent_class {
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}
.article {
  column-count: 2;
  column-gap: 20px;
}
.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;
}

.twoColElsLtHdr #topnav {
	float: right;
	position: relative;
	margin-top: 95px;
	width: 400px;

}
/*top navigation */
#topnav #navlist {
	opacity: 0.7;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#topnav #navlist li {	
	float: right;
	list-style-type: none;
	margin:  0 20px 0px -10px;
	padding: 0;
	white-space: nowrap;
}
#topnav #navlist a, #navlist a:visited {
    display: block;
	padding: 2px 4px 2px 4px;
	color: #333;
	border: 1px solid;
	border-color: #b4e2ef #bab9b7 #bab9b7 #bab9b7;
	background-color: #b4e2ef;
	text-decoration: none;
}
#topnav #navlist a:hover {
	border-color: #bab9b7 #bab9b7 #fff9ed #bab9b7;
	background-color: #fff9ed !important;
}
img
{  border-style: none;
}