
/* opmaak.css */

/* achtergrondkleur */
body
	{
	margin: 0;
	padding: 0;
	background-image: url("../img1/Lijn_grijs.gif");	
	background-repeat: repeat;
	}

/* tabelstijlen */
table
	{
	border: 0px;
	}

td, th
	{
	border: 0px;
	}

/* broodtekst */
p, div, li
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

/* infotekst */
p.info
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	}

/* tekst midden */
.midden
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	}

/* tekst rechts */
.rechts
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
	text-align: right;
	}

/* colofon */
.colofon
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;	
	text-align: right;
	}

/* kleine tekst */
.klein
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	}

/* tekst formulier */
p.formulier
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

p.bestelling
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	}

/* tabeltekst */
table, td, th
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
/* hoofdkop */
h1
	{
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	text-align: center;
	color: #FFF;	
	}

h1.home
	{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	}

/* tussenkop */
h2
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #666;
	}

/* onderkop */
h3
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}

h3.kruimel
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}

/* kleine onderkop*/
h4
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	 
	color: #666;	
	}

/* homepagetitel */
h6.home
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	text-align: center;
	}

/* opsomming */
ul.pijltje 
	{
	margin-left: 20px;
	list-style-image: url("../img1/Pijltje.gif")
	}

li.opsomming
	{
	background: #FFF;
	}

/* voettekst links*/
.voetlinks
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	}

/* voettekst midden*/
.voetmidden
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	}

/* voettekst rechts*/
.voetrechts
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	}

/* hyperlinks */
a:link
	{
	color: #309; 
	text-decoration: none;
	font-weight: bold;
	}

a:visited
	{
	color: #309; 
	text-decoration: none;
	font-weight: bold;
	}

a:hover
	{
	color: #C00;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFE0B0;
	}

a:active
	{
	color: #C00;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFE0B0;
	}

/* verschillende uitlijningen */	
div.links
	{
	 
	}

div.midden
	{
	text-align: center;
	}

div.rechts
	{
	text-align: right;
	}

div.totaal
	{
	padding: 8px;
	background-image: url("../img1/Lijn_grijs.gif");	
	background-repeat: repeat;
	border-bottom: 4px dotted #FFE0B0;
    }

div.koptekst
	{
    margin-top: 0px;
    padding: 4px;
    background-color: #C00;
	border-color: #FCC #966 #966 #FCC;
	border-style: solid;
	border-width: 2px;     
    }

div.tekstblok
	{
	padding-top: 6px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
    background: #FFF;
	border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-right: 2px solid #966;
    border-bottom: 2px solid #966;     
    }

div.nl
	{
	position:absolute;
	width:40%;
	top:120px;
	left:20%
	background-color:FFFFF8;
	padding:10px;
    }

div.en
	{
	position:absolute;
	width:60%;
	top:120px;
	right:20%;
	background-color:FFFFF8;
	padding:10px;
    }

div.lampjes
	{
    margin-left: 130px;
	padding: 18px;
	background-image: url("../img1/Lijn_grijs.gif");	
	background-repeat: repeat;
	border-left: 4px dotted #FFE0B0;
	border-bottom: 4px dotted #FFE0B0;
    }

div.zwart
	{
	padding: 50px;
	background-color: #000;
	}

div.filiaal
	{
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: right;
    padding: 8px;
    background: #666;
	border-color:  #CCC #000 #000 #CCC;
	border-style: groove;
	border-width: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFF8;
    }

div.filiaal2
	{
	display: none;
    }

div.adres
	{
	float: left;
    padding: 8px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
    }

.vestiging
	{	
    border-top: 1px solid #FCC;
    border-bottom: 1px solid #966;
    border-right: 1px solid #966;
    border-left: 1px solid #FCC;	
	padding-left: 5px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #C00;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFF8;
	}


#logo 
	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	float: right;
    }

#leesmeer
	{
	width: 75x;
	float: right;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #9A9CC8;
	color: #FFF;
	text-align:left;
	}

#begin
	{
	width: 75x;
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #9A9CC8;
	color: #FFF;
	text-align:left;
	}
	
/* knoppen en formulieren */
input
	{
	border: 1px solid #CCBCBC;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	background-color: #FFF;
	}

textarea
	{
	border: 1px solid #CCBCBC;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	background-color: #FFF;
	}

/* achtergronden */
.blok
	{
	width: 280px;
	border-width: 2px;
	border-style: dashed;
	border-color: CCC;
	float: right;
	padding: 4px;
	background-color: #CC99CC;
	}

/* afbeeldingen */
img
	{
	border: 0;
	}