/* 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: url(/pictures/bg_plaatje.jpg) repeat;
}
#main_container {
	width: 746px;
	min-height: 100%;
	text-align: left;
	border: 2px solid #cc2d30;
	background-image: url(/pictures/bg_container.jpg);
	background-repeat: repeat-y;
	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: 108px;
	background: url(/pictures/bg_header.jpg) no-repeat;
}
#menu {
	position:relative;
	width: 150px;
	height: 22px;
	top: 84px;
	left: 25px;
}
#header {
	float: right;
}
#header a {
	text-decoration: none;
	border: none;
}
img {
	text-decoration: none;
	border: none;
}

/* RECHTS */

#rechts_container {
	float: left;
	width: 201px;
}
* html #rechts_container {
	width: 195px;
}
#rechts {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* CONTENT */

#content_container {
	float: left;
	width: 545px;
}
#content {
	padding: 10px 25px 10px 25px;
}
#kruimelpad {
	color: #EAAF0F;
	font-weight: bold;
}
#kruimelpad a {
	color: #EAAF0F;
	text-decoration: none;
	border-bottom: none;
}
#kruimelpad a:hover {
	color: #cc2d30;
	text-decoration: none;
	border-bottom: none;
}

/* TEKST OPMAAK */

h1, h2, h3 {
	font-weight: bold;
	color: #cc2d30;
	}
h1 {
	font-size: 1.7em;
}
h2 { 
	font-size: 1.4em; 
}
h3 { 
	font-size: 1.1em; 
}
h4 {
	font-size: 1.1em;
	margin: 0px;
}
p, table, li {
	font-size: 1.1em;
	line-height: 1.4em;
}
	
/* LINK KLEUREN*/	

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

/* OVERIG */

hr {
	color : #000000;
	background : #cc2d30;
	border : #ffffff;
	height : 1px;
}

#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;
}