@import url(/css/user.css);
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}


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

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

#header {
  padding: 0px;
  color: #18a100;
  font-weight: bold;
  font-size: 40px;
  font-family: Times;
  text-align: left;
  height: 100px;
}

#content_content {
  width: 860px;
  float: left;
  height: 550px;
  min-height: 550px;
} *> #content_content {
  height: auto;
}

/*Formulier*/
.inputfield{
width: 200px;
height: 10px;
font-size: 9px;
}


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

#rechts {
  padding: 30px;
  width: 450px;
  float: left;
}
#rechts ul {
list-style-type: disc;

}

#rechts ul li {
	list-style-type: circle;
  margin: 0px;
  padding: 0px;

}

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

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

#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: #F78F1E;

}

#rechts>ul>li{
	list-style-type: disc;
	color: #000;
  padding: 0px 0px 10px 0px;
}




.active {
	color: #F78F1E;
}
.normal{
	color: #FFF;
}
hr{
  height: 1px;
  color:#A50A5C;
}


#content h1 {
	font-size:170%;
	margin-top: 5px;
	margin-bottom: 2px;
        color: #F78F1E;}

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

#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: 0px 0px 0px 0px;
  padding: 0px;
  float: right;
/*  background: #fff;*/
}

#menu 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 {
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: gray;
	padding: 0px 20px 0px 15px;
    float: left;
    height: 15px;
}

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

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






/* 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: #000;
 text-decoration: none;
}

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

#rechts ul li a:hover{
  color: #F78F1E;
}


