/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: Arial;
font-size: 0.8em;
color: #52523a;
background-color:#fff;
background-image:url(../images/achtergrond.jpg);

}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {color: #339900;}
a:hover {color: #339900;}
a:visited {color: #339900;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

.chronoform a:link{color:#f5f5ea;}
.chronoform a:hover{color:#f5f5ea;}
.chronoform a:visited{color:#f5f5ea;}
ul{padding-left:17px; margin-left:0px; list-style-image:url(../images/listimage.jpg);}
ul.menu-partners{ padding-bottom:10px; padding-top:10px; color:#FFF; margin-left:0px; padding-left:0px; list-style-image:url(../images/listarrow.jpg); background-image:url(../images/listbg.jpg)}
ul.menu-partners a{ color:#FFF; }
ul.menu-partners li{ margin-bottom:5px; margin-left:40px;}
li{margin-bottom:10px;}

/* #######################  END GENERAL SETTINGS ############################ */