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

Titel: Hupcaravanverhuur.nl Screen/Projection Stylesheet
Auteur: cvb*webdesign Harderwijk[www.cvbwebdesign.nl]
Link: http://www.hupcaravanverhuur.nl
Omschrijving: CSS style sheet voor screen/projection

Gebruikte kleuren:

Content links: #f9e8a9
Content rechts / Menu onderborder: #f79820
Menu: #007246

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

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

body {	
background: #ffffff url(../images/background.png) repeat top left;
color: #000000;
font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
text-align: center;
}

.center_image {
display: block;
margin: 5px auto;
text-align: center;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header {
width: 960px;
height: 179px;
margin: 0 auto;
text-align: center;
padding: 0;
}

#header h1 {
display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#menu {
width: 960px;
border-bottom: 5px solid #f79820;
margin: 0;
padding: 0;
text-align: center;
height: 2em;
background: #007246 url(../images/menu_bg.png) repeat-x left bottom;
}

#menu ul {
margin: 0;
padding: 5px 5%;
text-align: center;
list-style: none;
}

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

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

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content {
width: 960px;
margin: 0;
padding: 0;
min-height: 500px;
background: #f79820 url(../images/content_bg.png) repeat-y;
}

#content-fotoalbum {
	width: 960px;
	margin: 0;
	padding: 0;
	min-height: 500px;
	background: #f9e8a9;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Content Links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-links {
width: 658px;
background: #f9e8a9 repeat left top;
float: left;
margin: 0;
padding: 10px 7px;
min-height: 500px;
text-align: left;
position: relative;
}

#vlaggetjes {
position: absolute;
right: 5px;
top: 5px;
}

#vlaggetjes img {
border: 0;
margin: 3px;
}

#content-links h1 {
display: none;
}

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

#content-links #kopje {
margin: 10px 0 5px 10px;
}

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

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

#content-rechts h2 {
display: none;
}

#content-rechts h3 {
width: 250px;
margin: 0 auto 10px;
color: #007246;
}

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

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

#content-rechts .kopje {
margin: 25px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Content Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-footer {
clear: both;
width: 960px;
background: #ffffff;
}

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

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

