/*
* CSS bestand Geostick
* Auteur: Marcel van de Weerd
* Datum: 29-09-09
*/

/* De standaard css die op elke pagina terug komt importeren */
@import url('content.css');
@import url('base.css');

/* Grote grijze vak met flash banner + wat bedrijfsgegevens */
#header
{
	width:100%;
	height:250px;
	background:url(../img/grey-main.gif);
	border-top:10px solid #dadf00;
}
	#header-inner
	{
		width:969px;
		height:250px;
		margin:0 auto;
	}
		#header-flash
		{
			width:632px;
			float:left;
			height:250px;
		}
		
		#header-info
		{
			width:272px;
			height:170px;
			padding:40px 25px 40px 40px;
			float:left;
		}
			#header-info p {
				color:#464645;
				font-size:10px;
				line-height:17px;
			}
			#text-details
			{
				font:bold 13px verdana;
				padding-bottom:20px;
			}
h3{
	font:38px verdana;
	color:#ff4033;
	margin:0;
	padding:0;
}
h3.sifr a {
	width:280px;
	display:block;
	cursor:pointer;
	text-decoration:none;
}
/* Content gedeelte */			
#content
{
	padding:10px 0 0 0;
	width:969px;
	margin:0 auto;
	display:table;
}
	.edit_page_link {
		
	}
	#col-left
	{
		width:300px;
		float:left;
		padding-left:11px;
	}
	
	#col-middle
	{
		width:289px;
		float:left;
		padding-left:34px;
	}
	
	#col-right
	{
		width:280px;
		float:left;
		margin-left:45px;
	}
/* wk actie overlay */
#overlay-banner {
	position:absolute;
	height:409px;
	top:-479px;
	left:50%;
	margin-left:-320px;
	width:640px;
	border:1px solid #000;
	display:table;
	background:#f00;
	z-index:99999999;
}
	#overlay-banner a img {
		float:left;
		display:block;
	}
	#overlay-banner #close {
		float:left;
		width:707px;
		height:20px;
		background:#000 url('../img/close.gif') right no-repeat;
		cursor:pointer;
	}
#banner-reversebutton {
	position:absolute;
	height:20px;
	width:400px;
	top:-21px;
	left:50%;
	margin-left:-200px;
	background:url('../img/banner-reversebutton.gif') top no-repeat;
	cursor:pointer;
	border:1px solid #000;
	border-top:none;
	z-index:9999;
}