html{
	/*border-right: 30px solid #D8D8FF;*/
}
.rovecom{
	font-size: 9px;
	padding-left: 20px;	
}
.rovecom a:link, .rovecom a:active, .rovecom a:visited{
	color: #B0B1FF;
}
.rovecom a:hover{
	color: red;
}
body{
	background-color: #EFEFFF;
	background-image: url(../img/body_back.gif);
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#logo, #logo_print {
	border:none;
}

#logo_print, #print_adres, .print_geen_login {
 	display:none;
}


#header h1{
	display: none;
	
}
#top{
	height: 151px;
	background-image: url(../img/topbars.gif);
	background-repeat: no-repeat;
	background-position: 205px top;
}
#left{
	width: 151px;
	float: left;
	background-color: #D8D8FF;
} 
#inhoud{
	/*float: left;*/
	height:100%;
	/*float:none;*/
	
	background-image: url(../img/content_back.gif);
	background-repeat: no-repeat;
	
}

/*----FireFox fixes----*/
body>#inhoud{
	min-height:431px;
	float: none;
	margin-left: 151px;
	width:auto;
}

body>#inhoud .product h2 a {
	width:auto;
	display:block;
}

/* FIXES */
#content{
	padding: 20px;
	height: 431px;
	min-height: 431px;
	position:absolute;

}

/*----menu---------*/
#menu{
	width: 151px;
}
#menu ul{
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#menu li a{
	display: block;
	background-image: url(../img/hoofd_menu.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 125px;
	padding-left: 18px;
	padding-top: 10px;
	color: white;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
body>#left #menu li a{
	height: 36px;
	width: 115px;
}
#menu li a:hover{
	background-image: url(../img/hoofd_menuA.gif);
	background-repeat: no-repeat;
	color: green;
}
#menu li.active1 a{
		color: green;
	background-image: url(../img/hoofd_menuA.gif);
	background-repeat: no-repeat;
}
#menu ul li ul li{
	display:  none;
}
#menu li.active1 li{
	display: block;
	
}
#menu ul li ul li a{
	background-image: url(../img/sub_menu.gif);
	background-repeat: no-repeat;
	color: maroon;
	margin-left: 10px;
}
#menu li.active2 a{
	color: white;
	background-image: url(../img/sub_menu.gif);
	background-repeat: no-repeat;
}
/*---------------css module inhoud--------------------*/



/* CONTENT */
.style_kopgroot{
	font-size: 2.0em;
	font-weight: bold;
}
.style_kopmiddel{
	font-size: 1.8em;
	font-weight: bold;
}
.style_kopklein{
	font-size: 1.5em;
	font-weight: bold;
}
.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

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;
	margin-right: 10px;
}

div.nieuws img.right {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
	font-size: 2.0em;
}

div.nieuws a {
	color: navy;
}
div.nieuws a:hover{
	color: red;
	text-decoration: none;
}

div.nieuws h2, div.nieuws h2 a {
	clear: both;
	font-size: 1.0em;
	color: navy;
}
div.nieuws h2 a:hover{
	color: red;
	text-decoration: none; 
}

div.nieuws table{
	
}
hr{
	color: navy;
}
.wtkformsubmit{
	background-image: url(../img/form_button.gif);
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	height: 22px;
	width: 113px;
	color: white;
	font-weight: bold;
}
.wtkerror{
	display: block;
	color: red;
}
a:link, a:active, a:visited{
	color: navy;
}
a:hover{
	color: red;
	text-decoration: none;
}

.cursief {
	font-style:italic;
	color:red;
}

/* Breadcrumbs */
#breadcrumbs ul {
	margin:0px;
	padding:0px;
	
}

#breadcrumbs ul li{
	display:inline;
}
/*-------------Producten--------------*/

.hoofdgroep{
	background-color: #D8D8FF;
	margin-bottom: 10px;
}
.hoofdgroep h2{
	margin: 0px;
	padding: 0px;
	color: white;
	background-color: #7A79C5;
	padding-left: 10px;
	font-size: 1.5em;
}
.hoofgroep_content{
	padding: 10px;
	padding-top: 0px;
}
.hoofdgroep_link{
	background-color: #7A79C5;
	padding: 2px;
	padding-left: 10px;
}
.hoofdgroep_link a:link, .hoofdgroep_link a:active, .hoofdgroep_link a:visited{
	color: white;
	font-weight: bold;
}
.hoofdgroep_link a:hover{
	color: gold;
}
.product{		
	clear:right;
	background-color: #D8D8FF;
}

