/*
Alion.nl
@author: Bernhard Verkade (bernhard@yes2web.nl)
@version: 20090918-01
*/

body, #publerBody {
	text-align: center;
	background: url(../../images/alion/background/body_bg.png) top left repeat-x;
}

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: url(../../images/alion/background/container_bg.png) top left repeat-x;
}

#header {
	height: 125px;
	position: relative;
}
#header h1{
	position: absolute;
	top: 36px;
	left: 50px;
}
div#main { 
	margin-top: 35px;
}

div#wrapper {
	float: left;
	width: 100%;
}

div#contents {
	margin: 0 20px 0 220px;
	padding: 50px 10px 50px 50px;
	background: #FFF;
	min-height: 190px;
	_height: 190px;
}

ul#navigation {
	position: absolute;
	top: 125px;
	left: 255px;
	height: 35px;
	margin: 0;
	padding: 0;
	}
	ul#navigation li{
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul#navigation li a{
		display: block;
		height: 35px;
		padding: 0 15px;
		line-height: 35px; /* EM please */
		color: #333333;
		text-transform: uppercase;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
		_display: inline-block;
	}
	ul#navigation li a:hover{
		background: #FFE08E;
	}
	ul#navigation li.selected a{
		background: #FFF;
	}

div#sidebar{
	float: left;
	width: 170px;
	margin-left: -980px;
	padding: 80px 0 0 50px;
}
address {
	line-height: normal;
	font-size: 12px;
}
address a{
	color: #855E03;
	font-weight: bold;
}

div#extra, div#footer{
	clear: left;
	margin: 0 70px 0 270px;
	padding: 20px 0;
}
div#extra{
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
div#extra p{ margin: 0; line-height: normal; }
div#extra p, div#footer p{
	font-size: 0.9em;
	}
	div#footer p{
		color: #999999;
		text-align: center;
	}
	
.actie_container {
	margin-top: 80px;
}
	
/* sIfr */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}

/* sIfr Custom */
.sIFR-active #contents h1, .sIFR-active #contents h2 {
	visibility: hidden;
	font-family: sans-serif, Arial, Helvetica;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
.sIFR-active #contents h1{
	width: 99%;
}