﻿/* --------------------------------------- TEMPLATE ALGEMEEN ------------------------------------------ */
html {
    
    overflow: auto;
    
    /*scrollbar styling
    scrollbar-base-color: rgb(138,198,64); 
    
    
    scrollbar-arrow-color: rgb(138,198,64);
    scrollbar-track-color: rgb(255,255,255);
    scrollbar-face-color: rgb(255,255,255);
    scrollbar-shadow-color: rgb(138,198,64);
    scrollbar-highlight-color: rgb(255,255,255);
    scrollbar-darkshadow-color: rgb(255,255,255);
    scrollbar-3dlight-color: rgb(138,198,64);*/
}    
 
 .foto3{
    width:250px;
    float:left;
    margin-right:2px;
 }   

.foto3tekst{
   
    width:230px;
    
    margin-left:5px;
}

body
{
	font-size: 7.5pt;
	line-height: 14pt;
	/*font-weight: bold;*/
	font-family: Verdana, Sans-Serif;
	margin: 0px;
	padding: 0px;
	color: #000;
}

div
{
  /*border:solid 1px #f00; */
}

img
{
 border:solid 0px #000; 
}

#omvat {
	width: 662px;
	margin: 0px auto;
}

#headerPage
{
	width: 100%;
	height: 145px;
	margin: 0px auto auto auto;
	background: url(../images/se_nl/backMenuPage.gif) center no-repeat;
}

#headerContentPage
{
	width: 640px;
	height: 120px;
	margin: 0px auto;
	text-align: left;
}

#content {
	width: 640px;
	height: 100%;
	margin: 0px auto auto auto;
}

#contentZelf {
	width: 630px;
	margin: 25px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}


#header
{
	width: 100%;
	height: 175px;
	margin: 0px auto auto auto;
	background-image: url(../images/se_nl/backMenu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}


#headerContent
{
	width: 640px;
	height: 149px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#menu
{
	width: 640px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.hand
{
	cursor:hand;
}

/* Element zoek naaar zichtmodellen tbv consument styling */
.pnlZMSearchResult
{
    padding:20px 0px 20px 0px;
}
.ZMSearchcombo
{
    width: 250px;
    margin-right:10px;
}

.ZMGroupOmvat
{
    padding:0px 0px 5px 0px;
}

.ZMlijn
{
    border-top: 1px solid #8AC640;
    width: 510px;
    clear: both; 
    margin: 5px 0px 5px 0px;
}




/* --------------------------- generiek --------------------------------------------- */

a:link, a:active, a:visited {
	color: rgb(138,198,64);
	text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

