/*
Website : www.kljlimburg.be
CSS : Yannick & Cindy
---------------------------------------
CSS bestand vrijgegeven door www.gigadesign.be onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/be/
*/

* {
	margin: 0;
	padding: 0;
}


body {
	background: #120f0f;
	color : #fff;
	font : normal normal 62.5%/1.5 Arial, Verdana, "Times New Roman", sans-serif;
}

img
{   behavior: url('./themes/site_themes/v1/pngbehavior.htc');
}

a img {
	border : none;
	text-decoration: none;
}

a:hover img {
	border : none;
	text-decoration: none;
}

div#logo img {
	display: block;
}

h1 {
	font-size: 2.2em; /* 22px */
	margin-bottom: 15px;
}

h2 {
	font-size: 1.3em; /* 13px */
	color: #006a85;
}

h3 {
	font-size: 1.2em; /* 13px */
	color: #b72727;
	margin-top: 10px;
}

h3 a{
	color: #b72727;
	text-decoration: none;
}

h3 a:hover{
	color: #b72727;
	text-decoration: none;
}

a {
	color: #f05102;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #f05102;
	text-decoration: underline;
}

table, p {
	font-size: 1.1em; /* 12px */
}

td p {
	font-size: 1.0em;
}

ul {
	list-style-type : none;
}
.clear {
	clear: both;
}

/*
* General Structure
*/
div#container {
	font-size: 100%;
	background: #120f0f url('./themes/site_themes/v1/images/background.png') left top no-repeat;
	max-width: 800px;
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	min-width: 770px;
	width:expression(document.body.clientWidth < 770? "770px": "auto" );
	margin: auto;
	height: 450px;
}

div#eerste_kolom {
	width: 229px;
	position: relative;
	top: 49px;
	margin-left: 19px;
	z-index: 0;
}

div#tweede_kolom {
	width: 499px;
	position: relative;
	top: 80px;
	left: 248px;
text-align: left;
}

/*
* Eerste Kolom
*/
div#logo {
	width: 135px;
	height: 135px;
	margin-left: 38px;
	position: absolute;
	z-index: 2;
	top: -110px;
}

div#inhoud_eerste_kolom {
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 1;
}

div#menuwrapper {
	position: relative;
	width: 140px;
	font-weight: bold;
	font-size: 1.3em;
}

div#menubg {
	background-color: #50453f;
	filter:alpha(opacity=84);
	-moz-opacity:.84;
	opacity:.84;
	width: 130px;
	padding: 5px;
}

div#menu {
	width: 130px;
	background-color: transparent;
	position: absolute;
	z-index: 10;
	padding: 5px;
}

div#menu ul li a  {
	color: #fff;
	text-decoration: none;
}

div#menubg ul li a  {
	color: /*#6c5c53*/#72665f;
	text-decoration: none;
}

div#menu ul li a:hover, div#menubg ul li a:hover {
	color: /*#6c5c53*/#72665f;
	text-decoration: none;
}

.submenuwrapper {
	position: relative;
	width: 130px;
}

div#menu ul li.submenuwrapper:hover  {
	color: /*#6c5c53*/#72665f;
	text-decoration: none;
	cursor: pointer;
}

.submenubg {
	background-color: #f8f3dd;
	filter:alpha(opacity=84);
	-moz-opacity:.84;
	opacity:.84;
	width: 104px;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 100px;
	font-size: 0.9em;
}

.submenu {
	width: 104px;
	background-color: transparent;
	position: absolute;
	z-index: 2;
	padding: 5px;
	top: 0;
	left: 100px;
	font-size: 0.9em;
}

div#menu ul li ul.submenu li a {
	color: #120f0f;
	text-decoration: none;
}

div#menu ul li ul.submenubg li a  {
	color: #fff;
	text-decoration: none;
}

div#menu ul li ul.submenu li a:hover, div#menu ul li ul.submenubg li a:hover {
	color: /*#50453f*/#72665f;
	text-decoration: none;
}

div#evenementwrapper {
	position: relative;
	width: 140px;
	margin-top: 20px;
