/*----------------------------------------------------
Stylesheet Dierenartsencombinatie Balkbrug Nieuwleusen

Kleuren: 
#000000 zwart
#666666 grijs
#83CB05 donkergroen
#C0E480 lichtgroen
#FFFFFF wit
----------------------------------------------------*/

/* Algemeen */
html,body {
	overflow: auto;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-3d-light-color: #83CB05;
	scrollbar-arrow-color: #C0E480;
	scrollbar-darkshadow-color: #C0E480;
	scrollbar-face-color: #83CB05;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DC0E480;
	scrollbar-track-color: #FFFFFF;
}
img {
	border: 0;
}
#container {
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px; /* helft van breedte */
}
.clear {
	clear: both;
}
.borderBottom {
	border-bottom: 1px solid #83CB05;
}
.navSmall {
	font-size: 9px;
	text-align: center;
}

/* Divs */
#header {
	position: absolute;
	left: 147px;
	top: 0px;
	width: 747px;
	height: 86px;
	border-bottom: 1px solid #83CB05;
}
#contentContainer {
	position: absolute;
	left: 147px;
	top: 87px;
	width: 529px;
	background-attachment: scroll;
	background-image: url(../images/contentBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px solid #83CB05;
}
	#contentHeight {
		float: left;
		width: 1px;
		height: 463px;
	}
	#content {
		float: left;
		padding-left: 90px;
		padding-top: 43px;
		width: 438px;
		overflow: auto;
	}
		#content a:link {
			color: #666666;
			font-weight: bold;
			text-decoration: underline;
		}
		#content a:visited {
			color: #666666;
			font-weight: bold;
			text-decoration: underline;
		}
		#content a:hover {
			color: #666666;
			font-weight: bold;
			text-decoration: underline;
		}
		#content a:active {
			color: #666666;
			font-weight: bold;
			text-decoration: underline;
		}
#menuTop {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 237px;
	height: 249px;
	background-repeat: no-repeat;
	background-position: top;
}
#menuContent {
	position: absolute;
	left: 0px;
	top: 249px;
	width: 148px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: 500; 
	line-height: 22px;
	text-align: right;
}
	.menuLink {
		height: 22px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.menuLink a:active {
		color: #666666;
		text-decoration: none;
	}
	.menuLink a:link {
		color: #666666;
		text-decoration: none;
	}
	.menuLink a:visited {
		color: #666666;
		text-decoration: none;
	}
	.menuLink a:hover {
		color: #666666;
		display: block;
		width: 100%;
		text-decoration: none;
		background-image: url(../images/menuHover.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
	#dropmenudiv {
		position: absolute;
		background-color: #FFFFFF;
		border: 1px solid #83CB05;
		border-bottom-width: 0;
		line-height: 18px;
		z-index: 100;
	}
	#dropmenudiv a {
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #83CB05;
		padding: 1px 0;
		color: #666666;
		text-decoration: none;
		font-weight: normal;
	}
	#dropmenudiv a:hover {
		background-color: #C0E480;
	}
#afbeeldingen {
	position: absolute;
	left: 676px;
	top: 100px;
	width: 224px;
	height: 463px;
}
	.randomBlock {
		float: right;
		display: block;
		width: 90px;
		height: 90px;
		padding: 1px;
		background-image: url(../images/schaduw.gif);
		background-repeat: no-repeat;
	}
	.randomInline {
		float: right;
		display: inline;
		width: 90px;
		height: 90px;
		padding: 1px;
		background-image: url(../images/schaduw.gif);
		background-repeat: no-repeat;
	}
