<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style voor http://www.vvblankenham.nl  by alstro webdesign */
:root { overflow-y: scroll !important; }
@media screen {
html, body {
    background-image: url(../img/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 100%;
    line-height: 20px;
    margin: 0 auto;
    padding: 0;
    z-index: 5;
}
	img {
		border: 0;
	}
div#container {
	    height: auto !important;
	    margin: 0 auto;
	    min-height: 100%;
	    width: 980px;
	    padding: 0;
        background-image: url(../img/bodybg.jpg);
         z-index: 5;
	}
H1 {
      color: #407a01;
    }
H2 {
      color: #407a01;
      font-style: italic;
      font-weight: normal;
    }
H3 {
    margin: 0;
    color: #407a01;
    }
div#header {
   background-image: url(../img/header.jpg);
   height: 150px;
}

#menucontainer {
	width: 980px;
	height: 40px;
    background-image: url(../img/menu.png);
	margin: 0px auto;
}

#main {
  width: 100%;
}

#home {
  width: 515px;
  padding: 0 10px 10px 5px;
  float: left;
  line-height: 20px;
}

#links {
  width: 200px;
  padding: 0 5px;
  float: left;
}

#pupilfoto {
  width: 180px;
  height: 150px;
  padding: 10px 0;
  display: block;
  overflow: hidden;
}

#links_block{
	margin-top:10px;
	border-radius:15px;
	padding:10px;
	background-color:#EEEEEE;
	margin-bottom:10px;
}

#links_titel{
	border:1px solid white;
	width:180px;
	height:28px;
	line-height:28px;
	font-weight:bold;
	padding-left:5px;
}

#agenda_titel{

}

#rechts {
  width: 240px;
  float: left;
}
.updatekop {
    background-image: url("../img/updatekop.jpg");
    color: #FFFFFF;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin: 10px 20px;
    width: 200px;
}

div#updateuitslag {
    padding: 0 20px;
    width: 200px;
}
.sponsor {
    background-image: url("../img/sponsorbg.jpg");
    height: 50px;
    margin: 0 20px;
    padding: 15px 10px;
    width: 180px;
}
.breadcrumb {
	height: 30px;
    line-height: 30px;
}


#main a {
	color: #000000;
	text-decoration: none;
    font-weight: bold;
}

#main a:hover {
	color: #000000;
	text-decoration: underline;
    font-weight: bold;
}
.footerlinks {
    color: #fff;
    text-decoration: none;
}
.footerlinks:visited {
    color: #fff;
    text-decoration: none;
}
.footerlinks:active {
    color: #fff;
    text-decoration: none;
}
.footerlinks:hover {
    color: #fff;
    text-decoration: underline;
}
#footer {
  width: 980px;
  height: 20px;
  margin: 0 auto;
  background-image: url(../img/footer.jpg);
}
#bottom{
  text-align: center;
  color: #fff;
}
/* msg */
div.infomsg, div.successmsg, div.warningmsg, div.errormsg {
	border: 1px solid;
	margin: 0 0 10px 0;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.infomsg {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/msg_info.png');
}
div.successmsg {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/msg_success.png');
}
div.warningmsg {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/msg_warning.png');
}
div.errormsg {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/msg_error.png');
}
/* nieuws home */
.block {
	background-color: #f4f7ed;
	width: 460px;
	margin: 0px auto;
	padding: 20px;
	text-align: justify;
}
.block h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #407a01;
	font-size: 16px;
}
.block h3 {
	margin: 0;
	padding: 0 0 10px 0;
}
.block .postedby {
	display: block;
	color: #B0B0B0;
	padding-bottom: 10px;
}
.block .image {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}
.block table tr td {
	vertical-align: top;
	white-space: nowrap;
	padding: 0 10px 10px 0;
	font-size: 14px;
}
.pagination {
	font-size: 12px;
}
.pagination a {
	color: #000000;
	text-decoration: none;
}
}
</pre></body></html>