/***
* 	
* 	De Boer Stalinrichting
* 	
* 	Styles for the main layout
* 	
* 	@author: Bastiaan de Jong
* 	@for: Stratim Interactive
* 	
***/


#header {
	width: 100%;
	height: 180px;
}
.header01 { background: url(../img/header01.jpg) no-repeat; }
.header02 { background: url(../img/header02.jpg) no-repeat; }
.header03 { background: url(../img/header03.jpg) no-repeat; }
.header04 { background: url(../img/header04.jpg) no-repeat; }
.header05 { background: url(../img/header05.jpg) no-repeat; }
.header06 { background: url(../img/header06.jpg) no-repeat; }
.header07 { background: url(../img/header07.jpg) no-repeat; }
.header08 { background: url(../img/header08.jpg) no-repeat; }
.header09 { background: url(../img/header09.jpg) no-repeat; }
.header10 { background: url(../img/header10.jpg) no-repeat; }
.header11 { background: url(../img/header11.jpg) no-repeat; }

#languages {
	width: 780px;
	height: 29px;
	line-height: 29px;
	padding-left: 20px;
	background-color: #FCAF10;
}
#languages a {
	padding-right: 15px;
	_padding-right: 12px;
	*padding-right: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#languages a:hover, #languages a.active {
	text-decoration: underline;
}
