/* styles.css - Thuiszorg Het Friese Land */

html, body {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	color: #000;
	behavior: url("css/csshover.htc");
	height: auto;
}

#outerDiv {
	height: auto;
}

html>body, html>body #outerDiv {
	height: auto;
}

/* SEARCH BAR */

.search {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	width: 293px;
	height: 48px;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	behavior: url("css/iefix.htc");
	background-image: url(img/searchBg.gif);
	background-repeat: no-repeat;
}

.search img {
	float: left;
	margin-top: 7px;
	margin-left: 12px;
}
.search img#textSmaller {
	margin-top: 10px;
	margin-left: 20px;
}
.search input {
	float: left;
	margin-top: 7px;
	margin-left: 20px;
	border: 1px solid #CC0033;
	background-color: #FFF;
	text-indent: 2px;
	height: 14px;
	width: 110px;
	padding-top: 2px;
	position: ralative;
	filter: alpha(opacity=100);
}
.search input#searchButton {
	margin-left: 5px;
	border: 1px solid #CC0033;
	background-color: #EBDF00;
	color: #CC0033;
	font-weight: bold;
	height: 19px;
	width: 50px;
	padding-top: 0px;
}
.searchTable {
	margin-top: 30px;
}

/* TOP BALK */

#top {
	height: 181px;
	width: 100%;
	float: left;
	display: table;
	min-width: 909px;
}
#topImage {
	width: auto;
	height: 145px;
}
#topSearch {
	width: 293px;
	height: 34px;
}

/* MENU TOP DROPDOWN */

.menuItemDropdown {
	position: absolute;
	background-color: #F7F299;
	width: 220px;
	display: block;
}
.menuItem .menuItemDropdown A {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

/* CONTENT TABLE */

#contentTable {	
	width: 645px;
	float: left;
	margin-top: 20px !IMPORTANT; margin-top: 33px;
	margin-left: 31px;
	padding-bottom: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}	
#contentTableHome {	
	width: 645px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}	
#contentTable A {
	color: #CC0033;
	text-decoration: none;
	cursor: pointer;
}
#printIcon {
	float: left;
}

/* top menu */

.menuTop {
	clear: both;
	background-color: #F7F299;
	width: 100%;
	height: 36px;
	font-size: 12px;
	background-image: url(img/menuTopEnd.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.menuWrap {
	width: 800px;
	float: left;
	margin-right: 30px;
}
.menuTop img {
	border: 0px;
	margin: 0px;
}
.menuTop ul {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 36px;
}
.menuTop ul li.mainMenu {
	position: relative;
	float: left;
	list-style: none;
	height: 36px;
	color: #000;
}
.menuTop ul li.mainMenu A{
	color: #000;
}
.menuTop ul li.activeNode {
	position: relative;
	float: left;
	list-style: none;
	background-color: #EBDF00;
	height: 36px;
	color: #CA0031;
}
.menuTop ul li.activeNode A{
	color: #CA0031;
}
.menuTop ul li a {
	float: left;
	display: block;
	height: 21px;
	padding: 10px 15px 5px 15px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.menuTop ul li a:hover {
	color: #CC0033;
}
.menuTop ul li a.active {
	background-color: #EBDF00;
	color: #CC0033;
}
.menuTop ul li ul {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #F7F299;
	width: 220px;
	margin: 0px;
	margin-top: 36px;
	padding: 0px;
	list-style: circle;
	/*padding-right: 15px !important;*/ padding-right: 0px;
}
.menuTop ul li:hover ul {
	display: block;
	background-color: #00CC99;
}
.menuTop ul li:hover ul {
	display: block;
	background-color: #00CC99;
}
.menuTop ul li ul li {
	clear: both;
	float: left;
	color: #CC0033;
	list-style: circle;
	display: block;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #F7F299;
}
.menuTop ul li ul li:hover {
	background-color: #EBDF00;
}
.menuTop ul li ul li:hover {
	background-color: #EBDF00;
}
.menuTop ul li ul li a {
	margin: 0px;
	padding: 5px 0px 5px 23px;
	width: 197px;
	color: #CC0033;
	text-decoration: none;
	/*white-space: nowrap;*/
	background: url('../img/menuBullet.gif') 15px 11px no-repeat;
	font-weight: normal;
	display: block;
	height: auto;
}/**/
.menuTop img.menuTopEnd {
	float: right;
	margin: 0px;
}

/* FOOTER */

.footer {
	background-color: #F4F4F4;
	height: 36px;
	bottom: 0px;
	width: 100%;
	margin-top: 40px;
	float: left;
}
.footer img {
	border: 0px;
	float: left;
	border: 0px;
	margin: 0px;
}
.footer img.footerEnd {
	float: right;
}
.footer .footerContent {
	float: right;
	color: #888;
	margin-top: 10px;
	margin-right: -40px;
}
.footer .footerContent a {
	color: #888;
	text-decoration: none;
}
.footer .footerContent a:hover {
	text-decoration: underline;
}

#teaserLeft {
	margin-top: 17px;	
	float: left;
	clear: left;
}
#newsHome {
	padding-top: 10px;
}
#leftMenuNews {
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentWrap {
	display: block;
	
	width: 909px;
	float: left;
}

#keurMerk {
	width: 100px;
	height: 27px;
	float: right;
	margin-top: 4px;
}