/*
Projectnaam Sirre Aannemersbedrijf
@author: Roël 
@version: 200907-01

Kleuren

Blauw: #00457c;
Fel rood: #ff1638;
Zacht rood: #e51937;
Grijs: #d3d3d3;
Licht blauw / lila: #839abf;

*/
/* Cleared elements
**********************************/	
body, #publerBody, #header h1, #header h2, #contents h1, #right h1,
#contents h2{
	margin: 0;
	padding: 0;
}
/* Background images
**********************************/
#header h1, ul.navigation li a{
	display:block;
	text-indent:-5555px;
}
/* Clean lists
**********************************/
#header ul, #right ul, ul#footer, ul.navigation, ul.navigation li{
	list-style:none;
	margin:0;
	padding:0;
}
/* Floated elements
**********************************/
#header ul li, #header img, #header h2, #contents,
div.kolom1, div.kolom2, div.kolom3,
ul.navigation li, #right ul li, #right{
	float: left;
}
/* General layout
**********************************/
body, #publerBody {
	background: url(/images/sirre/background/body_bg3.png) repeat-x;
	text-align: center;
}
body.projecten{
	background: url(/images/sirre/background/body_bg2.png) repeat-x;
}
body.home{
	background: url(/images/sirre/background/body_bg.png) repeat-x;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#container {
	position:relative;
	width:940px;
	margin:0 auto;
	text-align: left;
}
div#header{
	height: 130px;
	background: url(/images/sirre/background/header_bg.png) top right no-repeat;
}
body.projecten #header{
	height: 171px;
}
body.home #header{
	height: 300px;
}
#header #logo{
	display: block;
	height: 73px;
	width: 210px;
	margin-bottom: 7px;
}
#header ul{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.2em;
	color: #00457c;
}
#header ul li{
	padding: 0 30px 0 20px;
	margin-top: 10px;
	background: url(/images/sirre/sprite/icons_sprite.png) no-repeat;
	height: 17px;
	line-height: 17px;
}
#header ul li.phone{
	background-position: 0 -24px;
}
#header ul li.last{
	padding-right: 0;
	background-position: 0 -46px;
}
#header ul li a{
	color: #00457c;
}
#header img{
	margin-right: 20px;
}
#header h2{
	font-size: 2.4em;
	font-weight: bold;
	margin-top: 22px;
}
#header p{
	font-size: 1.2em;
	color: #FFF;
	line-height: 24px;
}
#header p a{
	color: #ff1638;
	font-weight: bold;
}
#main{
	padding-top: 23px;
}
#contents{
	width: 544px;
	margin-right: 40px;
}
body.projecten #contents,
body.contact #contents{
	margin: 0;
	width: 940px;
}
div.kolom1, div.kolom2, div.kolom3{
	width: 296px;
	display: inline; /* IE6 hack voor dubbele margin */
}
div.kolom1{
	margin: 0 16px 0 10px;
}
div.kolom2{
	margin: 0 16px 0 0;
}
div.kolom3{
	margin: 0 10px 0 0;
}
/* Right 
**********************************/
#right{
	width: 356px;
}
#right ul li{
	padding-right: 20px;
}
#right ul li.last{
	padding-right: 0;
}
/* Navigatie
**********************************/
ul.navigation{
	position: absolute;
	left: 0;
	top: 80px;
}
body.home ul.navigation{
	top: 250px;
}
ul.navigation li a{
	background: url(/images/sirre/sprite/bg_sprite.png) no-repeat;
	height: 50px;
}
ul.navigation li.selected a{
	height: 59px;
}
ul.navigation li#nav-home a{
	width: 105px;
	background-position: 0 -60px;
}
ul.navigation li#nav-home a:hover,
body.home #container  li.selected a{
	background-position: 0 -120px;
}
ul.navigation li#nav-over-ons a{
	width: 126px;
	background-position: -125px -60px;
}
ul.navigation li#nav-over-ons a:hover,
body.over-ons #container li.selected a{
	background-position: -125px -120px;
}
ul.navigation li#nav-projecten a{
	width: 134px;
	background-position: -271px -60px;
}
ul.navigation li#nav-projecten a:hover,
body.projecten #container li.selected a{
	background-position: -271px -120px;
}
ul.navigation li#nav-vacatures a{
	width: 139px;
	background-position: -425px -60px;
}
ul.navigation li#nav-vacatures a:hover,
body.vacatures #container li.selected a{
	background-position: -425px -120px;	
}
ul.navigation li#nav-contact a{
	width: 121px;
	background-position: -584px -60px;
}
ul.navigation li#nav-contact a:hover,
body.contact #container li.selected a{
	background-position: -584px -120px;
}
/* Sub menu
**********************************/
ul.navigation li ul{
	display: none;
	width: 920px;
}
body.projecten ul.navigation li ul{
	display: block;
	position: absolute;
	top: 67px;
	left: -5px;
}
body.projecten ul.navigation li ul li{
	padding: 0 10px;
	line-height: 0.9em;
	border-right: 1px solid #00457c;
}
body.projecten ul.navigation li ul li a{
	background: none;
	text-indent: 0;
	display: inline;
	font-size: 1.2em;
	color: #00457c;
	font-weight: bold;
}
body.projecten ul.navigation li ul li.selected a{
	color: #e51937;
}
body.projecten ul.navigation li ul li.last{
	border: 0;
}
body.projecten ul.navigation li ul li ul{
	display: none;
}

/*Formulier
**********************************/
form{
	width: 750px;
	font-size: 1.2em;
}
form label{
	width: 250px;
	font-weight: bold;
	color: #333;
}
label.error{
	font-weight:normal;
	color:red;
	width:auto;
	float:none;
	margin-left:10px;
	font-size:.85em;
}
input.error,
textarea.error{
	float:left;
	border:1px solid #e51937;
}
input,
textarea{
	width: 250px;
	margin: 0 0 12px 0;
	border: 1px solid #d3d3d3;
}
textarea{
	height: 130px;
}
body form input#submit{
background-color: #839abf;
border:1px solid #00457c;
color:#000;
width:80px;
cursor: pointer;
margin-left: 250px;
}
/* Project detail
**********************************/
#projectdetail{
	position: relative;
	padding-right: 396px;
}
dl{
	position: absolute;
	top: 0;
	right: 0;
}



/* Footer
**********************************/
ul#footer{
	height: 55px;
	background: url(/images/sirre/sprite/bg_sprite.png) no-repeat top left;
	margin-top: 35px;
	padding-right: 20px;
	color: #839abf;
	font-size: 1.2em;
}
ul#footer li{
	float: right;
	margin: 39px 0 0 8px;
	padding-left: 8px;
	border-left: 1px solid #839abf;
	line-height: 1.1em;
}
ul#footer li.last{
	border: none;
}
ul#footer li a{
	color: #839abf;
}
/* 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-active #contents h1 {
font-family: Verdana;
visibility: hidden;
}
