/* Start of CMSMS style sheet 'style' */
body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}

p {
  line-height: 180%;
}

a {
  color:#009900;
  font-weight:bold;
  text-decoration:underline;
}
a:hover {
  color:#000000;
}

#site {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  background-color:#CCCCCC;
}

#siteName {
  margin-left: 27px;
  margin-top: 35px;
  float: left;
  width: 200px;
  color: #fff;
  font-size: 18px;
}

/*hier kun je de header specificaties invoegen */
#header {
  /*width: 900px;
  height: 100px;
  float: left;
  background-color:#006600;*/
  background-image:url(../images/header.jpg);
  width:900px;
  height:200px;
  background-repeat:no-repeat;
}

#header h1 {
  margin-left: 27px;
  margin-top: 35px;
  float: left;
  width: 200px;
  color: #fff;
  font-size: 18px;
}

#news {
  width: 600px;
  float: left;
  padding-left: 15px;
  margin-top: 20px;
  margin-left: 23px;
  border-left: #fff 1px solid;
  color: #fff;
  font-size: 10px;
}

#news ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#news a {
  color: #fff;
  text-decoration: none;
}

#news_header {
	font-weight: bold;
        font-style: normal;
}

#containerLeft {
  width: 250px;
  float: left;
}

#containerRight {
  width: 650px;
  float: right;
}

/*voor de balk boven het tekstvak */
#menuTop {
  width: 640px;
  padding: 5px;
  float: right;
  background-color:#ffffff;
}

#menuLeft {
  width: 240px;
  padding-left: 0px;
  float: left;
}

#content {
  width: 650px;
  float: right;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}

.cBlock {
  width: 635px;
  float: left;
  margin-bottom: 10px;
  padding-left:10px;
}

.cBlockL {
  width: 299px;
  float: left;
}

.cBlockR {
  width: 336px;
  float: right;
}

#footer {
  width: 900px;
  height: 18px;
  float: left;
  border-top: #006600 2px solid;
  padding-left: 5px;
  background: #fff;
  color: #999;
  text-align:center;
}

#footer a {
  color: #999;
  text-decoration: none;
}

/* End of 'style' */

