article, footer, header, nav, section {
	display:block
}

html{
	font-size: 12px;
	line-height: 26px;
	font-family: Verdana;
	color: #172d5f;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.png);
	background-position: top center;
	background-repeat: no-repeat;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #172d5f;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

.clr {
	clear: both;
	height: 0px;
}

.wrapper {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
}

header {
	background-image: url(images/top_bg.png);
	background-repeat: repeat-x;
	text-align: center;
}

header .wrapper {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 294px;
}

header .wrapper img {
	margin-top: 20px;
}

/*** SLIDER ***/
#slider {
	width: auto;
	clear: both;
	width: 628px;
	height: 258px;
	overflow:hidden;
}

#slider #frame {
	position: absolute;	
	z-index: 999;
}

#slider ul {
	margin: 0px;
	padding: 0px;
	height: 258px;
	position: relative;
}

#slider ul li {
	margin: 0px;
	padding: 0px;
	height: 258px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	list-style-position: inside;
	list-style-type: none;
	
	display:none; 
	position:absolute;
}

#slider ul li #map_canvas {
	height: 224px;
	width: 593px;
	display: block;
	margin-top: 20px;
	margin-left: 27px;
}

/***** Content ****/


.content_top {
	background-image:url(images/content_top.png);
	background-repeat: no-repeat;
	width: 1008px;
	height: 9px;
	margin-top: 30px;
}

.content_main {
	background-image: url(images/content_main.png);
	background-repeat: repeat-y;
	width: 1008px;	
}

.content_bottom {
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	width: 1008px;
	height: 27px;
	margin-bottom: 30px;
}


/*** Navigation ****/
nav {
	width: 310px;
	float: left;
}

nav ul {
	list-style-position: inside;
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
	width: 290px;
	padding-left: 8px;
}

nav ul li {
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;	
}

nav ul li:hover {
	background-image: url(images/menu_bg_hover.png);
	background-repeat: no-repeat;	
}

nav ul li a {
	display: block;
	line-height: 45px;
	height: 50px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

/**** Main content ****/
section {
	float: left;
	width: 644px;
	margin-left: 14px;
	padding: 20px;
}

.photos img {
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

a.photos {
	margin-top: 10px;
	padding: 5px;
}

input[type="text"] {
	width: 250px;	
}

textarea {
	width: 250px;
	height: 100px;
}

.ErrorLabel,
.EditingFormErrorLabel {
	color: #F00;
}


/*** Footer ***/
footer {
	background-image: url(images/footer_bg.png);
	height: 200px;
	padding-top: 10px;
}

footer address {
	font-style: normal;
	border-right: #FFF solid 1px;
	display: block;
	width: 300px;
	height: 155px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #172d5f;
}

footer .logo {
	border-left: #FFF solid 1px;
	width: 300px;
	height: 130px;
	float: right;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-right: 40px;
}

footer .realisatie {
	clear: both;
	float: right;
	font-size: 9px;
	color: #86888b;
	padding-right: 40px;
}

footer .realisatie a {
	color: #86888b;
}