html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}


body {
  font-size: 11px;
  font-family: Arial;
  color: black;
  background: #fff;
}

#container {
width: 900px;
padding: 0px;
margin: 0px auto 0px auto;
position: relative;
height: auto !important;
}

#header {
  background: #fff url('/pics/header.jpg') top left no-repeat;
  padding: 0px;
  color: #18a100;
  font-weight: bold;
  font-size: 40px;
  font-family: Times;
  text-align: left;
  height: 122px;
}

#content_content {
  width: 860px;
  border: #C1D72E 20px solid;
  background: #fff url('/pics/bg_content.jpg') top left repeat-y;
  float: left;
  height: 550px;
  min-height: 550px;
} *> #content_content {
  height: auto;
}


#content img {
  border: 0px;
}
#content a img {
  border: 0px;
}
#content {
  float: left;
  width: 650px;
  font-size: 12px;
  margin: 10px 0px 0px 0px;
  padding: 10px 25px 20px 25px;
  text-align: justify;
  overflow: hidden;
}

#rechts {
  padding: 20px 0px 0px 0px;
  float: left;
  width: 150px;
  color: #FFF;
}

#rechts ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
}

#rechts ul li {
  margin: 0px;
  padding: 0px;
  display: block;
    color: #FFF;
}

#rechts ul li ul {
  margin-top: 3px;
  display: block;
}

#rechts ul li ul li {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  display: block;
}

#rechts li a{
  font-size: 14px;
  padding: 0px 20px 0px 15px;
  color: #FFF;
}

#rechts li.normal a:link, #rechts li.normal a:visited {
	text-align: left;
	text-decoration: none;
	color: #FFF;
}

#rechts li a:hover, #rechts li a:active, #rechts>ul>li.active a {
	color: #C1D72E;
}

#rechts>ul>li{
  background-image: url(/pics/menu_streepje.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0px 0px 10px 0px;
}
.active {
	color: #C1D72E;
}
.normal{
	color: #FFF;
}
hr{
  height: 1px;
  color:#A50A5C;
}


#content h1 {
	font-size:170%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #A50A5C;}
#content h2 {
	font-size:150%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #A50A5C;}
#content h3 {
	font-size:130%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #A50A5C;}
#content h4 {
	font-size:120%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #A50A5C;}
#content h5 {
	font-size:100%;
	margin-top: 5px;
	margin-bottom: 2px;
       color: #A50A5C;}
#content h6 {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 2px;
       color: #A50A5C;}

#content img {
margin: 10px 10px 10px 0px;
}


#random {
  font-weight: bold;
  float: left;
  color: #000;
  margin: 10px 0px 0px 0px;
  width: 180px;
  padding: 10px 0px 0px 10px;
  font-family: Arial;
  font-size: 13px;
  text-align: center;
}

#menu {
  color: #fff;
  padding: 0px;
  width: 760px;
  font-family: Arial;
  font-size: 15px;
  margin: 40px 0px 0px 0px;
  padding: 0px;
  float: right;
/*  background: #fff;*/
}

#menu #text ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
    float: right;
}

#menu ul li {
  margin: 0px;
  padding: 0px;
  float: left;
}

#menu li a:link, #menu li a:visited {
	text-align: left;
	text-decoration: none;
	color: #A60A5D;
	padding: 0px 20px 0px 15px;
    float: left;
    border-left: 1px #A60A5D solid;
    height: 15px;
}

#menu li a:hover, #menu li a:active, #menu>ul>li.active a{
	color: #C1D72E;
}

#menu li:first-child a {
  border: 0px;
}

#footer {
  float: left;
  margin-top: 10px;
  width: 900px;
  background: #B1005D;
  line-height: 30px;
  color: white;
  text-align: center;
}




/* NIEUWS MODULE */
#moduleheader {
  height: 30px;
  font-weight: bold;
  display: block;
  border-bottom: #CCCCCC 1px dashed;
  width: 100%;
}

 #moduleheader a {
     color: #ff9900;
       height: 30px;

 }

#nieuwsheader a{
	font-size: 18px;
	font-weight: bold;
    color: #ff9900;
    text-decoration: none;
}
#nieuwsheader{
    padding-bottom: 15px;
    display: block;
}
#nieuws {
padding: 0px;
margin: 0px;
}


#nieuws #naam {
float: left;
vertical-align: bottom;
padding: 7px 0px 0px 0px;
}

#nieuws #naam a {
 text-decoration: none;
	font-weight: bold;
    color:#000;
}

#nieuws #naam a:hover, #nieuws #naam  a:active {
text-decoration: underline;
}


#nieuws #datum {
float: right;
padding: 7px 0px 0px 5px;
font-size: 11px;
width: 75px;
}

#nieuws #omschrijving {
padding-bottom: 20px;
float: left;
width: 100%;
border-bottom: #CCCCCC 1px dashed;
}




a:link, a:visited {
color:#A60A5D;
 text-decoration: none;
}

a:hover {
color:#A60A5D;
 text-decoration: underline;
}
