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

Titel: Hup Caravan Verhuur Print Stylesheet
Auteur: cvb*webdesign[www.cvbwebdesign.nl]
Link: http://www.hupcaravanverhuur.nl.nl
Omschrijving: CSS style sheet voor print

Gebruikte kleuren:
Zwart - #000000
Wit - #ffffff

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Algemene informatie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body,html {	
margin: 0 5px;
padding: 0;
}

body {	
background: #ffffff;
color: #000000;
font-family: "Times New Roman", Times, serif;
text-align: justify;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Container informatie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#container {
width: 100%;
}

#header img {
display: none;
}

#menu ul {
list-style: none;
border: 1px solid #000000;
margin: 5px 0;
}

#menu ul li {
display: inline;
margin: 0;
padding: 0 15px;
}

#menu ul li a {
font-size: 11pt;
color: #000000;
text-decoration: none;
}

#menu #current a {
font-weight: bold;
}

#content {
margin: 5px 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Content Links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-links {
text-align: justify;
}

#content-links p {
text-align: justify;
color: #000000;
}

#content-links a {
color: #000000;
text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Content Rechts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-rechts {
text-align: justify;
}

#content-rechts p {
text-align: justify;
color: #000000;
}

#content-rechts a {
color: #000000;
text-decoration: underline;
}

#content-rechts .kopje {
display: none;
}

#content-footer p {
color: #000000;
}

#content-footer a {
color: #000000;
text-decoration: underline;
}
