/* TIJDELIJK */

.IN-BEWERKING {
	font-size: 1.5em;
	line-height: 1.4em;
	background-color: #FF00FF;
	color: #00FF00;
	font-weight: bolder;
	text-decoration: blink;
}

/* ALGEMEEN */

body, html {
	margin: 0;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}
#main_container {
	width: 722px;
	min-height: 100%;
	text-align: left;
	background-image: url(/pictures/bg_container_722.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
* html #main_container {
	overflow: visible;
}

/* HEADER */

#header_container {
	width: 100%;
	height: 58px;
}
#menu {
	position:relative;
	width: 150px;
	height: 22px;
	top: 54px;
	left: 25px;
}
#header {
	float: left;
	padding-left: 28px;
}
#header a {
	text-decoration: none;
	border: none;
}
img {
	text-decoration: none;
	border: none;
}

#zoeken {
    position:relative;
	width: 200px;
	height: 22px;
	top: -50px;
	left: 500px;
}

/*normale css property, deze wordt gelezen door elke browser */
#algemeen {
  position: relative;
    width: 150px;
	height: 22px;
	top: -48px;
   left: 340px;
  
}
/* internet explorer 6 only! Let op de underscore. */
_#main_container #header_container #algemeen  {
	position: relative;
	width: 150px;
	height: 22px;
	top: -48px;
	left: 340px;
}
/* internet exploer 7 only! Let op de *. */
* #main_container #header_container #algemeen {
	position: relative;
	width: 150px;
	height: 22px;
	top: -48px;
	left: 540px;
}

#algemeen a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: none;
}
#algemeen a:hover {
	color: #A5C800;
	text-decoration: none;
	border-bottom: none;
}


/* RECHTS */

#rechts_container {
	float: left;
	width: 220px;
}
* html #rechts_container {
	width: 220px;
	
}
#rechts {
	padding-top: 80px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
}

/* CONTENT */

#content_container {
	float: left;
	width: 455px;
}
#content {
	padding: 80px 20px 0px 30px;
}


/* TEKST OPMAAK */

h1, h2, h3 {
	color: #34A026;
	font-family: Verdana;
	line-height: 16pt;
	font-style: normal;
	}
h1 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
}
h2 { 
	color: #000000;
	font-size: 8pt; 
	line-height: 1.0em;
	font-weight: bold;

}
h3 {
	font-size: 1em;
	margin-bottom: -5px;
	margin-top: 5px;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	margin: 0px;
}
p, table, li {
	font-size: 0.95em;
	line-height: 1.5em;
}
table#nieuwsberichten th {
	width: 9%;
	background-color: #EDF5FA;
	}
table#nieuwsberichten td {
	width: 91%;
	}
td, th {
	border: none;
	padding: 2px;
	}
#datum {
	width: 1%;
	}

	
/* LINK KLEUREN*/	

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
a:hover {
	color: #E90129;
	text-decoration: none;
	border-bottom: 1px solid #E90129;
}
a:active {
}

/* OVERIG */

hr {
	color : #000000;
	background : #c0c0c0;
	border : #ffffff;
	height : 1px;
}
.home {
	color : #000000;
	background : #3EADE5;
	border : #ffffff;
	height : 1px;
	margin: -10px;
}


#terug_naar_boven img {
	float: right;
	text-decoration: none;
	border: none;
}


	
/* LIJSTEN */

ul {
	list-style-type: disc;
	margin: 10px;
	padding: 5px;
}
ol {
	margin: 16px;
	padding: 10px;
}
div#disclaimer {
	float: left;
	width: 600px;
	margin-top: 4px;
	margin-left: 1px;
	background-color: #FFFFFF;
	font-weight: lighter;
}
#disclaimer a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: none;
}
#disclaimer a:hover {
	color: #EC091D;
	text-decoration: none;
	border-bottom: none;
}

#menu {
	position:relative;
	width: 150px;
	height: 22px;
	top: 10px;
	left: 20px;
}
