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

/*de basis de pagina*/
body {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-image: url(images/frame_zijkanten.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

/*de container waarin alles wordt geplaatst*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100%;
}

/*kop div*/
#kop {
	height: 96px;
	background-image: url(images/frame_boven.jpg);
}
#content {
	background-image: url(images/frame_basis.jpg);
}

#navigatie{
	margin: 0px;
	height: 410px;
	width: 150px;
	padding-top: 30px;
	float: left;
}

#tekstveld {
	width: 570px;
	padding-top: 40px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	padding-right: 50px;
}
#actieveld {
	width: 570px;
	background-color: #FFFFFF;
	color: #274D8F;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#actietekst {
	padding-left: 10px;
}

/*foto vakken en opmaak*/
#foto {
	float: right;
	padding-left: 20px;
}

#fotobox_1 {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#fotobox_2 {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
}

/*spacer zorgt ervoor dat alles aansluit*/
#spacer {
	clear: both;
	bottom: auto;
	height: 5px;
}

/*footer + afsluiter*/
#footer {
	clear: both;
	background-image: url(images/frame_beneden.jpg);
	height: 38px;
}

/*tekst opmaak*/
h1{
	font-weight: bold;
	font-size: 20px;
}
h2{
	font-weight: bold;
	font-size: 18px;
}
h3{
	font-weight: bold;
	font-size: 16px;
}
h4{
	font-weight: bold;
	font-size: 14px;
}
h1.kerst {
	font-weight: bolder;
	font-size: 25px;
	font-style: italic;
}

.intro {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #d9dfff;
	font-weight: bold;
}

.italic {
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
}

.bold {
	font-size: 12px;
	font-weight: bold;
}

.kop {
	font-size: 15px;
	color: #d9dfff;
	font-weight: bold;
}
.kop_blauw {
	font-size: 15px;
	color: #1f4679;
	font-weight: bold;
}
.kop_rood {
	font-size: 15px;
	color: #c42322;
	font-weight: bold;
}
.kop_verkocht {
	font-size: 15px;
	color: #B5101B;
	font-weight: bold;
}
.prijs {
	font-size: 16px;
	color: #d9dfff;
	font-weight: bold;
}
.kop_vacature {
	font-size: 25px;
	color: #d9dfff;
	font-weight: bold;
}

.footer {
	font-size: 10px;
	text-align: center;
	color: #999999;
}

.doorhalen{
	text-decoration: line-through;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #D7DDFD;
}
a:active {
	text-decoration: none;
}

img{
	border: 0px;
}

.rand{
	border-color: #FFF;
	border-width: 2px;
}

