/* 	---------------------
	ALGEMEEN
	--------------------- */
	
* 
	{
	margin: 0;
	padding: 0;
	}

body 
	{
	background-color: #FFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	font: normal normal 75%/1.5 Arial, Verdana, "Times New Roman", sans-serif;
	color: #333;
	}
	
	
/* 	---------------------
	STRUCTUUR
	--------------------- */

#container 
	{
	width: 950px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: auto;
	background-color: #FFF;
	padding: 6px;
	}
	
#topbanner 
	{
	width: 950px;
	height: 100px;
	background-color: #CCC;
	text-align: center;
	}
	
#header
	{
	margin-top: 6px;
	width: 950px;
	height: 176px;
	margin-bottom: 6px;
	background-image: url(../images/header.jpg);
	}

#subheadernormal, #subheaderneckermann, #subheaderjetair, #subheaderoostenrijk
	{
	width: 385px;
	height: 56px;
	padding: 10px 70px 0px 35px;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #FFF;
	}
	
#subheadernormal
	{
	background-image: url(../images/subheader_normal.jpg);
	}

#subheaderneckermann
	{
	background-image: url(../images/subheader_neckermann.jpg);
	}
	
#subheaderjetair
	{
	background-image: url(../images/subheader_jetair.jpg);
	}

#subheaderoostenrijk
	{
	background-image: url(../images/subheader_oostenrijk.jpg);
	}

#boxleft 
	{
	float: left;
	width: 206px;
	height: 100%;
	}
	
#leftnav 
	{
	width: 176px;
	height: 100%;
	padding: 20px 15px;
	background-color: #298787;
	margin-bottom: 6px;
	}

#leftinfo
	{
	width: 174px;
	padding: 15px;
	border: 1px solid #333;
	background-color: #FFCC33;
	}

#boxcenter
	{
	float: left;
	margin-left: 25px;
	width: 490px;
	height: 100%;
	}

#boxright 
	{
	float: right;
	margin-left: 27px;
	width: 200px;
	height: 100%;
	}

#footer
	{
	width: 948px;
	height: 98px;
	background-image: url(../images/bg_footer.jpg);
	float: left;
	clear: both;
	margin-top: 30px;
	border: 1px solid #CCC;
	}
	
#footer_contact
	{
	margin: 15px 17px 0px 17px;
	display: block;
	float: left;
	color: #666;
	}
	
#nieuwsbox
	{
	width: 468px;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #CCC;
	background-color: #ECECEC;
	}
	
	
/* 	---------------------
	TEKSTOPMAAK
	--------------------- */
	
#boxleft h1
	{
	font-size: 1em;
	color: #FFF;
	}
	
#boxleft h2
	{
	font-size: 1em;
	color: #0d4646;
	margin-top: 10px;
	}
	
#leftinfo h1
	{
	font-size: 1.4em;
	color: #333;
	}
	
#boxcenter h1, h2, h3, h4, p
	{
	font-family: Trebuchet MS;
	}

#boxcenter h1
	{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.6em;
	}
	
#boxcenter h2
	{
	margin-bottom: 15px;
	font-size: 1.2em;
	font-style: italic;
	color: #339999;
	}
	
#boxcenter h3
	{
	font-size: 1.2em;
	color: #CC9900;
	}
	
#boxcenter h4
	{
	float: left;
	color: #339999;
	}

#boxcenter p, h4, ul
	{
	font-size: 0.9em;
	text-align: justify;
	}

#boxcenter p
	{
	margin-bottom: 15px;
	}

#boxcenter ul
	{
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 15px;
	margin-left: 13px;
	}

#nieuwsbox h1
	{
	margin: 0px;
	font-size: 1.2em;
	color: #333;
	}
	
#nieuwsbox p
	{
	color: #666;
	margin-bottom: 15px;
	}

#nieuwsbox .volboekt
	{
	padding: 2px 10px 2px 10px;
	background-image: url(../images/bg_button_rood.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	border: 1px solid #333;
	text-decoration: none;
	}

.nieuw
	{
	color: #FF0000;
	background-color: #FFCC33;
	padding: 0px 3px;
	}
	
	
/* 	---------------------
	HYPERLINKS
	--------------------- */
	
a 
	{
	outline: none;
	}

a img
	{
	border: none;
	}

#boxleft ul
	{
	list-style-type: none;
	list-style-position: inside;
	margin-left: 35px;
	}

#boxleft li a
	{
	color: #FFCC33;
	text-decoration: none;
	}

#boxleft li a:hover
	{
	text-decoration: underline;
	}

#leftinfo a
	{
	color: #333;
	}

#boxcenter a, #footer a
	{
	color: #CC9900;
	text-decoration: underline;
	}
	
#boxcenter a:hover, #footer a:hover
	{
	color: #333;
	}
	
#nieuwsbox a.button
	{
	padding: 2px 10px 2px 10px;
	background-image: url(../images/bg_button.jpg);
	background-repeat: repeat-x;
	color: #333;
	border: 1px solid #333;
	text-decoration: none;
	}
	
#nieuwsbox a.button:hover
	{
	color: #FFF;
	}
	
/* 	---------------------
	IMAGES
	--------------------- */
	
img.korting
	{
	float: right;
	}
	
img.left
	{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	}
	
img.right
	{
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	}

#nieuwsbox img
	{
	float: left;
	margin-right: 10px;
	}
	
	
/* 	---------------------
	FORMULIEREN
	--------------------- */
	
input
	{
	width: 300px;
	height: 16px;
	border: 1px solid #999;
	background-color: #F2F2F2;
	font-size: small;
	padding-left: 5px;
	color: #298787;
	}

label.gegevens
	{
	font-size: 0.9em;
	line-height: 1.8em;
	display: block;
	float: left;
	width: 125px;
	}
	
input.bullet
	{
	float: left;
	width: 20px;
	border: none;
	background-color: #FFF;
	padding: 0px;
	margin-right: 15px;
	}
	
label.bullet
	{
	font-size: 0.9em;
	line-height: 1.8em;
	margin-right: 25px;
	}
	
.knop
	{
	width: 170px;
	height: 30px;
	background-image: url(../images/bg_button.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	border: 1px solid #333;
	}
	
.marker {
	font-weight:bold;
	color:#2A1FAA;
	background-color:#FFBF55;
}

.marker2 {
	border: 1px solid #F00;
	color: #F00;
	text-transform:uppercase;
	font-weight:bold;
}

	