margin-bottom: 20px;
}

div#evenement {
	width: 130px;
	background-color: transparent;
	position: absolute;
	z-index: 2;
	padding: 5px;
}

div#evenementbg {
	background-color: #312a27;
	filter:alpha(opacity=84);
	-moz-opacity:.84;
	opacity:.84;
	width: 130px;
	padding: 5px;
}

p.indekijker {
	text-align: center;
}

/*
* Tweede Kolom
*/
div#eerste_vakje,  div#gb_invullen_titel{
	background-color: #f8f3dd;
	padding: 5px;
	margin-bottom: 4px;
}

div#eerste_vakje_nieuws {
	background-color: #f8f3dd;
	min-height:137px;
	height:auto !important;
	height:137px;
	padding: 5px;
	margin-bottom: 4px;
}

div#eerste_vakje_nieuws p, div#eerste_vakje p {
	color: #120f0f;
}
div#eerste_vakje_nieuws ul, div#eerste_vakje ul {
	color: #120f0f;
list-style-type: circle;
font-size: 1.1em;
margin-left: 20px;
	padding-left: 20px;
}
div#tweede_vakje, div#gb_invullen_form, div.gb_vakje {
	background-color: #312a27;
	padding: 5px;
	margin-bottom: 4px;
}

div#tweede_vakje_nieuws {
	background-color: #312a27;
	height: 75px;
	padding: 5px;
}

div.nieuwstable {
	width: 33%;
	float: left;
}

div.nieuwstable a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div.nieuwstable a:hover{
	color: #72665f;
	text-decoration: underline;
	font-weight: bold;
}

div#tweede_kolom_wrapper {
	margin-top: 4px;
}

div#fotowrapper {
	background-color: #f8f3dd;
	width: 187px;
	height: 152px;
	float: left;
	padding: 5px;
}

div#fototextrechts {
	font-size: 1.3em;
	font-weight: bold;
	color: #120f0f;
	float: right;
	margin-top: 4px;
}

div#fototextlinks h3 {
	margin-top: 0;
	float: left;
	margin-top: 4px;
}

div#foto {
	text-align: center;
	width: 100%;
}

div#inhoud_wrapper {
	width: 294px;
	height: 162px;
	float: right;
}

div#derde_vakje{
	background-color: #f8f3dd;
	height: 72px;
	margin-bottom: 3px;
	padding: 5px;
}

div#derde_vakje p {
	color: #120f0f;
}

div#vierde_vakje {
	height: 76px;
	background-color: #312a27;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 1px;
}

table#contacttable {
	width: 100%;
}

table#contacttable td.eerst {
	width: 60%;
}

div#footer {
	text-align: center;
	margin-top: 25px;
}

