@charset "utf-8";

body {
	background-color:#FFFFFF;
}

#base {
	width:960px;
}

#left {
	float:left;
	width:235px;
}

#middle {
	float:left;
	width:725px;
}

#right {
	float:left;
}

#topleft {
	height:155px;
	background-image:url(../images/zwa/logo.jpg);
	background-position:25px 25px;
	background-repeat:no-repeat;
	border:none;
	
}

#topbanner {
	height::310;
	width:725px;
	border:none;
	padding:0px;
	z-index:1;
	position:absolute;
}

#top {
	height:155px;
	width:725px;
	border:none;
	padding:0px;
	z-index:2;
	position:relative;
}

#topmenu {
	float:left;
	height:40px;
	width:450px;
	background-color:#8288C0;
	z-index:2;
	position:relative;
}

#themename {
	height:40px;
	background-color:#8288C0;
	padding-top:13px;
	text-align:left;
	padding-left:25px;
}

#leftmenu {
	width:235px;
	background-image:url(../images/zwa/menu_bg.jpg);
	background-repeat:repeat-x;
}

#content {
	float:left;
	width:450px;
	text-align:left;
	padding:25px;
	padding-top:40px;
	z-index:2;
	position:relative;
}

#newshead {
	height:28px;
	width:195px;
	background-color:#2D4E9D;
	margin-top:20px;
	text-align:left;
	padding:5px;
	border-width:1px;
	border-color:#C4D5EA;
	border-style:solid;
	z-index:2;
	position:relative;
}

#news {
	height:147px;
	width:195px;
	background-image:url(/images/zwa/nieuws_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:10px;
	text-align:left;
	padding:5px;
	border-width:1px;
	border-color:#C4D5EA;
	border-style:solid;
	border-top:none;
	z-index:2;
	position:relative;
	overflow:hidden;
}

#bottom {
	width:450px;
	height:40px;
	float:left;
	text-align:right;
	/*padding:15;*/
}

#bottombanner {
	float:right;
}

#knop {
	width:80px;
	height:20px;
	padding-top:2px;
	border-style:solid;
	border-width:1px;
	border-color:#C4D5EA;
	float:right;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
	cursor:pointer;
}

hr {
	line-height:1px;
	color:#8288C0;
}