﻿/* -----------------------------------------------------------------------

   Helena Primakoff.nl CSS
   Website www.helenaprimakoff.nl
   
   * Copyright (c) 2009
   * Developed for Helena Primakoff
   * Maintained, developed and designed by Eptitude, Information and technology services
   * http://www.eptitude.nl

----------------------------------------------------------------------- */


body {
background-image:url(../images/background.gif);
background-repeat:repeat;
margin: 0;
padding: 0;
}

a {
text-decoration: none;
}

#header {
margin-left: 345px;
position: relative;
width: 310px;
background-image: url(../images/header_logo.gif);
background-repeat: no-repeat;
height: 200px;
}

#mainBox {
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
position: relative;
width: 832px;
padding: 0 0 0 0;
border: #c0c0c0 solid 1px;
}

#mainFrame {
margin: 5px 5px 5px 5px;
width: 822px;
border: 1px solid #c0c0c0;
}

#content {
padding-top: 10px;
padding-bottom: 15px;
margin-top: 10px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, Verdana, Arial, Sans-Serif;
color: #231f20;
font-size: 0.8em;
width: 822px;
}

#columnLeft {
padding-left: 20px;
float: left;
width: 450px;
}

#columnRight {
padding-right: 20px;
margin-top: 0px;
width: 265px;
float: right;
}

#columnSingle {
margin-top: 15px;
padding-right: 20px;
padding-left: 20px;
}

h1 {
font-size: 140%;
font-weight: bold;
}

h2 {
font-size: 120%;
font-weight: bold;
}

h3 {
font-size: 110%;
color: #FF0000;
font-weight: bold;
margin-bottom: 5px;
}

.boxGrey {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 8px;
border: #efefef solid 1px;
background-color: #fbfbfb;
margin-bottom: 8px;
font-size: 95%;
}

.boxGrey h3 {
margin-top: 8px;
}

.illustration {
margin-left: 4px;
padding: 0.45em;
border: 1px solid #efefef;
}

div.spacer {
clear: both;
}