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

body {
	font-family: Arial, Helvetica, sans-serif;
   padding:0;
   height:100%;
   background: url(../images/bg.jpg) fixed center no-repeat;
   background-position: top;
}
#container {
	margin:auto;
	width: 910px;
	background-color: #FFF;
	top: 0px;
}

#home a:link {
	margin: 10px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
#home a:hover {
	color: #333;
}

#header_index {
   background: url(../headers/index.jpg);
   margin-top: 25px;
   height: 150px;
   display: block;
}
#header_indexreisbegeleiding {
   background: url(../headers/index_reisbegeleiding.jpg);
   height: 150px;
}
#header_reisbegeleiding {
  background: url(../headers/reisbegeleiding.jpg);
   height: 123px;
   margin:0;
   display: block;
}
#header_overct {
   background: url(../headers/overct.jpg);
   height: 123px;
   margin:0;
   display: block;
}
#header_solliciteer {
   background: url(../headers/solliciteer.jpg);
   height: 123px;
   margin:0;
   display: block;
}
#header_media {
   background: url(../headers/media.jpg);
   height: 123px;
   margin:0;
   display: block;
}
#header_faq {
   background: url(../headers/faq.jpg);
   height: 123px;
   margin:0;
   display: block;
}
#header_contact {
   background: url(../headers/contact.jpg);
   height: 123px;
   margin:0;
   display: block;
}
#header_mijnct {
   background: url(../headers/mijnct.jpg);
   height: 123px;
   margin:0;
   display: block;
}
#body {
   padding:10px;
   background-color: #FFF;
   height: 100%;
}
#inleiding {
	font-weight: normal;
	padding-left: 25px;
	padding-bottom: 25px;
}
h1 {
	font-size: 20px;
	text-align: center;
	color: #900;
}
t {
	font-size: 14px;
}
hlt {
	color: #900;
	font-weight: bold;
}
div#text {
	padding-top: 10px;
}

div#body_text {
	float: right;
	width: 50%;
	padding: 15px;
}
div#body_image {
	padding-left: 25px;
	padding-top: 15px;
}
div#body_text2 {
	width: 50%;
	padding: 25px;
}
div#body_image2 {
	float: right;
	width: 50%;
	padding: 15px;
	text-align: center;
}
#footer {
   padding-top:10px;
   bottom:0;
   width:100%;
   background: #FFF;
   text-align: center;
   font-size: 12px;
   clear: both;
   border-style: solid;
   border-color: #999;
   border-top-width: thin;
   border-bottom: none;
   border-right: none;
   border-left: none;
}

