/* version: 1.0  author: Benno van Keulen  website: albani-ontwerpers.nl */

/* ----- CONSTANTS ----- */
/* donkergroen:      (118,164,50)
   lichtgroen:       (162,190,43)
   lichtgroene tint: (248,250,237)      */
/*  */

/* ----- RESET & INIT -----*/
* {
margin : 0;
padding : 0;
}
body {
font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
font-size : 9pt;
/* letter-spacing: 0.7pt; */
letter-spacing: 0.08em;
font-style : normal;
line-height : 14pt;
background : #FFF url(img_nav/bg_body.jpg) repeat-x;
}
/* ----- LAYOUT -----     */
/* body {
text-align: left;
/* min-width: 1000px; /*IE
} */
#wrapper {
position: relative;
width: 690px;
margin: 12px 0px 0px 220px;
}
.nav {
width: 250px;
float: left;
min-width: 200px; /*IE*/
} 
#content {
float: left;
margin-top: 30px;
margin-left: 10px;
margin-right: 100px;
}
#vlinders {
position: absolute;
top: 200px;
}
/* ----- INNER-LAYOUT -----*/
p{
margin-left: 10px;
margin-bottom: 14px;
}
/* -- logos en tekst op pagina milieulabels -- */
#content img {
float: left; 
/* margin-right: 20px; */
margin-top: 0px;
vertical-align: text-top;
}
.caption{
margin-left: 80px;
}
/* horizontal ruler (extra div ivm ie) */
.hruler {
height: 1px;
background : #FFF url(img/hr_bg.gif) repeat-x;
margin-bottom: 14px;
clear: both;
}
#papier .hruler{
margin-bottom: 28px;
}
hr {
display: none;
}
/* ----- LISTS -----*/
#content ul {
margin-bottom: 14px;
}
#content li {
list-style-type: disc;
list-style-position: inside;
margin-left: 10px;
}
/* ----- HEADER-AFBEELDINGEN (image replacement) ----- */
h1 {
text-indent: -5000px;
width: 791px;
height: 100px; 
}
body#home h1 {background: url(img_nav/header_home.jpg) no-repeat; }
body#papier h1 {background: url(img_nav/header_papier.jpg) no-repeat; }
body#labels h1 {background: url(img_nav/header_labels.jpg) no-repeat; }
body#leveranciers h1 {background: url(img_nav/header_leveranciers.jpg) no-repeat; }
body#info h1 {background: url(img_nav/header_info.jpg) no-repeat; }
body#nieuws h1 {background: url(img_nav/header_nieuws.jpg) no-repeat; }

/* ----- TYPOGRAFIE -----*/
h2 {
font-size: 9pt;
font-weight: normal;
font-style : normal;
letter-spacing: 1.5pt;
margin-top: 0px;
color: rgb(162,190,43);
text-transform: uppercase;
}
h3 {
font-size: 9pt;
font-weight: bold;
letter-spacing: 1.0pt;
margin-left: 10px;
margin-top: 0px;
color: rgb(118,164,50);
}
h4 {
font-size: 9pt;
font-weight: normal;
letter-spacing: 1.0pt;
padding-left: 10px;
padding-bottom: 3px;
color: rgb(118,164,50);
}
.nav {
font-family: Verdana,"Trebuchet MS",Trebuchet,Tahoma,Arial,sans-serif;
font-size: 9pt;
letter-spacing: 1.5pt;
}
/* ----- TABELLEN in tekst -----*/
table#teksttabel {
width: 100%;
margin: 14px 0px 14px 10px;
border-collapse: collapse;
border: 1px;
}
#teksttabel tr {
border-color: #000;
border-top-style: solid;
border-top-color: #000; 
border-bottom-style: solid;
/* border-left-color: #DEF; */
border-width: 1px;
}
#teksttabel td {
padding: 3px 3px 3px 6px;
border-style: solid;
border-width: 1px; 
border-color: #000; /* ie6 en ie7 */
}
/* border in 1ste en laatste kolom weg -- 
   deze omslachtige methode voor ie6 en 7 -- */
#teksttabel td.cel1 {
border-left-width: 0px;
}
#teksttabel td.lastcel {
border-right-width: 0px;
}
#teksttabel td.celall {
border-left-width: 0px;
border-right-width: 0px;
}
/* ----- (LEVERANCIERS)TABEL -----*/
table#leverancierstabel {
width: 60em; /*ie8 naar ie8.css*/
border-collapse: collapse;
background-color: rgb(247,249,236);
}
#leverancierstabel tr {
border-top-color: #FFF /* overschrijven teksttabel property */
}
#leverancierstabel thead {
background-color: rgb(118,164,50);
}
#leverancierstabel th {
padding: 4px;
text-align : left;
font-size: 9pt;
font-weight: normal;
font-style : normal;
letter-spacing: 1.5pt;
/* margin-top: 30px; */
color: #FFF;
text-transform: uppercase;
border-bottom: 3px solid #FFF; 
}
#leverancierstabel td {
padding: 4px 10px 4px 4px;
border-bottom: 3px solid #FFF; 
border-left-width: 0px; /* overschrijven teksttabel property */
}
.odd{
background-color: rgb(239,243,218);
}
/* ----- LINKS -----*/
#content  a {
color: rgb(118,164,50);
text-decoration: none;
} 
#content a:link {
color: rgb(118,164,50);
}
#content a:visited {
color: rgb(162,190,43);
}
#content a:hover {
color: rgb(89,123,42);
}
/* ----- NAVIGATIE -----*/
ul.nav {
margin : 0;
padding : 0 0 0 0;
list-style : none;
float : left;
width : 100%;
}
ul.nav li {
float : left;
margin-left : 0;
}
ul.nav a {
display : block;
float : left;
line-height : 20px;
padding-left : 10px;
padding-right : 10px;
text-decoration : none;
color : rgb(162,190,43);
text-align : left;
font-size : 9pt; /* FF */
}
ul.nav a:hover {
border-bottom : 3px solid rgb(162,190,43);
}
body#home ul.nav a.homelink, body#papier ul.nav a.papierlink, body#labels ul.nav a.labelslink, body#leveranciers ul.nav a.leverancierslink, body#info ul.nav a.infolink, body#nieuws ul.nav a.nieuwslink {
color : rgb(118,164,50);
border-bottom : 3px solid rgb(118,164,50);
}
/* ----- lijntje ----- */
body#home ul.nav a:hover.homelink, body#papier ul.nav a:hover.papierlink, body#labels ul.nav a:hover.labelslink, body#leveranciers ul.nav a:hover.leverancierslink, body#info ul.nav a:hover.infolink, body#nieuws ul.nav a:hover.nieuwslink {
color : rgb(162,190,43);
border-bottom : 3px solid rgb(162,190,43);
}

