/* Start of CMSMS style sheet 'PHB - Stijl' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 70.01%;
   line-height: 1em;
   background-color: #fff;
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

a {
color: #a90037;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

div#nieuwsblok a {
color: #fff;
font-weight: bold;
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   width: 895px;
   background-color: #fff;;
   color: black;
}


/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

div#footer {
font-size: 80%;
}

div#main {
width: 760px;
padding-left: 132px;
padding-top: 12px;
}

div#secnav {
margin-right: 5px;
padding-right: 5px;
padding-bottom: 3px;
border-bottom: 1px solid #a90037;
color: #a90037;
font-size: 10px;
text-transform: uppercase;
width: 170px;
}

td#magazine {
padding-top: 8px;
text-transform: uppercase;
font-size: 90%;
}

td#magazine a{
color: #a90037;
padding-left: 12px;
line-height: 170%;
text-decoration: none;
}

div#content {
float: right;
width: 368px;
}

div#content-breed {
float: right;
width: 568px;
}

div#nieuwsblok-container {
width: 361px;
margin-right: 20px;
float: left;
}

div#nieuwsblok {
width: 100%;
background-color: #a90037;
color: #fff;
padding: 5px;
}

div#menublok {
width: 161px;
margin-right: 20px;
float: left;
background-color: #a90037;
color: #fff;
padding: 5px;
}


/********************
CONTENT STYLING
*********************/
/* HEADINGS */
div#content h1,
div#content-breed h1  {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h2,
div#content-breed h2  {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h3,
div#content-breed h3  {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h4 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 2em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'PHB - Stijl' */

