@charset "utf-8";

/* -----------------------
	CSS Fixing settings
	For workaround ie, firefox and safari
   ----------------------- */
IMG { border:0; }
FORM { margin:0; padding:0; }
.mozillaBugFix { clear:both; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0 auto;
	padding:0;
}

/* -----------------------
	General settings 
	This is where we put all the general settings about the page
   ----------------------- */
html,body {
	margin:0;
	padding:0;
} 
body {
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	background-color:#4d4f52;
	font-family:Arial,'Trebuchet MS', Tahoma;
	color:#FFFFFF;
	margin:0 auto;
	
}



/* -----------------------
	Page layout settings 
	This is where the layout is constructed
   ----------------------- */
.wrapper {
	width:940px;
	margin:0 auto;
	position:relative;
	margin-top:25px;
	
}
/*-- HEADER --*/
.header {
	width:940px;
	height:156px;
	background-image:url("../images/home.jpg");
	float:left;
}

.header_ontwerp {
	width:940px;
	height:156px;
	background-image:url("../images/ontwerp.jpg");
	float:left;
}

.header_beplanting {
	width:940px;
	height:156px;
	background-image:url("../images/beplanting.jpg");
	float:left;
}
.header_bestrating {
	width:940px;
	height:156px;
	background-image:url("../images/bestrating.jpg");
	float:left;
}
.header_tuinhout {
	width:940px;
	height:156px;
	background-image:url("../images/tuinhout.jpg");
	float:left;
}
.header_vijvers {
	width:940px;
	height:156px;
	background-image:url("../images/vijvers.jpg");
	float:left;
}
.header_verlichting {
	width:940px;
	height:156px;
	background-image:url("../images/verlichting.jpg");
	float:left;
}
.header_contact {
	width:940px;
	height:156px;
	background-image:url("../images/contact.jpg");
	float:left;
}
/*-- CONTENT --*/
.content {
	width:940px;
	height: 450px;
	background-color:#343638;
	float:left;
	border-bottom:1px solid #5b5d5e;
}

.left {
	width:421px;
	height:450px;
	padding:25px;
	float:left;
}

.right {
	height:450px;
	width: 469px;
	float:left;
	background-image:url("../images/photo_home.jpg");
	background-repeat:no-repeat;
}

.right_ontwerp {
	height:450px;
	width: 469px;
	float:left;
	background-image:url("../images/photo_ontwerp.jpg");
	background-repeat:no-repeat;
}
.right_beplanting {
	height:450px;
	width: 469px;
	float:left;
	background-image:url("../images/photo_beplanting.jpg");
	background-repeat:no-repeat;
}
.right_bestrating {
	height:450px;
	width: 469px;
	float:left;
	background-image:url("../images/photo_bestrating.jpg");
	background-repeat:no-repeat;
}
.right_tuinhout {
	height:450px;
	width: 469px;
	float:left;
	background-image:url("../images/photo_tuinhout.jpg");
	background-repeat:no-repeat;
}
.right_vijvers {
	height:450px;
	width: 469px;
	float:left;
	background-image:url("../images/photo_vijvers.jpg");
	background-repeat:no-repeat;
}
.right_verlichting {
	height:450px;
	width: 469px;
	float:left;
	background-image:url("../images/photo_verlichting.jpg");
	background-repeat:no-repeat;
}
.right_contact {
	height:450px;
	width: 469px;
	float:left;
}
/*-- FONT --*/

h1 {
	font-size:20px;
	margin:0;
	font-style: normal;
	text-decoration: none;
	color:#F7931E;
}

h2 {
	font-size:16px;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	line-height:20px;
}

.links a:link { color:#FFF; text-decoration:none; }
.links a:visited { color:#FFF; text-decoration:none; }
.links a:active { color:#FFF; text-decoration:none; }
.links a:hover { color:#FFF; text-decoration:underline; }

h2 a:link { color:#F7931E; text-decoration:none; }
h2 a:visited { color:#F7931E; text-decoration:none; }
h2 a:active { color:#F7931E; text-decoration:none; }
h2 a:hover { color:#F7931E; text-decoration:underline; }



/*-- FOOTER --*/
.footer {
	width:940px;
	height: 35px;
	margin:0;
	float:left;
	background-color:#343638;
	
}

.info {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	margin-left:25px;
	font-size:14px;
}

li.footer_text1 {
	float:left;
	padding-right:15px;
	border-right:1px dotted #676767;
	margin-top:9px;
	
}

li.footer_text {
	float:left;
	padding-right:15px;
	padding-left:15px;
	border-right:1px dotted #676767;
	margin-top:9px;
}
li.footer_text2 {
	float:left;
	padding-right:15px;
	padding-left:15px;
	margin-top:9px;
}
li.footer_text3 {
	float:left;
	padding-right:15px;
	padding-left:15px;
	font-size:26px;
	margin-top:2px;
}

/*-- LINKS --*/
.links {
	height:20px;
	width:915px;
	font-size:12px;
	margin-top:4px;
	padding-left:25px;
	float:left;
}


/*-- MENU --*/
.menu {
	height: 35px;
	width: 940px;
	float:left;
	border-bottom:1px solid #5b5d5e;
	border-top:1px solid #5b5d5e;
	margin:0;
	background-color:#343638;
}

.nav  {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	margin-left:68px;
}

.nav li {
	margin-top:8px;
}

li.normal {
	float:left;
	border-right:1px dotted #676767;
}

.nav a {
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	
}

li.last  {
	float:left;
}

.nav a:hover {	
	color:#F7931E;
}