.product h2 {
	height:23px;
	background-color: #7A79C5;
	color: white;
	font-size: 1.5em;
	padding: 5px;
	padding-left: 10px;
}

.product h2 a:link, .product h2 a:active, .product h2 a:visited{
	background-color: #7A79C5;
	color: white;
	font-size: 0.8em;
	padding: 5px;
	padding-left: 10px;
	
}
.product h2 a:hover{
	color: gold;
}
.product_foto{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.product_omschrijving{
	clear:left;
	padding-right: 10px;
	margin-left: 10px;
}
.product_link {
	background-color: #7A79C5;
	display: block;
	clear: both;	
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
}
.product_link a:link, .product_link a:active, .product_link a:visited{
	color: white;

}
.product_link a:hover{
	color: gold;
}
#product_detail h1{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	color: white;
	background-color: #7A79C5;
	padding-left: 10px;
	font-size: 1.5em;
}
.detail_foto{
	background-color: #D8D8FF;
	padding: 5px;
	padding-left: 10px;
	text-align: center;

}
.table_elementen {
	color: white;
	font-weight: bold;
	font-size: 0.9em;
}
.table_elementen td {
	border-bottom: 1px solid navy;
	border-right: 1px solid navy;
	border-top: 1px solid white;
	border-left: 1px solid white;
	padding: 1px;
	padding-left: 10px;
	margin: 0px;
	background-color: #7A79C5;

}

.right {
text-align:right;
} 
.detail_title h2{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	color: white;
	background-color: #7A79C5;
	padding-left: 10px;
	font-size: 1.5em;
}
.detail_omschrijving{
	background-color: #D8D8FF;
	padding: 5px;
	padding-left: 10px;
}
.technisch h2{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	color: white;
	background-color: #7A79C5;
	padding-left: 10px;
	font-size: 1.5em;
}
.technisch_blok, .technisch_inlog{
	background-color: #D8D8FF;
	padding: 5px;
	padding-left: 10px;
}
#technische_downloads{
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px;
}
.technisch_inlog{
	font-weight: bold;
}
.technisch_inlog input{
	margin-right: 20px;
	border: 1px solid navy;
}
#bestel_formulier{
	font-size: 1.0em;
	background-color: #D8D8FF;
	padding: 5px;
	padding-left: 10px;
	width: 100%;
}
.bestel_title h1{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	color: white;
	background-color: #7A79C5;
	padding-left: 10px;
	font-size: 1.5em;
}
#bestel_formulier input, #bestel_formulier textarea{
	border: 1px solid navy;
}

#bestel_formulier textarea {
	width:400px;
	height:70px;
}

#bestel_formulier_perceelgegevens th , #bestel_formulier_perceelgegevens input, #bestel_formulier_perceelgegevens select, #bestel_formulier_perceelgegevens .wtkerror {
	font-size:0.78em;
}

#bestel_formulier_perceelgegevens th {
	text-align:left;
}


#bestel_formulier_perceelgegevens td {
 	vertical-align:top;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Popup venster menu */
#popup_menu {
	text-align:right;
	padding:2px;
	background-color:#7A79C5;
	color:white;
	padding-right:5px;
	font-weight:bold;
}

#popup_menu a {
	color:white;
	text-decoration:none;
}

#popup_menu a:hover {
	color:white;
	text-decoration:underline;
}


#hoofdgroep_hyperlinks {
	padding-bottom: 15px;
}

#producten_hyperlinks {

}
/* Deze stylen worden door de downloadmodule gebruikt */

/* LI bij groepen */
.download_groep ul li{
	list-style: none;
	background-image: url(../img/doenload.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.rov_sjabloon_1_table ul  {
	list-style: none;
}
/* LI bij item */
download_item {
	list-style: none;
}

/* A bij item */
a.download_link, a:link.download_link, a:active.download_link, a:visited.download_link, a:hover.download_link {
}





