/* Beeldproductie.nl */
@import url(layouts.css);
@import url(navigation.css);


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

body{
margin:0px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #666;
background-color:#fff;
}

/*  Heading Formatting */
h1 {font-size:1.5em;line-height: 1em;font-weight: 900;color: #ed1261; }
h2 {font-size:1.5em;line-height: 1em;font-weight: 900;color: #ed1261;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 1 em;font-weight: 900;color: #ed1261;}
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;}
h7 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #FFF;}


/*links*/
a:link {color: #ed1261; text-decoration: none;}
a:hover {color: #000;text-decoration: none;}
a:visited {color:  #ed1261; text-decoration: none;}
img {border: 0 none;}

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

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