@charset "utf-8";
/* CSS Document */

/*------------------------------- CSS reset ---------------------------------*/

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	background: url(../images/bg.jpg) repeat-x #FFF;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #474747; font-size: 14px;}
h2 { color: #474747; font-size: 13px;}
h3 { color: #A9A4FF; font-size: 13px; font-style: italic;}
h4 { color: #474747; font-size: 11px;}
h5 { color: #474747; font-size: 10px;}
h6 { color: #474747; font-size: 9px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 970px;
	background: #EAEAEA;
}


/*------------------------------- Header ---------------------------------*/

#header {
	width: 970px;
	height: 242px;
}

#logo {
	float: left;
	width: 727px;
	height: 242px;
}

#banner {
	float: left;
	width: 243px;
	height: 242px;
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	width: 960px;
	height: 29px;
	padding: 0 0 0 10px;
	background: url(../images/menu_bg.jpg);
}
#menu li {
	float: left;
	padding: 5px 15px 0 15px;
	font-size: 13px;
}
#menu a {
	float: left;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #D6DF22;
}


/*------------------------------- Left ---------------------------------*/

#left {
	float: left;
	width: 697px;
	padding: 15px;
	color: #474747;
	font-size: 12px;
}
	#left a { color: #474747; text-decoration: none;}
	#left a:hover {	color: #18A153;}

#left img {	border: 1px solid #353090;}


/*------------------------------- Right ---------------------------------*/

#right {
	float: left;
	width: 235px;
	margin: 0 8px 0 0;
	padding: 0 0 95px 0;
	background: url(../images/bottom.jpg) no-repeat bottom #353090;
	color: #FFF;
	font-size: 11px;
}
	#right a { color: #D6DF22; text-decoration: none;}
	#right a:hover { color: #FFF;}

#right img {
	padding: 0 0 0 23px;
}

/*--- Nieuws ---*/
#nieuws h3 {
	width: 150px;
	height: 47px;
	display: block;
	padding: 15px 0 0 60px;
	background: url(../images/trompet.jpg) no-repeat left top;
}
#nieuws {
	padding: 5px 15px 5px 2px;
}
#nieuws .item {
	position: relative;
	padding: 0 10px 10px 15px;
}
#nieuws strong {
	display: block;
}
#nieuws span {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
}

/*--- Agenda ---*/
#agenda h3 {
	width: 150px;
	height: 40px;
	display: block;
	padding: 20px 0 0 54px;
	background: url(../images/trommel.jpg) no-repeat left top;
}
#agenda  {
	padding: 5px 15px 5px 2px;
}
#agenda .item {
	position: relative;
	padding: 0 10px 10px 15px;
}
#agenda strong {
	display: block;
}
#agenda span {
	position: absolute;
	display: block;
	bottom: 10px;
	right: 0;
}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 5px 5px 0;
}
