body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 80%;
	 background-image: none;
}
#header h1{
	display: none;
}

#rovecom a:link, #rovecom a:active, #rovecom a:visited{
	color: white;
	font-size: 10px;
	text-decoration: none;
	position: absolute;
	top: 10px;
	right :10px;
}
#rovecom a:hover{
	color: red;
}

#header_logo_switch {
  position:absolute;
  top:73px;
  right:10px;
  border:1px solid white;
}
#header_logo_switch img {
 border:4px solid #c1cdb9; 

}

/*----------splash----------------*/
#global_splash{
	height: 572px;
	width: 456px;
	margin: 0 auto;
	margin-top: 10%;
}
#top_splash{
	background-image: url(../img/splash/top_splash.jpg);
	height: 90px;
	width: 456px;
}
#gevel_splash{
	height: 153px;
	width: 219px;
	float: left;
}
#schilder_splash{
	height: 153px;
	width: 237px;
	float: left;
}
#kunststof_splash{
	height: 77px;
	width: 456px;
	clear: both;
}
#bottom_splash{
	background-image: url(../img/splash/bottom_splash.jpg);
	height: 252px;
	width: 456px;
	clear: both;
}
#global{
	border-left: 1px solid #abb0b5;
	border-right: 1px solid #abb0b5;
	width: 990px;
	margin: 0 auto;
	background-color: White;
	background-image: url(../img/global_back.gif);
	background-repeat: repeat-y;
}

#inhoud{
	width: 757px;
	margin-left: 185px;
	padding: 20px;
	padding-top: 20px;
}
#logo_switch{
	margin-top: 20px;
	margin-left :2px;
	float: left;
}
#footer{
	line-height: 94px;
	width: 950px;
	padding-left: 20px;
	background-image: url(../img/footer.gif);
	background-repeat: repeat-x;
	color: #5c6b7a;
	position: relative;
	font-size: 14px;
	font-family: Arial Narrow;
	clear: both;
}
#footer img{
	position: absolute;
	top: 0px;
	right: 0px;
}
/*-------------menu-------------*/
#menu{
	float: left;
	width: 182px;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li{
	margin: 0;
	padding: 0;
}
#menu li a{
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	display: block;
	width :177px;
	height: 28px;
	line-height: 28px;
	border: 1px solid white;
	border-left: 2px solid white;
	border-bottom: none;
	color: #324558;
	text-decoration: none;
	padding-left: 4px;

	letter-spacing: 1px;
}
#menu li.active2 a{
	background-image: url(../img/menu_active.gif);
	color: #2D9E08;
	font-weight: bold;
}
#menu ul ul ul{
	display: none;
}


.film_button{
	margin-left: 2px;
}

a {
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
}
h1, h2, h3 {
    font-weight: normal;
}
h4, h5, h6 {
    font-weight: bold;
}
h1, .style_kopgroot {
    font-size: 2.0em;
}
h2, .style_kopmiddel {
    font-size: 1.7em;
}
h3, .style_kopklein {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
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{
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}



/* LINKS */

div.links {
width:90%;
}

div.links h1 {
	
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */

div.nieuws {

  
}

div.nieuws img {
	float:left;
}

div.nieuws img.right {
	float:right;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
	
}

div.nieuws .nieuws_listitem {
  margin-bottom: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  float: left;
}


div.nieuws h2, div.nieuws h2 a {
	
}


div.nieuws table{
	
}

.wtkerror {
	color:red;
}