/*
* Foto Bekijk Pagina
*/
.fotos {
	text-align: center;
	width: 163px;
	float: left;
	height: 115px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fotos img {
	border-width: 1px;
	border-style: solid;
	border-color: #f8f3dd;
}

.fotosentry {
	text-align: center;
	width: 122px;
	float: left;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fotosentry img {
	border-width: 1px;
	border-style: solid;
	border-color: #f8f3dd;
}

.navigation {
	text-align: center;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	width: 100%;
}

.navigation .left {
	float: left;
	width: 49%;
	text-align: left;
}

.navigation .right {
	float: right;
	width: 49%;
	text-align: right;
}

/*
* Nieuws Pagina
*/
p.archieflink {
	margin-top: 20px;
	text-align: right;
}

h2.jaar {
	margin-bottom: 0;
	margin-left: 10px;
}

h3.datum {
	margin-top: 0;
	margin-left: 10px;
}

ul.archieflijst, div#tweede_vakje ul {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: circle;
	font-size: 1.1em
}
/*
* Kalender Pagina
*/
div.kalender_vakje {
	background-color: #312a27;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 4px;
}

div.nav_vakje {
	background-color: #50453f;
	padding: 5px;
	margin-bottom: 4px;
}

div.kalender_inhoud {
	margin-bottom: 15px;
	margin-top: 2px;
	float: right;
	width:390px;
}
div.kalender_inhoud ul{
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: circle;
}

div.kalender_affiche {
	float: right;
	margin-right: 7px;
	margin-bottom: 7px;
}

h3.kalender {
	margin-top: 0;
}

div.datecontainer {
	float: left;
	width: 86px;
	margin-top: 5px;
}

div.duurwrapper {
	border: 1px solid #f8f3dd;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #50453f;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}

div.enkel {
	width: 38px;
	position: relative;
	left: 19px;
}

div.dubbel {
	width: 80px;
}

div.datumwrapper_begin {
	float: left;
	text-align: center;
	padding-right: 10px;
	margin-left: 10px;
}

div.datumwrapper_end {
	float: left;
	text-align: center;
	border-left: 1px solid #f8f3dd;
	padding-left: 10px;
	margin-right: 8px;
}

div.dag {
	font-size: 1.6em;
	letter-spacing: -1px;
	margin-bottom: -3px;
}

div.maand {
	font-size: 1.05em;
	margin: 0px;
}

div.jaar {
	font-size: 1.4em;
	margin-top: -2px;
}

/*
* Wie is wie Pagina
*/
p.contactadres {
	margin-top: 10px;
}
h3.sport {
	margin-left: 15px;
	margin-top: 0;
}
h3.pb {
	margin-top: 0;
float: left;
}
div.wie_is_wie {
	float:left;
	width:163px;
	height:150px;
	text-align:center;
margin-bottom: 7px;
}
div.vrijgestelde_info {
	margin: 15px;
}
div.vrijgestelde_foto {
	float: left;
}
div.vrijgestelde {
	float: left;
	margin-left: 10px;
	width: 349px;
}

/*
* Afdelingen Pagina
*/
div.afdelingen_kolom {
	float: left;
	width: 244px;
}
h3.gewest {
	margin-top: 0;
	margin-left: 10px;
}

ul.afdelingen{
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: circle;
}
ul.afdelingen li {
	font-size: 1.1em;
}
/*
* Downloads
*/
div.down_kolom_wrap {
	width: 489px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.down_kolom {
	float: left;
	width: 244px;
}
h3.cat{
	margin-top: 0;
	margin-left: 10px;
}

h3.cat small a{
	color: #006a85;
}

h3.cat small a:hover{
	color: #006a85;
	text-decoration: underline;
}

ul.downloads {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: circle;
}

ul.downloads li {
	font-size: 1.1em;
}
/*
* Gastenboek Pagina
*/
div.gb_entry {
	margin: 5px;
}
h3.gb_author {
	margin-top: 0;
}
h3.gb_author a{
	text-decoration: underline;
}

h3.gb_author a:hover{
	text-decoration: none;
}

#comment_form {
	margin-left: 10px;
}
#comment_form label {
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 7px;
	font-size: 1.1em;
}
#comment_form input {
	display: block;
	width: 300px;
	float: left;
	font-size: 1.1em;
}
#comment_form textarea {
	width: 410px;
	height: 100px;
font-family:  Verdana;
	font-size: 1.1em;
}
#comment_form input[type="submit"] {
	margin-top: 7px;
	width: 110px;
border: 0;
height: 20px;
}
div.gb_vakje {
	margin-bottom: 6px;
}
.validation-advice {
	color: red;
	background: url('./themes/site_themes/v1/images/alert.png') no-repeat left center;
	padding-left: 22px;
clear: both;
margin-bottom: 5px;
font-weight: bold;
font-size: 1.1em;
}
div.error {
	color: red;
	background: url('./themes/site_themes/v1/images/alert.png') no-repeat left center;
	padding-left: 22px;
clear: both;
margin-bottom: 5px;
font-weight: bold;
font-size: 1.1em;
}

/*
* POLL
*/
.pollTotalVotes {
display: none;
}
.pollWrapper {
font-size: 1.1em;
}
.pollQuestion {
color: #b72727;
}
.pollResultAnswer {
color: #a8a09d;
}