@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

img a {
border:none;
}

.float {
float:left;
}

#header {
width:1200px;
height:400px;
background-image:url(../images/header.png);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

#reisverslag {
width: 230px;
margin-left: 770px;
padding-top: 280px;
font-size:23px;
color:#990000;
line-height:28px;
}

#navigation {
width:1200px;
height:90px;
background-image:url(../images/navigation.png);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

#navigation p {
width:900px;
margin-right:auto;
margin-left:auto;
}

#navigation a {
font-size:14px;
line-height:90px;
color:#990000;
text-decoration:none;
margin-left:40px;
}

#container {
width:1000px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#contentleft {
width:700px;
height:auto;
border-right:solid;
border-right-color:#999999;
border-right-width:1px;
}

#contentleft2 {
width:700px;
height:auto;
border-right:solid;
border-right-color:#999999;
border-right-width:1px;
}

#contentleft p {
font-size: 12px;
overflow:auto;
line-height: 18px;
color: #666666;
padding-right: 20px;
height: 500px;
}

#contentleft2 p {
font-size: 12px;
overflow:auto;
line-height: 18px;
color: #666666;
padding-right: 20px;
}

#contentleft2 td {
font-size:10px;
line-height:14px;
color:#666666;
}

#reisverslag a {
font-weight: bold;
color: #990000;
text-decoration: underline;
}

#mainsponsors {
height: 310px;
width: 299px;
}

#mainsponsors p {
width:280px;
float:right;
font-size: 12px;
line-height: 18px;
color: #666666;
}

#contact {
background-image: url(../images/contactblok.jpg);
background-repeat: no-repeat;
height: 150px;
width: 299px;
}

#contact p {
width:265px;
font-size:12px;
float:right;
padding:10px;
color:#FFF;
}

#contact a {
font-style:italic;
text-decoration:none;
color:#FFF;
}

#contact a:hover {
text-decoration:underline;
}

#footer {
width:1000px;
height:auto;
margin-left:auto;
margin-right:auto;
border-top:solid;
border-top-color:#999999;
border-top-width:1px;
clear:both;
}

#footer p {
font-size:11px;
line-height: 30px;
color: #999999;
text-decoration: none;
text-align: center;
}

