@import url("milkbox.css");
@import url("fotoalbum.css");

*{
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #e8d500 url(../images/bg.jpg) repeat-x top left;
	text-align:left;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:909px;	
}

#menu{
	background: url(../images/top.jpg) repeat-x top left;
	float:left;
	width:909px;
}

.logo{
	float:left;
	width:310px;
	padding-left:10px;
}

#menu ul{
	width:589px;
	float:right;
	list-style:none;
}

#menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding:0 ;
	border-left:1px solid #fff;
	height:82px;
}

#head{
	float:left;
	width:909px;	
	height:200px;
}

#content{
	float:left;
	position:relative;
	width:909px;
	background: #fff url(../images/header.jpg) no-repeat top left;
}

#tekst{
	float:left;
	width:534px;
	padding:0 34px 10px 43px;
	z-index:99;
	position:relative;
}

#tekst ul{
	list-style:square;
	padding:2px 0 2px 25px;
}

table{
	border-collapse:collapse;
}

.even{
	background:#fffbce;
	height:80px;
}

.oneven{
	background:#fff;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;	
	height:80px;
}

.img{
	border:1px solid #dadada;
	margin:0 2px;
	padding:2px;
}

#banners{
	float:left;
	width:275px;
	padding:85px 0 0 15px;
}

#nieuws{
	float:left;
	width:238px;
	height:157px;
	padding:10px;
	margin:0 0 10px 0;
	background: url(../images/banner3.jpg) no-repeat top left;;
}

#nieuws ul{
	list-style:square;
	padding:2px 0 2px 25px;
	height:108px;
}

#nieuws li{
	padding:2px 0;
	line-height:16px;
}

.nieuwsmeer{
	text-align:right;
	width:238px;
	float:right;
	padding:12px 5px 0 3px ;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

a#nieuwslink{
	color:#fff;
	text-decoration:none;
}

input, textarea{
	border:1px solid #000;
	width:180px;
	padding:1px;
	overflow:auto;
}

iframe{
	border:1px solid #000;
}

#footer{
	background: #e8d500 url(../images/footer.jpg) no-repeat top left;
	width:892px;
	height: 35px;
	text-align:left;
	padding:50px 0 10px 17px;
}

.footleft{
	float:left;
	width:745px;
}

.footright{
	float:left;
	width:145px;
}