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

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

Gebruikte kleuren:
Zwart - #000000
Wit - #ffffff

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Algemene informatie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, html{
  background: #ffffff repeat top left;
  color: #000000;
  font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Container
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#container {
width: 960px;
margin: 0;
padding: 0;
text-align: left;
background: #ffffff;
border: 10px solid #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header {
border: 1px solid #000000;
margin: 0;
text-align: left;
padding: 0;
background: #ffffff;
}

#header img {
display: none;
}

#header h1 {
display: block;
color: #007246;
font-size: 1.2em;
margin: 0;
padding: 0;
text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#menu {
width: 100%;
margin: 0;
padding: 0;
text-align: right;
}

#menu ul {
list-style: none;
border-bottom: 5px solid #f79820;
width: 600px;
text-align: right;
}

#menu ul li {
display: block;
float: left;
background: #007246;
margin: 0 2px;
padding: 0;
}

#menu ul li a {
font-size: 12px;
color: #ffffff;
text-decoration: none;
}

#menu #current a {
color: #f79820;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content {
width: 100%;
margin: 0;
padding: 0;
background: #f79820;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Content Links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-links {
width: 100%;
background: #f9e8a9 repeat left top;
margin: 0;
padding: 0 2px;
text-align: left;
}

#content-links h1 {
font-size: 1.2em;
display: block;
margin: 0;
padding: 0;
}

#content-links p {
margin: 5px 0;
font-size: 12px;
line-height: 2em;
text-align: justify;
}

#content-links #kopje {
margin: 0;
padding: 0;
}

#content-links #kopje img {
display: none;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Content Rechts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-rechts {
width: 278px;
background: #f79820 repeat left top;
margin: 0;
padding: 5px 2px;
text-align: left;
}

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

#content-rechts h2 {
font-size: 1.2em;
display: block;
margin: 0;
padding: 0;
}

#content-rechts p {
margin: 5px 0;
padding: 0;
font-size: 12px;
line-height: 2em;
width: 250px;
text-align: justify;
}

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

#content-footer {
text-align: center;
width: 960px;
background: #ffffff;
}

#content-footer p {
margin: 5px 0;
font-size: 12px;
}

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

.center_image {
display: none;
}

