body, html{
	margin: 0px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	line-height: 1.7em;
	background-color: #320032;
	color: #FEC864;
}
ul, ol{
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}

h1, h2, h3, h4{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 11pt;
	line-height: 2em;
}
h2{
	font-size: 9pt;
}
h3{
	font-size: 9pt;
}
h4{
	font-size: 9pt;
}
a{
	text-decoration: none;
	color: #FEC864;
}
a:hover{
	font-style: italic;
}

#site{
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
	width: 1000px;
	height: auto;
}	
#header{
	float: left;
	width: 952px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 15px;
	height: 120px;
}
#menu{
	float: left;
	width: 185px;
	margin-right: 15px;
}
#body{
	float: left;
	width: 800px;
	padding-bottom: 20px;
}
#footer{
	float: left;
	border: 1px solid #FEC864;
	padding: 5px 20px 5px 20px;
	width: 750px;
	text-align: right;
}

/*  -------------------  HEADER -------------------  */
#ug_logo{
	float: left;
	height: 120px;
	width: 111px;
	padding: 0px 37px 0px 17px;
	margin-right: 15px;
}
#headline{
	float: left;
	width: 620px;
	height: 40px;
	padding: 40px 20px 20px 20px;
	font-size: 3em;
}
#contactinfo{
	float: right;
	height: 20px;
	width: 620px;
	padding: 0px 0px 0px 20px;
	text-align: right;
}
#kb_logo{
	float: left;
	width: 110px;
	height: 100px;
}

/*  --------------------  MENU  -------------------  */
.menu_header{
	background-color: #FEC864;
	color: #320032;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
.menu_body{
	padding: 5px 15px 1em 10px;
	margin-bottom: 15px;
	border: 1px solid #FEC864;
	background-color: #540054;
	height: auto;
}
.hoofdmenu li{
	width: 100%;
	border-bottom: 1px solid #FED864;
	padding: 0px 0px 5px 0px;
}

.agenda_datum{
	height: auto;
	width: 100%;
}
.agenda_omsch{
	height: auto;
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #FED864;
}
.agenda_type{
	font-weight: bold;
}
/*  --------------------  MENU  -------------------  */
.nieuwsbrief{
	border:1px solid #FEC864;
	background-color: #FEC864;
	height:23px;
	margin-bottom:15px;
}
.nieuwsbrief #aanmelden{
	border:0 none;
	color:#FEC864;
	background-color: #320032;
	font-style:italic;
	height:15px;
	padding:3px 5px;
	width:150px;
}
.nieuwsbrief #submit{
	background-color:#FEC864;
	color:#320032;
	border:0 none;
	cursor:pointer;
	height:21px;
	width:20px;
	font-weight: bold;
}
/*  ------------------  CONTENT  ------------------  */
div.content{
	float: left;
	border: 1px solid #FEC864;
	border-top: 30px solid #FEC864;
	padding: 5px 20px 20px 20px;
	width: 750px;
	margin-bottom: 15px;
	background-color: #540054;
}

.content2l_txt{
	float:left;
	width: 550px;
	height: auto;
}
.content2r_img{
	float:left;
	width: 200px;
	height: auto;
	text-align: center;
}

.content2r_txt{
	float:left;
	width: 550px;
	height: auto;
}
.content2l_img{
	float:left;
	width: 200px;
	height: auto;
	text-align: center;
}

.forumHead td{
	border-top: 2px solid #FEC864;
	border-left: 1px solid #FEC864;
	border-bottom: 3px solid #FEC864;
	background-color: #540054;
}
.forumHead .status{
	width: 50px;
}
.forumHead .user{
	width: 50px;
}
.forumHead .subject{
	width: 125px;
}
.forumHead .replies{
	width: 50px;
}
.forumHead .date{
	width: 75px;
}
.forumHead .lastReply{
	width: 200px;
}

.evenThread, .oddThread{
	background-color: #320032;
	border-bottom: 1px dotted #FED864;
	padding-bottom: 5px;
}


.postBorder{
	border: 1px solid #FEC864;
	margin-bottom: 10px;
}
.postBorderCurrent{
	border: 1px dotted #FEC864;
	margin-bottom: 10px;
}
.postSubject{
	font-weight: bold;
}
.postSubject, .postData{
	border-bottom: 1px solid #FEC864;
	background-color: #540054;
	padding: 3px;
}
.postData a, .bottomControls a {
	color:#FEC864;
	text-decoration:underline;
}
.postData a:hover, .bottomControls a:hover {
	text-decoration:none;
}
.postMessage{
	padding: 0px 10px 0px 10px;
}

.pagination{}

.postControls, .bottomControls{
	border-top: 1px solid #FEC864;
	padding: 3px;
	text-align:right;
	margin-bottom: 5px;
}
 .bottomControls{
	background-color: #540054;
}
