@charset "utf-8";
/* CSS Document */

html,body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
	border: none;
	}

a:link {
	color: #673700;
	font-size: 12px;
	text-decoration: none;
	}
a:visited {
	color: #673700;
	font-size: 12px;
	text-decoration: none;
	}	
a:hover {
	text-decoration: underline;
	}
div.hr {
	color: #673700;
	background: #673700;
	height: 1px;
	width: 100%;
	}
div.hr hr {
	display: none;
	}
	
.indent {
	padding-left: 20px;
	}
.team {
	padding: 0 25px 10px 0;
	text-align: right;
	text-decoration: underline;
	font-style: italic;
	}

#page {
	background: url(img/bg.gif) repeat-x;
	background-color: #c01818;
	}
#inner {
	background-color: #FFFFFF;
	}

#footer {
	background-color: #fbe1a3;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	color: #673700;
	height: 23px;
	}

/* Logo */

.logo_top {
	width: 297px;
	height: 45px;
	background: url(img/logo_top.jpg) no-repeat;
	}
.logo_bl {
	width: 139px;
	height: 25px;
	background: url(img/logo_bl.jpg) no-repeat;
	}
.krullevaar {
	width: 139px;
	height: 227px;
	background: url(img/krullevaar.jpg) no-repeat;
	}
.school {
	width: 637px;
	height: 252px;
	background: url(img/header_img.jpg) no-repeat;
	}

/* Home & Contact */

#header_link{
	list-style: none;
	height: 22px;
	width: 80px;
	margin: 0px 10px 0px 0px;
	}
#header_link li{
	float: right;
	height: 22px;
	width: 30px;
	}
#header_link li a{ 
	background: url(img/home.png) no-repeat top right;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 30px;
	margin: 0px;
	height: 22px; 
	}

#header_link li a span{
	visibility: hidden;
	}
#header_link a.home{
	background-position: 0 -22px;
	}
#header_link a.contact{
	background-position: -37px -22px;
	}
#header_link a.home:hover{
	background-position: 0 -44px;
	}
#header_link a.contact:hover{
	background-position: -37px -44px;
	}

/* Top Navigation */

.top_nav {
	background: url(img/nav_bg.gif) repeat-x;
	}

#navigation{
	list-style: none;
	position: absolute;
	top: 297px;
	height: 40px;
	width: 777px;
	margin: 0px;
	}
#navigation li{
	float: left;
	height: 40px;
	width: 111px;
	}
#navigation li a{ 
	background: url(img/top_nav_bg.jpg) no-repeat top left;
	color: #000000;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	margin: 0px;
	height: 40px; 
	}
html>body #navigation li a{ 
	margin-left: -40px;
	*margin-left: 0px;
	}
#navigation li a div{
	padding: 12px 0px 12px 0px;
	}
/* Buttons */
#navigation a.top_nav{
	background-position: 0 0;
	}
#navigation a.top_nav:hover{
	background-position: 0 -40px;
	}
#navigation .top_nav_active{
	background-position: 0 -80px;
	}

/* Left Navigation */

#left_nav {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 200px;
	}

#left_nav table {
	padding: 15px;
	}

#left_nav ul{
	list-style: none;
	height: 28px;
	margin: 0px;
	}
#left_nav li{
	float: left;
	height: 28px;
	}
#left_nav li a {
	width: 148px
	}
#left_nav li a.left_nav, .left_nav_active{ 
	background: url(img/lnav_bg.png) no-repeat top left;
	color: #000000;
	display: block;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	height: 28px; 
	}
html>body #left_nav li a.left_nav{ 
	margin-left: -40px;
	*margin-left: 0px;
	}
html>body #left_nav .left_nav_active{ 
	margin-left: -40px;
	*margin-left: 0px;
	}
#left_nav a.left_nav:link{
	padding: 3px 6px 4px 6px;
	background-position: 0 -5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	}
#left_nav a.left_nav:visited{
	padding: 3px 6px 4px 6px;
	background-position: 0 -5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	}
#left_nav a.left_nav:hover{
	padding: 3px 6px 4px 16px;
	background-position: 0 -34px;
	text-decoration: none;
	}
	
#left_nav .left_nav_active{
	padding: 3px 6px 4px 16px;
	background-position: 0 -63px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	}

html>body #sub_left_nav { 
	padding: 25px 0px 10px 0px;
	*padding: 25px 15px 10px 15px;
	}
#sub_left_nav {
	font-size: 10px;
	color: #673700;
	}

/* Content */

#main {
	border-top: 1px solid #838383;
	background: url(img/lnav_sr.png) top left no-repeat;
	padding: 15px 15px 0px 15px;
	}
#main .content {
	background-color: #fbe1a3;
	padding: 15px;
	font-size: 12px;
	color: #673700;
	}
#main h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	color: #000000;
	}
#main h1 {
	font-size: 24px;
	}
#main h2 {
	font-size: 18px;
	}
#main h3 {
	font-size: 14px;
	}
#main h4 {
	font-size: 12px;
	}
#main h5 {
	font-size: 10px;
	}
#main h6 {
	font-size: 8px;
	}


/* Contact */

#contact .left {
	width: 130px;
	padding-right: 10px;
	font-size: 12px;
	text-align: right;
	}
#contact .right {
	width: 100%;
	font-size: 12px;
	text-align: left;
	}
	
/* Shadows */

.sl{
	background: url(img/sl.png) repeat-y;
	width: 10px;
	}
.sr{
	background: url(img/sr.png) repeat-y;
	width: 10px;
	}
.sb{
	background: url(img/sb.png) repeat-x;
	height: 10px;
	}
.sbl{
	background: url(img/sbl.png) no-repeat;
	width: 10px;
	height: 10px;
	}
.sbr{
	background: url(img/sbr.png) no-repeat;
	width: 10px;
	height: 10px;
	}
