/* VAN SBCM CSS */
div#verborgen_navigatie {
	font-size: 0.1pt;
} 
div#verborgen_navigatie p {
	display: none; 
} 




/* ALGEMEEN */

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

/* HEADER */

#header_container {
	width: 100%;
	height: 100px;
	background: #009EE0 url(/pictures/bg_header.jpg) repeat-y;
}
#header_links {
	float: left;
	padding-top: 20px;
	padding-left: 26px;
}
#header_rechts {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	display: none;
}
#header_links a {
	text-decoration: none;
	border: none;
}
img {
	text-decoration: none;
	border: none;
}

kaft {
	text-decoration: none;
	border: none;
	float: left;
}

/* LINKS */

#links_container {
	float: left;
	width: 50px;
	display: none;
}

#links {
	padding-top: 25px;
	padding-left: 5px;
	display: none;
}

/* CONTENT */

#content_container {
	float: left;
	width: 640px;
	background-color: #FFFFFF;
}
* html #content_container {
	width: 824px;
}
#content {
	padding: 10px 30px;
}
* html #content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#kruimelpad {
	color: #999;
	font-weight: bold;
	font-size: 10px;
	display: none;
}
#kruimelpad a {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
	display: none;
}
#kruimelpad a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: none;
	display: none;
}

/* TEKST OPMAAK */

h1, h2, h3 {
	font-weight: bold;
	color: #004272;
	}
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 {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	
}
a:active {
	text-decoration: none;
}

/* OVERIG */

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

#terug_naar_boven img {
	float: right;
	text-decoration: none;
	border: none;
	display: none;
}
	
/* LIJSTEN */

ul {
	list-style-type: disc;
	margin: 10px;
	padding: 5px;
}
ol {
	margin: 16px;
	padding: 10px;
}
