body {
	background: #E6EFF6 url(../gfx/bck_body2.jpg) no-repeat top center;
	font-family: verdana;
	font-size: 12px;
	color: #172d3f;
	line-height: 20px;
}

strong {
	font-weight: bold;
}

h1, h2 {
	color: #6b99be;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

h3 {
	color: #172d3f;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 0px;
}

a {
	color: #6b99be;
}

a:hover {
	color: #6b99be;
	text-decoration: none;
}

div#content #colB li {
	list-style-type: disc;
	margin: 10px 0 0 20px;
	width: 600px;
	vertical-align: top;	
	position: relative; 
	top: -.5em;
}

div#container {
	z-index: 1;
	position: relative;
	top: 0px;
}

div#logo {
	position: relative;
	float: left;
	/*background: url(../gfx/logo.png) no-repeat;		*/
	width: 987px;
	height: 175px;	
	cursor: pointer;
}

div#bg_image {
	position: absolute;
	left: 0px;
}

div#boven {
	position: relative;
	float: left;	
	top: 0px;
	height: 10px;
	width: 987px;
}

div#menu {
	position: relative;
	float: left;	
}

div#menu_bar {
	position: relative;
	float: left;		
	width: 987px;
	height: 31px;
	margin: 16px 0 0 0;
	background: url(../gfx/top_menu.png) no-repeat;
}

div#menu_bar li {
	float: left;
	font-size: 14px;
	padding: 4px 10px 0 10px;
}

div#menu_bar li a {
	 color: #fff;
	 text-decoration: none;
}

div#menu_bar ul li a#current{
	 color: #fff;
	 text-decoration: none;
	 padding: 2px 10px 4px 10px;
	 background:#FFCC00;
	 font-weight:bold;
	 border-radius:3px;
}

div#menu_bar ul li a:hover
{
	color: #fff;
	 text-decoration: none;
	 padding: 2px 10px 4px 10px;
	 background:#FFCC00;
	 border-radius:3px;
}


div#content_holder {
	position: relative;
	top: 0px;
	width: 990px;
	margin: 0 auto 0 auto;
	z-index: 1;
}

div#content_cols, div#content_cols2 {
	position: relative;
	float: left;	
	background: #fff;	
	min-height: 400px;	
	background: url(../gfx/bck_col_front.gif);
}

.ie6 div#content_cols, .ie6 div#content_cols2 {
	height: 400px;
}

.ie7 div#content_cols, .ie7 div#content_cols2, .ie div#content_cols, .ie div#content_cols2  {
	height: auto;
}
	
div#content_cols2 {
	background: url(../gfx/bck_col2.gif);
}

div#colA {
	position: relative;
	float: left;	
	width: 600px;
	padding: 0 15px 5px 15px;	
	margin: -5px 0 0 0;
}

#blink {
	position: absolute;
	top: 5px;
	left: -4px;
	z-index: -1;
/*	border-style:solid;
	border-width:3px;
	border-color:#FFCC00;
*/	
}

div#colA div.item {
	float:left;
	width: 100%;
	
	
}

div#colA p img, div#colB p img {
	float: right;
	padding: 5px;
}

#content_cols2 div#colA p img, #content_cols2 div#colB p img {
	float: none;
}

div#colB {
	position: relative;
	z-index: 10;
	float: left;	
	width: 355px;	
	left: 10px;
	margin: -5px 0 0 0;	

}

div#colB h1 {
	color: #FFF;
	margin: 20px 20px 20px 20px;
	padding: 0;
	width: 320px;
}

div#colB h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 300px;	
	
}

div#colB p {
	width: 320px;
	
}

div#content_cols2 div#colA {
	width: 280px;
	margin: 5px 0 0 0;
}

div#content_cols2 div#colA li {
	line-height: 25px;
	z-index: 20;
}

div#content_cols2 div#colA li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}


		
	ul#nav a:hover {
					
	padding: 2px 10px 4px 10px;
	font-weight:bold;
	border-radius:3px;
	
			}

	ul#nav li.current {
					
	background:#FFCC00;
	font-weight:bold;
	border-radius:3px;
	padding: 0px 10px 0px 10px;
	
			}


div#content_cols2 div#colB {
	width: 665px;
	padding: 0 0 0 10px;
}

div#content_cols2 div#colB p {
	width: 630px;
}

div#content_cols2 h1 {
	color: #6B99BE;
}

div#content_cols2 h2 {
	font-size: 14px;
}

div#top_content, div#top_content2, div#bot_content, div#bot_content2 {
	position: relative;
	float: left;		
	width: 987px;	
	height: 17px;
	background: url(../gfx/top_front.png) no-repeat;	
	margin: 10px 0 0 0;	
}

div#top_content2 {
	background: url(../gfx/top_col2.png) no-repeat;	
}

div#bot_content2 {
	background: url(../gfx/bot_col2.png) no-repeat;
	margin: 0 0 10px 0;	
}

div#bot_content {
	background: url(../gfx/bot_front.png) no-repeat;
	margin: 0 0 10px 0;
}

div#privacy {
	float: left;
}

div#privacy a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 10px;
}

/* form */

textarea {
	width: 400px;
	height: 65px;
	border: 1px solid #B6CAD3;	
	float: left;
}

input {
	width: 400px;
	border: 1px solid #B6CAD3;
	float: left;
	clear: left;
}

.rad {
	width: auto;
}

label {
	display: block;
	float: left;
	height: 20px;
	width: 100%;
	padding: 2px 0 0 0;
}

/* contact */

#adresHolder {
	position: absolute;
	top: 20px;
	left: 470px;
	width: 150px;
	text-align: center;
}

div#colB #adresHolder h3 {
	font-weight: bold;
	width: auto;
}

.fout {
	color: #ff0000;
}

/* meer */

.meer {
	text-align: right;
	display: block;
	width: 98%;
}

div#content a.meer {
	color: #172d3f;
}

/* footer */

#footer {
	position: relative;
	float: left;
	width: 986px;
	height: 22px;
	text-align: right;
	background: url(../gfx/bck_footer.png) no-repeat;
	margin: -2px 0 10px 0;
}

#footer span {
	font-weight: bold;
	color: #FFF;
	padding: 0 10px 0 0;
}

#vliegtuigmail {
	position:absolute;
	text-align:center;
	margin-top: 270px;
	width: 100%;
	height: 300px;
	z-index: 100;
}

.item p a strong {
	color: #000
}
