@charset "utf-8";

/* General */
body, html {
	background-image:url('../../images/bg.png');
	background-repeat:repeat-x;
	background-color:#446277;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Gerogia;
	font-size:12px;
	text-align:center;
}

/**
 *
 * Container and content divs
 *
 */

#container {
	margin:0 auto;
	width:779px;
	height:auto;
}

#content {
	background-image:url('../../images/content.png');
	background-repeat:repeat-y;
	width:779px;
	height:auto;
}

#content_bottom {
	margin-top:0px;
	background-image:url('../../images/content_bottom.png');
	background-repeat:no-repeat;
	width:779px;
	height:6px;
}

/**
 *
 * Header
 *
 */

#header {
	width:769px;
	height:150px;
	background-color:#446277;
	margin:0 auto;
}

/**
 *
 * Menu
 *
 */

#menu{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:769px;
	height:30px;
}

#menu ul {
	display:inline;
}

#menu li{
	display:inline;
	list-style-type:none;
}

#menu li a{ 
	height: 30px;
	width:	inherit;
	background-position:center;
	display:block;
	float:left;

}

#menu li a:hover { 
	background-position:bottom;
}

#menu li a.active { 
	background-position:top;
}

#menu li a#home { 
	background-image: url('../../images/buttons/menu_01.png');
	width:105px;
	background-repeat: no-repeat;

}

#menu li a#werkzaamheden { 
	background-image: url('../../images/buttons/menu_02.png');
	width:152px;
	background-repeat: no-repeat; 
}

#menu li a#fotos { 
	background-image: url('../../images/buttons/menu_03.png');
	width:97px;
	background-repeat: no-repeat; 
}

#menu li a#vacatures { 
	background-image: url('../../images/buttons/menu_04.png');
	width:113px;
	background-repeat: no-repeat; 
}

#menu li a#overig { 
	background-image: url('../../images/buttons/menu_05.png');
	width:85px;
	background-repeat: no-repeat; 
}
#menu li a#plattegrond { 
	background-image: url('../../images/buttons/menu_06.png');
	width:129px;
	background-repeat: no-repeat; 
}

#menu li a#contact { 
	background-image: url('../../images/buttons/menu_07.png');
	width:88px;
	background-repeat: no-repeat; 
}

/**
 *
 * Inner content
 *
 */

#inner_content {
	width: 720px;
	min-height: 400px;
	height: auto;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:12px;
	background-color: #afc3d1;
	text-align:left;
	color:#000000;
	clear:both;
}

#inner_content_bottom {
	background-image:url('../../images/inner_content_bottom.png');
	background-repeat:no-repeat;
	width: 720px;
	height:45px;
	margin-top: -12px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:25px;
	clear:both;
}

#inner_content_bottom p{
	text-align:right;
	padding-top:25px;
	padding-right:5px;
	color:#496a81;
	letter-spacing: 2px;
}

#inner_content h1 {
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	letter-spacing: 2px;
	font-size: 18px;
	text-align: left;
}

#inner_content h2 {
	font-weight: normal;
	font-size: 12px;
	margin-top: -15px;
	padding-left: 10px;
	letter-spacing: 1.5px;
	text-align:left;
	color:#000000;
} 

#inner_content_text p {
	padding-left: 25px;
	padding-right: 25px;
	letter-spacing: 1.3px;
	padding-bottom:15px;
}

/**
 *
 * Foto
 *
 */

#fotocat {
	float: left;
	width: 244px;
	height:auto;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
}

#fotocat a:visited{
	color:#000000;
}

#fotocat a:hover{
	color:#496a81;
}

#foto_right {
	float: right;
	width: 420px;
	height:auto;
	border-left: 6px solid #496a81;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom:20px;
}

div#fotos {
	width:340px;
	height:auto;
	margin-top:20px;
	margin-left:-10px;
	margin-bottom:20px;
	text-align:center;
}

div#fotos img {
	border: 2px solid #496a81;
}
		

/**
 *
 * Footer
 *
 */
#footer{
	text-align:center;
	margin-top:0px;
	color:#afc3d1;
	padding-bottom:25px;
	text-decoration:none;
}

#footer a{
	color:#afc3d1;
	text-decoration:none;
}

#footer a:visited{
	color:#afc3d1;
	text-decoration:none;
}


/**
 *
 * Horizontal rule
 *
 */

hr {
	border:0;
	margin-top:-10px;
	width:696px;
	height:6px;
	color:#496a81;
	background-color:#496a81;
	text-align:center;
}
