body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #fff;
    font-family: arial;
    font-size: 80%;
	 background-image: url(../img/garden_back1.jpg);
	 background-position: top center;
	 background-repeat: repeat;
}
a.rovecom:link, a.roveom:active, a.rovecom:visited{
	font-size: 10px;
	color: #484848;
	
}
a.rovecom:hover{
	color: red;
}
a, a:link, a:active, a:visited{
  color: white;
}
a:hover{
  color:#51c5de;
}
#header h1{
	display: none;
}
#global{
	width: 960px;
	margin: 0 auto;
}
#top{
	height: 145px;
	width: 960px;
	text-align : center;
}
#inhoud{
	width: 960px;
	float: left;
	padding: 20px;
	padding-top: 0px;
}
#footer{
	height: 22px;
	width: 960px;
	clear: both;
	margin: 1px;
	color: white;
	text-align: center;
}
.copyright, .copyright a{
  text-align: center;
  color :gray;
}
/*-----------menu-----------*/
#menu {
  width :100%;
}
#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li{
  float: left;
}
#menu li a{
	display: block;
	color: white;
  text-align: center;
  line-height: 32px;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	padding-left: 0px;
	margin :1px;
	width :190px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(../img/menu_border.png);
}
#menu li a:hover{
	color: #51c5de;
	background-image: url(../img/menu_border_a.png);
}
#menu li.active1 a{
	color: #51c5de;
		background-image: url(../img/menu_border_a.png);
}
#menu ul ul{
	display: none;
}
a {
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
	 font-weight: bold;
}
h1, h2, h3 {
}
h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 3.0em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2.0em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.0em;
}
h6 {
    font-size: 0.8em;
}

dl, dt, dd, ol, ul, li {
    margin-top: 0.2em;
    margin-bottom: 0.1em; 
    font-size: 1.0em;
    line-height: 1.5em;
}

p {
    margin: 1.2em 0em 1.2em 0em;
    font-size: 1.0em;
    line-height: 1.5em;
}

code, pre {
    font-family: Courier New, monospace;
    font-size: 1.0em;
}

strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

hr {
    height: 1px;
    margin: 0px;
    background-color: #ccc;
    color: #ccc;
}

img {
    margin: 0;
    border: 0;
}

/***********************************************************************
 * layout kolom links of rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                                               |
 * |                  |                                               |
 * |                  |                                               |
 * --------------------------------------------------------------------
 *
 * <div id="container">
 *    <div id="kolom">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div>
 *
 * alle left door right vervangen indien kolom rechts komt te staan
 *
 ***********************************************************************/
/*
#container {
  float: left;
  background: url(bgkleur.gif) repeat-y top left;
}
#kolom {
  float: left;
  width: 200px;
}
#inhoud {
  float: left;
}
*/
/***********************************************************************
 * layout kolom links en rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                            |                  |
 * |                  |                            |                  |
 * |                  |                            |                  |
 * --------------------------------------------------------------------
 *
 * <div id="container_bg_links"><div id="container_bg_rechts">
 *    <div id="kolom_links">
 *    </div>
 *    <div id="kolom_rechts">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div></div>
 *
 ***********************************************************************/
/*
#container_bg_links {
  float: left;
  background: url(kleur_links.gif) repeat-y top left;
}
#container_bg_rechts {
  float: left;
  background: url(kleur_rechts.gif) repeat-y top right;
}
#kolom_links {
  float: left;
  width: 200px;
}
#kolom_rechts {
  float: right;
  width: 200px;
}
#inhoud {
  float: right;
}
*/

/*---------------css module inhoud--------------------*/



/* CONTENT */

.kolom_links, .kolom_rechts{
	width: 45%;
	float: left;
	margin: 10px;
}

.imgleft {
	float:left;
}

.imgright{
	float:right;
}

div.sjabloon1, div.sjabloon2,div.sjabloon3,div.sjabloon4{
  clear: both;
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}



/* LINKS */

div.links {
width:100%;
}

div.links h1 {
	
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */

div.nieuws {
   width : 100%;
}

div.nieuws img {
	float:left;
}

div.nieuws img.right {
	float:right;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
	
}

div.nieuws a {

}


div.nieuws h2, div.nieuws h2 a {
	clear: both;
}


div.nieuws table{
	
}
