@charset "utf-8";
@import url("css/openingstyle.css");
#banner {
	height: 185px;
	width: 750px;
	text-align: right;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: bold;
	z-index: 15;
	background-repeat: no-repeat;
	background-image: url(images/binkies_banner1.png);
}
#content {
	height: auto;
	width: 742px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-family: "Comic Sans MS", cursive;
	z-index: 14;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-left: 8px;
	background-color: #CAFFCD;
	position: relative;
	float: left;
}

#geplaatst td{
	border-bottom: solid 1px black;

}

#footer {
	width: 750px;
	position: absolute;
	bottom: 0px;
	height: 25px;
	background-image: url(images/three_0.gif);
	background-repeat: repeat-x;
	margin-left: -8px;
	font-size: 12px;
	text-align: center;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.medewerkerlink {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	margin-right: 25px;
}

#rightpictureframe {
	width: 125px;
	float: left;
	height: 500px;
	margin-top: 225px;
}
#container_bameco {
	width: 750px;
	height: 500px;
	float: left;
}


#lefpictureframe {
	height: 500px;
	width: 125px;
	float: left;
	margin-top: 225px;
}




h1 {
	font-size: 20px;
	font-weight: bold;
}

#nieuwsdiv {
	height: 50px;
	width: 150px;
	text-align: left;
}

body {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(images/body-background.jpg);
}
#topmenu {
	width: 750px;
	height: 33px;
	z-index: 100;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	clear: none;
	float: left;
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:500;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(images/three_0.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 35px;
}

#nav li.top {
	display:block;
	float:left;
	height:38px;
}

#nav li a.top_link {
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#ccc;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	background-image: url(images/three_0.gif);
}

#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:35px;
	background-image: url(images/three_0.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:35px;
	background-image: url(images/three_0a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#nav li:hover a.top_link {
	color:#fff;
	background-image: url(images/three_1.gif);
	background-repeat: no-repeat;
}
#nav li:hover a.top_link span {
	background-image: url(images/three_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li:hover a.top_link span.down {
	background-image: url(images/three_1a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Default list styling */

#nav li:hover {
	position:relative; 
	z-index:200;}

#nav li:hover ul.sub {
	left:1px;
	top:38px;
	background: #bbd37e;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:140px;
	height:auto;
	z-index:300;
}

#nav li:hover ul.sub li{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:140px;
	font-weight:normal;
}

#nav li:hover ul.sub li a{
	display:block;
	font-size:11px;
	height:18px;
	width:140px;
	line-height:18px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border:1px solid #bbd37e;
}

#nav li ul.sub li a.fly{
	background-color: #bbd37e;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 120px 6px;
}

#nav li:hover ul.sub li a:hover 
{
	background:#6a812c; color:#fff; border-color:#fff;
}

#nav li:hover ul.sub li a.fly:hover
{
	color:#fff;
	background-color: #6a812c;
	background-image: url(images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 80px 6px;
}



#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{
	left:90px;
	top:-4px;
	background: #bbd37e;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:auto;
	z-index:400;
	height:auto;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{
	color:#fff;
	border-color:#fff;
	background-color: #6a812c;
	background-image: url(images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 80px 6px;
} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{
	color:#000;
	border-color:#bbd37e;
	background-color: #bbd37e;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 80px 6px;
}

.preload1 {background: url(three_1.gif);}
.preload2 {background: url(three_1a.gif);}
.fotorand {
	border: 2px solid #000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #122B00;
	text-decoration: underline;
}
.sterk {
	font-weight: bolder;
}
.rechts {
	text-align: right;
}
a:visited {
	color: #030;
}
DIV.scott {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.scott A {
	BORDER-RIGHT: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #88af3f; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}
DIV.scott A:hover {
	BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6
}
DIV.scott A:active {
	BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6
}
DIV.scott SPAN.current {
	BORDER-RIGHT: #b2e05d 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #b2e05d 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #b2e05d 1px solid;
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #b2e05d 1px solid;
	BACKGROUND-COLOR: #586F1B
}
DIV.scott SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}
.onderstrepen {
	text-decoration: underline;
}
#sponsor {
	text-align: center;
	height: auto;
	width: 100%;
}
.uitspringen {
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
}
