/* 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: 1024px;
	min-height: 100%;
	text-align: left;
	border: 6px solid #E5E5E5;
	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: 140px;
	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;
}
#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: 180px;
}

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

/* CONTENT */

#content_container {
	float: left;
	width: 844px;
	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;
}
#kruimelpad a {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}
#kruimelpad a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 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 {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
}
a:hover {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px solid #003399;
}
a:active {
	color: #FF00FF;
	text-decoration: none;
	border-bottom: 1px solid #FF00FF;
}

/* OVERIG */

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

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

#logo img {
	float:left;
	text-decoration: none;
	border: none;
	margin: 0px;
}
/*header voor lettergrootte*/



div.lettergrootte

{   

	float:left;

	border:0px;

	margin-left:0px;

	margin-top:5px;

	width:100px;

	height:1px;	

}



#lettergrootte

{

margin-left:0px;	

}



.normal

{



margin-left:0px;

font-size: 100%;

}



.groter

{

margin-left:0px;

font-size: 120%;

}



.grootst

{

margin-left:0px;

font-size: 140%;

}


/* LIJSTEN */

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