/* Basic tags */
body {
	background-color: white;
	color: black;
	font-family: 'Bitstream Vera Sans', Arial, Helvetica, 'Luxi Sans', Verdana, Sans-Serif;
	padding: 0px;
	margin: 90px 10px 0px 10px;
}

a img {
	border: 0px;
}

pre {
	overflow: auto;
}



blockquote {
  font-family: "Bitstream Vera Sans", sans-serif;
  background-color: #dddddd;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dashed white;
}

table {
  font-family: "Bitstream Vera Serif", serif;
}

.content {
	font-family: "Bitstream Vera Serif", serif;
	margin-left: 190px;
	padding-left: 10px;
}

/* menu aan de linker kant */

.menu {
	position: absolute;
	float: left;
	top: 90px;
	left: 0px;
	width: 170px;
	margin-left: 5px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-right: 1px dashed #aaaaaa;
	font-size: small;
	background-color: #fafafa;
}

.menu ul {
	margin-left: 10px;
	padding-left: 10px;
}

.section {
	wssidth: 160px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #cccccc;

	padding-bottom: 3px;
	padding-top: 3px;
	-moz-border-radius: .75em .75em .75em .75em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	border-radius-bottomleft: .75em;
	border-radius-bottomright: .75em;
}
.sectiontitle {
	wssidth: 150px;
	background-color: #ccccff;
	font-size: larger;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.sectioncontent {
	wssidth: 150px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

/* Info aan de rechterkant */
.rightbox {
	float: right;
	width: 17em;
	margin:0px 0px 10px 10px;
	font-size: small;
	border-left: 1px dashed #dddddd;
	background-color: #fafafa;
}

.rightbox ul {
	margin-left: 10px;
	padding-left: 10px;
}

/* Formulieren (e-mail) */   
form.important {
  font-family: "Bitstream Vera Sans", sans-serif;
  background-color: #dddddd;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dashed white;
}

div.row {
  width: 440px;
  padding-top: 15px;
  }

div.row span.label {
  float: left;
  width: 130px;
  text-align: right;
  }

div.row span.formw {
  padding-left: 5px;
  float: right;
  width: 300px;
  text-align: left;
  } 
/* end of Formulieren */   


table.nieuws {
  width: 100%;
}

/* Anchors */
a {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

/* Basic classes */

.invisible { /* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left {
	margin-left: 10px;
	width:170px;
	padding: 0px;
	float: left;
}

.right {
	margin-right: 10px;
	width:190px;
	padding: 0px;
	float: right;
}

ul.nobullet {
	list-style: none;
}
/* Common page elements: Header, footer, etc. */

.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;

	z-index: 10;
}

.hdr {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 48px;

	text-align: right;
	background-image:url("/images/background01.png");
	background-repeat:no-repeat;
	background-color: #e3ffc3;
	border-bottom: 1px solid #666666;
	z-index: 5;
}

.meter {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px;
	margin: 10px;
	padding: 0px;
	float: right;
	text-align: right;
	background: none;

	z-index: 10;
}

.statustable {
	border: 2px solid #dddddd;
	-moz-border-radius: .75em .75em .75em .75em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	border-radius-bottomleft: .75em;
	border-radius-bottomright: .75em;
	background-color: #fafafa;
	padding: 3px;
}

.statustable a { 
  text-decoration: none;
}

.logmsg {
    border-style: solid;
    border-color: black;
    -moz-border-radius: .75em .75em .75em .75em;
    border-radius-topleft: .75em;
	border-radius-topright: .75em;
    border-radius-bottomleft: .75em;
	border-radius-bottomright: .75em;
	background-color: #fafafa;
	padding: 3px;
	position: absolute;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

.logmsg a { 
  text-decoration: none;
}

.copyright {
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	font-size: small;
	vertical-align:	bottom;
	clear: both;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	color: #aaaaaa;
	border-top: 1px solid #dddddd;
	background-color: #fafafa;
}

td.news {
  background-color: #fafafa;

  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

td.percentage {
  margin-top: 20px;
  margin-left: 0px;
  vertical-align: top;
}

td.module {
  color: #0000AA;
  background-color: #CCCCFF;


  margin-top: 20px;
  margin-left: 20px;
  vertical-align: top;
}

tr.total {
  background-color: #FFFF55;
  margin-top: 20px;
  vertical-align: top;
}

th.module {
/*  font-family: "Bitstream Vera Sans", sans-serif;*/
  background-color: #FFFF55;
  margin-top: 20px;
  margin-left: 20px;
  vertical-align: top;
}

th.news {
/*  color: #0000AA;*/
/*  font-family: "Bitstream Vera Sans", sans-serif;*/
  font-size: larger;
  background-color: #CCCCFF;
  margin-top: 20px;
  margin-left: 0px;
  vertical-align: top;
}

tr.even {
  background-color: #EEEEEE;
  margin-top: 30px;
  margin-left: 0px;
}

tr.oneven {
  background-color: #DDDDDD;
  margin-top: 30px;
  margin-left: 0px;
}

img.floatleft { float: left;
margin: 4px; }

img.floatright { float: right;
margin: 4px; }

/* Standard Blosxom Bits */

.blogdate {
clear: both;
color: white;
background-color: black;
font-weight: bold;
padding: 8px 5px 8px 5px;
}

.blogdate a {
color: white;
font-weight: bold;
text-decoration: none;
margin-right: 0.5ex;
}

.blogdatelink {
float: right;
border: 0px;
}

.blogname {
clear: both;
color: black;
background-color: #dddddd;
font-weight: bold;
text-decoration: none;
margin: 15px;
margin-bottom: 0px;
padding: 8px 5px 8px 5px;
}

.blogname a {
color: black;
text-decoration: none;
}

.blogtitle {
clear: both;
color: black;
font-weight: bold;
text-decoration: none;
margin: 15px;
margin-bottom: 0px;
padding: 8px 5px 8px 5px;
}

.blogtitle a {
color: black;
text-decoration: none;
}

.blogstory {
margin: 15px;
margin-bottom: 20px;
margin-top: 7px;
clear: both;
}

.blogstory a.permalink {
color: #aaaaaa;
font-size: small;
text-decoration: none;
font-style: italic;
}

.blogstory p {
margin-top: 7px;
margin-bottom: 7px;
}
