/** CSS for Beins Travel Group website */
@charset "utf-8";

/** Import the CSS for the top navigation, this is the same for all pages */
/* @import url("topnavigatie.css"); Verwijderd want dit werkt niet in Google Chrome*/

/** Import the CSS for the hoofdnavigation, this is the same for all pages */
/* @import url("hoofdnavigatie.css"); Verwijderd want dit werkt niet in Google Chrome*/


/* HTML & BODY INSTELLINGEN */
html, body {
		height: 100%;
		width:100%;
		background:#000000;
		margin:0;
		padding:0;
		border:none;

		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
	}

	body{
		text-align: center; /* IE auto margins workaround */
		} 


	#wrap {
		position: relative; /* to keep the header inside */
		height: auto !important;
		height:100%;
		min-height: 100%;
		
		width: 980px; 
		
		margin: 0 auto;
		text-align: left;
		padding:0;
		
		background:#FFFFFF;
		}

		* html #wrap {
			height: 100%;
		 }

	
/* TOP / HEADER */
	#top{
		height:135px;
		margin:0;
		padding:0;
		}
		#beinslogo {
			position:relative;
			float:left;
			margin:15px 0 0 40px;
		}
		
		#hoofdnavigatie{
			margin:0;
			height:37px;
		}

		#subnavigatie{
			margin:0;
			height:35px;
		}

		
	#reisnavigatie{
		margin:0;
		height:35px;
		background:#000000;		
	}
	
	
	#headermedia{
		margin:0;
		padding:0;
		height:300px;
		width:980px;
		overflow:hidden;

		/* temp */
		background:#222222;
		}

	#headermedia #laag{
		height:220px;
		}

		#headermedia img{
			margin:0;
			padding:0;
			border:none;
		}
	
	#breadcrumb{
		margin:0;
		padding:6px;
		height:21px;
		background:#bdbe52;
		
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
		color:#FFFFFF;
		font-size:16px;
	}
	
	#breadcrumb a, #breadcrumb a:visited{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		text-decoration:none;
		margin:0 3px;
	}
	
	


/* MIDDEN / CONTENT / ZIJKOLOM / FOOTER */


#midden{
		background:#FFFFFF;
		float:left;
		clear:both;
		width:980px;
		clear: left;
		overflow-x:auto;
		overflow-y:auto;
		}

	/* CONTENT */
	#content {
			display: inline;
			clear: both;
			float: left;
		}

	#content p {
		font-size: 12px;
		padding: 5px;
	}
	#content table{
		font-size:12px;
		line-height:18px;
		color:#333333;
		margin: 0px;	
	}

	#content form {
		font-size: 12px;
		padding: 5px;
	}

	#content .imagecontainer {
		float:right;
		background: #EEEEEE;
		padding: 5px 5px 10px 5px;
		margin: 5px;
		color: #222222;
		font-weight: bold;
		font-size: 10px;
		line-height: 13px;
	
	}
	#content .description {
		text-align: center;
		font-size: 10px;
		padding: 5px
	
	}


/* ZIJKOLOM */
	#zijkolom{
			display: inline;
			float: right;
	
			width:240px !important;
			width:245px;
			margin-right:10px;
			
		}


/* FOOTER */
#footer {
		text-align:right;
		clear:both;
		position: relative;
		height:70px;
		background:#FFFFFF;
		width:980px;
		margin:-70px auto 0 auto; */
		margin:0px auto 0 auto;
		
	}



h1, h2{
	background:url(../image/koptekst_streep.gif) no-repeat 10px 7px;
	
	font-size:15px;
	line-height:18px;
	vertical-align:top;
	text-indent:25px;
	text-transform:uppercase;
	letter-spacing:0.2px;
	padding: 5px;
}

p{
	font-size:12px;
	line-height:18px;
	color:#333333;
	margin: 5px;	
}

table{
	font-size:12px;
	line-height:18px;
	color:#333333;
	margin: 0px;	
}

img{
	border:0;
	padding:0;
	margin:0;
}

a:link, a:visited {
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
	
}

a:hover{
		font-family:Arial, Helvetica, sans-serif;
		color:#bdbe52;
}

a:active {
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
}

