/* @charset "utf-8"; */
/* geef de totale breedte van de pagina op */
#mainDiv {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left;
	position: relative;
}
#dataBody {
	background-image: url(../../09_assets/bg_body/index.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E5E5CC;
	position: relative;
	min-height: 450px; /* Min-height voor alle browsers behalve IE*/
}
/* Min-height voor IE*/
/*\*/
* html #dataBody {
	height: 450px;
}
#data {
	margin-left: 170px;
	margin-right: 10px;
}
#kolom_rechts {
	margin-left: 5px;
	margin-right: 10px;
}
#kolom_links {
	margin-left: 20px;
	margin-right: 10px;
}
#kolom_links h2 {
	padding: 8px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bolder;
	color: #000000;
}
/* Plaats het logo van de KHK absoluut binnen dataBody */
#logoKHK {
	width: 130px;
/*	position: absolute; */
	left: 20px;
	top: 0px;
}
#logoKHK .adres {
	padding: 0px 0px 0px 32px;
	font-size: 85%;
}
#logoKHK .centreer {
	padding: 0px 0px 0px 30px;
}
#logoKHK img {
	margin: 0px 0px 0px 20px;
}
/* Plaats het logo van de acossiatie absoluut binnen dataBody */
#logoAssociatie {
	width: 130px;
	position: relative;
	left: 20px;
	bottom: 0px;
}
#logoAssociatie img {
	margin: 0px 0px 0px 30px;
}
/* Header */
#header {
	background-image: url(../../09_assets/bg_header/index.gif);
	background-repeat: no-repeat;
	height: 50px;
	position: relative;
	background-position: center;
	background-color: #E5E5CC;
}
#header  #titelPrint {
	display:none;
}
#header  #navLinks{
	position: absolute;
	left: 170px;
	top: 15px;
}
#header  #navRechts{
	position: absolute;
	top: 15px;
	right: 20px;
	text-align:right;
}
#header a {
	font-size: 0.9em;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
	color: #979948;
}

#same_line * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;  
}

/*
#header #same_line * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;  
}
*/
/* Footer */
#footer {
	background-image: url(../../09_assets/bg_footer/index.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5CC;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 8px;
	height: 30px;
}
.reset {
    height:0;
    font-size: 1px;
    line-height: 0px;
	clear:both;
}
/* Footer */
.calender  {
	background-image: url(../../09_assets/calenderBg/);
	background-repeat: no-repeat;
	height: 67px;
	width: 60px;
	text-align: center;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
}
.calender .dagTekst {
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.calender .dagGetal {
	display: block;
	font-weight: bold;
}
.calender .jaar {
	display: block;
}

/* Toon de teskt "Ingezonden door <<user>> op <<datum>>" en "Ingediend door <<user>> op <<datum>>, die op
 * een aangemaakte blogpagina en bij iedere ingediende reactie getoond wordt, in het grijs en cursief.
 */
.submitted {
  color: #777;
  font-size: 0.8em;
  font-style: italic;
}