@charset "UTF-8";
/* CSS Document */

body{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	text-align: center;
}

a img{
	border: 0 none;
}

#outer{
	margin: 0 auto;	
	width: 920px;
}

#wrapper{
	float: left;
	padding: 0 20px 20px 20px;	
	width: 900px;		
}

#header{
	height: 129px;
}

#logo{
	background: url(../img/header-logo-background.jpg) top left no-repeat;
	float: left;
	height: 129px;
	width: 577px;
}

#address{
	background: url(../img/header-adresse-background.jpg) top left no-repeat;
	color: #066254;	
	float: left;
	font-size: 12px;
	font-weight: bold;	
	height: 91px;
	padding: 28px 10px 10px 10px;
	text-align: right;
	width: 303px;
}

#address p{
	font-size: 12px;
	padding-top: 5px;
	margin: 0;
}

#address a{
	color: #066254;	
	font-weight: normal;
	text-decoration: underline;
}

#address a:hover{
	color: #70726f;
}

#navigation{
	background: url(../img/navigation-background.jpg) top left no-repeat;
	display: block;
	float: left;
	font-size: 11px;
	height: 30px;
	width: 553px;
	line-height: 30px;
	padding-left: 347px;
}

#navigation ul#mainnavigation{
	float: left;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul#mainnavigation li, #navigation ul#mainnavigation a{
	color: #d9d7d5;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 79px;
}

#navigation ul#mainnavigation a{
	cursor: pointer;
}

#navigation ul#mainnavigation li.selected, #navigation ul#mainnavigation a:hover{
	color: #fff;
	background: url(../img/navigation-selected-background.gif) bottom no-repeat;
}

#main{
	background: url(../img/main-background.jpg) repeat-y;
	float: left;
	padding: 10px 10px 0 10px;
	margin: 0;
}

#content{
	background-color: #fff;
	color: #70726f;
	float: left;
	text-align: justify;
	line-height: 200%;
	padding: 20px 20px 10px 20px;
	width: 840px;
}

#content h2{
	color: #066254;
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px 0;
}

#content h3{
	color: #066254;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;	
}

#content h4{
	color: #70726f;	
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	clear: left;
}

#content p{
	margin: 0 0 10px 0;
	padding: 0;
}

#content a{
	color: #066254;
	text-decoration: underline;
}

#content a:hover{
	color: #70726f;
}

#footer{
	background: url(../img/footer-background.jpg) top left no-repeat;
	clear: both;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 900px;
}

#footer a{
	color: #70726f;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover{
	color: #066254;
}

/*----------Classes----------*/
.toppad{
	margin-top: 5px;
}

.grey{
	color: #70726f;
	font-weight: normal;
}

.vdh{
	border-top: 1px dotted #888;
	border-right: 1px dotted #888;
	float: left;
	font-size: 11px;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	text-align: center;
	width: 131px;
}

.foto{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.foto_tworow{
	float: left;
	margin-right: 15px;
}

.foto_right_tworow{
	float: left;
}

.foto_right{
	float: left;
	margin-bottom: 10px;
}

.projecttable{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#map_canvas{
	display: block;
	height: 460px;
	width: 840px;
}

div#map_canvas p{
	padding: 0;
	margin: 0;
}

div#map_canvas h5{
	color: #066254;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;	
}
