/* Algemene eigenschappen */
body {
	margin: 5px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #ff5500;
	scrollbar-3dlight-color: #3f3f3f;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #3f3f3f;
	scrollbar-darkshadow-color: #646464;
	scrollbar-track-color: #FFFFFF;
}

/* Geldt voor alle tekst zonder CSS */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}

/* Ruimte en interlinie paragraaf */
p {
	margin: 18px 0px 18px 0px;
	padding: 0px;
	line-height: 18px;
}

/* Link */
a {
	font-weight: bold;
	color: #ff5500; 
	text-decoration: none;
}

/* Link rollovers */
a:active, a:hover {
	color: #ff8e51;
}

/* Button actief */
a.active {
	color: #4c4c4c;
}

/* Heading 1 */
h1 {
	font-size: 14px; 
	font-weight: bold;
	color: #3f3f3f;
	margin: 0px 0px 0px 0px;
}

/* Heading 2 */
h2 {
	font-weight: bold;
	color: #3f3f3f;
	margin: 25px 0px 0px 0px;	
}

/* Heading 3 */
h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #3f3f3f;
	background-color:#FFFFFF;
	padding: 3px 3px 8px 8px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin: 0px 0px 14px 0px;	
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 18px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 18px;
}

.txtnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	margin: 0px 40px 5px 40px;
}

.txtnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff;
	line-height: 18px;
}

.txtnav a:active,  {
	color: #4c4c4c;
}

.divider {
	background-image: url(http://www.sandernoteborn.nl/images/algem/weblayout/divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.mainback {
	background-color: #FFFFFF;
	background-image: url(http://www.sandernoteborn.nl/images/weblayout/main_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.mainfooter {
	background-color: #FFFFFF;
	background-image: url(http://www.sandernoteborn.nl/images/weblayout/main_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.mainnav {
	background-color: #FFFFFF;
	background-image: url(http://www.sandernoteborn.nl/images/weblayout/main_navig.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.picborder {
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}