/***************** opmaak divs ******************/
#container{
	width: 1000px;
	margin: auto;
	opacity: 0.9;
	box-shadow: 0 0 25px 5px #000;
}

#header{
	width: 1000px;
	height: 150px;
	background-color: #699;
}
#header-left{
	width: 150px;
	height: 150px;
	float: left;
	/* background: url(../images/LogoFLAC.jpg) center no-repeat;*/
}
#header-mid{
	width: 630px;
	height: 140px;
	float: left;
	text-align: center;
	padding: 5px 10px 5px 10px;
}
#header a{
	color: #FF0;
}
#header-right{
	width: 200px;
	height: 150px;
	float: left;
	text-align: center;
}
#smoothmenu2{
	background: #ccc url(../images/menubkgrd.png) top no-repeat;
	width: 175px;
	height: 600px;
	float: left;
	display: inline;
}
#menu ul{
	width: 144px;
}
#menu li{
	font-size: 14px;
	text-align: center;
	border-top: 3px solid #fff;
	list-style-type: none;
	padding: 14px 0px 14px 0px;
}
#menu li a{
	color: #fff;
}
#menu li a:hover{
	color: #FFFF00;
}
#kruimels{
	width: 820px;
	height: 25px;
	float: left;
	padding: 10px 0px 0px 10px;
}
#content{
	width: 595px;
	height: 600px;
	background-color: #ccc;
	float: left;
	padding: 0px 10px 0px 20px;
	text-align: justify;
	overflow: auto;
	display: inline;
}
#content td{
	text-align: left;
}
#content ul{
	padding-left: 50px;
	list-style-image: url(../images/button.png);
}
#content li{
	padding-bottom: 10px;
}	
#sponsors{
	width: 185px;
	height: 575px;
	background-color: #ccc;
	float: left;
	display: inline;
	text-align: center;
	padding-top: 25px;
	padding-left: 15px;
}
#footer{
	width: 1000px;
	height: 50px;
	background-color: #ccc;
	clear: both;
	float: left;
	padding-top: 15px;
	text-align: center;
}
	
/***************** html opmaak ***************/
*{
margin:0px;
padding:0px;
}
body{
	background: url(../images/backgroundNieuw.jpg) top left;
	background-size:cover;
	font-family: Verdana;
	font-size: 12px;
	color: #006;
	text-decoration: none;
	height: 100%;
}
p{
	padding-bottom: 10px;
}
h2, h3, h4, h5{
	text-align: center;
	padding: 6px 0px 6px 0px;
}
a{
	color: #00F;
	text-decoration: none;	
}
img{
	border: 0px;
}
table{
	border: 1px solid #006;
}
td{
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	color:#006;
}
td a{
	font-weight: bold;
	color: #006;
	text-decoration: underline;
}
/********************  opmaak classes ********************/
.trhead{
	text-align: center;
	background-color: #999;
	font-weight: bold;
}
.bestuur{
	border: none;
	text-align: left;
}
.form{
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	border: 1px solid #999;
	width: 250px;
}
.submit{
	background-color: #CCC;
	color: #666666;
}
.pagelink{
	font-size: 9px;
}
.imagesrotator a img {
	border: 0;
}
.imagesrotator a {
    position: absolute;
}
.imagesrotator {
	height: 75px;
}
.shadow {
-webkit-border-radius: 0% 0% 100% 100% / 0% 0% 8px 8px;
-webkit-box-shadow: rgba(0, 0, 0,.30) 0 2px 3px;
}
.container {
  margin: 0 auto;
  margin-top: 10px;;

  height: auto;
  background: darkgrey;
  border: 1px solid #ccc;
  border-radius: 3px/6px;
  padding: 0px;
  padding-left: 15px;
    
    
}