
/* ------- 	BASE ------- */

body {
	padding: 0;
	margin: 0;
	background: #b3b3b3;						/* ---- kleur achtergrond ---- */
	font-family: 'Droid Sans', arial, serif;
font-size: 10px;
color: #1d1d1d;	}

img {
	border: none;
	}

h1 {
	font-family: 'Cuprum', arial, serif;
font-size: 2.5em; 
margin: 0px 0 0px 0px; 
padding: 0 0 0 12px; 
color: #8f250a;
font-weight: normal;
background: #fff;	}

h2 {
	font-family: 'Cuprum', arial, serif;
font-size: 2em; 
margin: 0;  
padding: 0; 
color: #8f250a;
font-weight: normal;	}

h3 {
	font-family: 'Cuprum', arial, serif;
font-size: 1.7em; 
margin: 0 0 15px 0;  
padding: 0; 
color: #8f250a;
font-weight: normal;	}
h4 {
	font-family: ''Cuprum'', arial, serif;
font-size: 2em; 
margin: 0;  
padding: 0; 
color: #8f250a;	
font-weight: normal;}

p {
	margin: 0 0 0 0; 
	padding: 0;
	font-size: 1.3em;
color: #1d1d1d;
line-height: 1.5em;	}

a {
	margin: 0; 
	padding: 0;
	font-size: 1.0em; 
color: #0f4f91;
text-decoration: none;

/* bij aanpassingen kan je het oude tussen haken zetten zodat je nog weet hoe het zat */	}

a:hover {
	color: #1d1d1d;	
text-decoration: underline;	}
.main-content ul {
	font-size: 1.3em;
color: #1d1d1d;
line-height: 1.5em;}


/* ------- 	MAIN DIVS ------- */

.container {
	width: 992px;
	padding: 0px;
	margin: 0 auto;
	}
		
#content {
	background:url(../images1/content-bg.png) repeat-y;	
	margin: 175px 0 0 0;
	width:992px;
	}
		
.inner-content {
	position: relative;
	width:992px;
	padding: 0;
	margin: 0;
	overflow:hidden;_zoom:1;
	display: block;
	}
		
.content-left {
	background: url(../bullet1.php?image=images1/content-bg-left.png&color=8f250a) repeat-y;			/* ---- gif met 2 kleuren (kleuren met javascript dynamisch maken (dit is accent kleur 02) ---- */   
	}
		
.content-right {
	background: url(../bullet1.php?image=images1/content-bg-right.png&color=8f250a) repeat-y;			/* ---- gif met 2 kleuren (kleuren met javascript dynamisch maken (dit is accent kleur 02)  ---- */
	}
	
.main-content {
	width:760px;
	float:right;
	margin:0 16px 20px 0;
	position:relative;
	}
		
.content-right .main-content {
	float:left;
	margin:0 0 20px 16px;
	}

		




/* ------- 	HEADER ------- */

div.container-header {
	background: #8f250a url(../images1/bg2.png) repeat-x;				/* ---- kleur accent 01 ---- */
	_background: #8f250a;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	}

div#header {
	background: url(../images1/header-outer-bg2.png) no-repeat;
	height: 175px;
	position: relative;
	margin:0;
	width:992px;
	margin:0 auto;
	overflow:hidden;_zoom:1;
	}
		
div#header .inner-header {
	/*background:url(../images1/header-new2.jpg) no-repeat bottom;*/
	 background: url(../images/headers/tuinhuis-informatie.nl) no-repeat ;
	height:148px;
	width:960px;
	margin:27px 0 0 16px;
	/padding:0;
    /top:27px;
    /position:relative;
	
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	}
	
	

	/* ------- 	MENU ------- */
	
	.menu {
		position:absolute;
		background:url(../images1/menu-bg.png) repeat-x bottom left;
		top:145px;
		/top:118px;
		left:16px;
		/left:0;
		margin: 0;
		padding: 0;
		width: 960px;
		display:block;
		height:30px;
		}			
	
	.menu ul {
		list-style-type: none;
		overflow:hidden;
		margin: 0px;
		padding: 0px 0 0 10px;
		}
			
	.menu li {
		padding:0 0 0 0px;
		height:30px;
		display:block;
		float:left;
		margin-right: 5px;
		}
					
	.menu li a {
		height:30px;
		display:block;
		margin: 0px 0px; 
		text-decoration:none;
		padding:7px 10px 0;
		float:left;
		font-family: 'Cuprum', arial, serif;
font-size: 2.1em; 
color: #8f250a;		}
	
	.menu li a:hover  {
		color:#1d1d1d;		/* ---- kleur tekst ---- */
		background:url(../images1/menu-hover.png);
		cursor:pointer;
		
		border-top-left-radius: 7px 7px;
		border-top-right-radius: 7px 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		}
					
	.menu li a.active  {
		color:#1d1d1d;										/* ---- kleur tekst ---- */
		background:#fff;
		
		border-top-left-radius: 7px 7px;
		border-top-right-radius: 7px 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		}
								
	
	/* ------- 	TOP LINKS ------- */
							
	ul.header_links {				
		margin: 0;
		padding: 0;
		position:absolute;
		top:5px;
		left:25px;
		}
	
	ul.header_links li {
		float:left;
		margin-right:10px;
		padding-right:10px;
		border-right:1px solid #fff;					/* ------- 	tekst op accent kleur 01 ------- */
		list-style:none;
		list-style-position:outside;
		}
	
	ul.header_links li.last {
		border-right:none;
	}
	
	ul.header_links li a	{
		font-size: 1.1em; 
		color: #fff;									/* ------- 	tekst op accent kleur 01 ------- */
		line-height:15px;
		text-decoration:none;
		}
	
	ul.header_links li a:hover {
		text-decoration:underline;
		color: #fff;									/* ------- 	tekst op accent kleur 01 ------- */
		}
	
	
			
/* SIDEBAR */
					
.sidebar {
	float: left;
	width: 180px;
	overflow:hidden;
	padding: 18px 10px 0;
	margin:0 0 0 16px;
	min-height: 400px;
	}

.sidebar div.sidebar_banner {
	width: 160px;
	margin: 0px auto 10px auto;
 }
.content-right .sidebar {
	float:left;
	margin:0 16px 0 0;
	}

.sidebar h2 {
	margin-top:13px;
	color:#fff;
	}

.sidebar .block {
	background: #ffffff;					/* ---- kleur accent 01 ---- */
	padding: 5px;
	margin: 0px 0 20px 0;
	width: 170px;
	
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	}

.sidebar .block p {
	color: #fff;							/* ------- 	tekst op accent kleur 01 ------- */
	padding:5px 3px;
	margin:0 0 7px 0;
	line-height: 1.5em;
	}							
.sidebar .block ul {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
	}
	
.sidebar .block ul li {
	list-style-type: none;
	padding:0;
	margin: 0;
	}
	
.sidebar .block ul li a {
	margin: 0; 
	padding: 3px;
	width: 165px;
	font-weight: normal;
	font-size: 1.4em;
color: #8f250a;
text-decoration: none;
line-height:23px;	
	}
			
.sidebar .block ul li a:hover {
	background: #8f250a;
color:#fff;
text-decoration:none;	
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

		/* ------- 	SIDEBAR FORM ------- */
		
		.sidebar .block form {
			padding:0 3px;
			margin: 0;
			}
		
		.sidebar .block form input {
			background: #fff;
			width: 154px;
			height: 15px;
			padding: 5px;
			font-size: 1.1em;
			margin: 0px 0px 10px 0px;
			border: none;
		
			border-radius: 3px 3px;
			-moz-border-radius: 3px;
			}
		
		.sidebar .block form textarea {
			font-family: 'Droid Sans', arial, serif;
			background: #fff;
			height: 75px;
			width:154px;
			padding: 5px;
			font-size: 1.1em;
			margin: 0px 0px 10px 0px;
			border: none;
			
			border-radius: 3px 3px;
			-moz-border-radius: 3px;
			}
		
		.sidebar .block form textarea:focus {
			background:#fff url(../images1/dark-hover.png);
			}
		
		.sidebar .block form input:focus {
			background:#fff url(../images1/dark-hover.png);
			}
		
		.sidebar .block form input.submit-button {
			
			background: #fff url(../bullet.php?image=images1/bullet.png&color=fff) 8px 7px no-repeat;	
			width: 86px;
			height: 20px;
			float: right;
			padding:0 0 0 13px;
			margin:0;
			font-size: 0.9em;
			color:#0f4f91;							/* ---- kleur accent 01 ---- */
			cursor:pointer;
			
			border-radius: 3px 3px;
			-moz-border-radius: 3px;
			}
		
		.sidebar .block form label {
			float: left;
			margin:0;
			padding:0;
			font-size: 1.3em;
			color:#fff;							/* ------- 	tekst op accent kleur 01 ------- */
			font-weight: bold;
			}						
		
								
/* ------- 	CONTENT MAIN ------- */

.main {
	background: none;
	width: 728px;
	padding: 16px;
	float:left;
	margin: 0px 0 0 0;
	}

	/* ------- 	ROW'S AND COL'S ------- */
	
	.main .row {
		width:100%;
		margin-bottom:18px;
		clear:both;
		}
	
	.main .col {
		width:355px;
		float:left;
		}
	
	.main .first {
		margin-right:18px;
		}
	
	.main .second {
		margin:0;
		}


	/* ------- 	ROW'S AND COL'S ------- */
	
	.main .welkom_block	{
		background: #ececec;
		padding: 0;
		margin: 0 0 18px 0;
		}
	
	.main .welkom_block h1 {
		font-family: 'Cuprum', arial, serif;
font-size: 2.5em; 
margin: 0px 0 0px 0px; 
padding: 0 0 0 12px; 
color: #8f250a;
font-weight: normal;
background: #fff;		height: 27px;
		}
	
	.main .welkom_block p {
		padding: 0 10px 10px;
		margin: 0px;
		font-size: 1.3em;
		}


	/* ------- 	BLOCK STYLING ------- */
	
	.main .block {
		border-top: 1px solid #ebeaeb;
		background: url(../images1/block_bg.png) repeat-x bottom left;
		padding: 10px 10px 10px 10px;
		margin-bottom: 18px;
		overflow:hidden;_zoom:1; 
		}
	.main .nostyle{
		border: none !important;
		background: none !important;
	}
	
	.main .block .button {
		display:block;
		height:19px;
		padding-right:10px;
		}
	
	.main .block .button a.more {
		background: #8f250a url(../bullet.php?image=images1/bullet.png&color=fff) 8px 5px no-repeat;	
		width: 54px;
		height: 17px;
		line-height:17px;
		display:block;
		color: #fff;						/* ------- 	tekst op accent kleur 01 ------- */
		font-size: 10px;
		padding:0 5px 0 20px;
		text-decoration: none;
		float:right;
		
		border-radius: 4px 4px;
		-moz-border-radius: 4px;
		}
	
	.main .block .button a.more:hover {
		background: #347fc9 url(../bullet.php?image=images1/bullet.png&color=fff) no-repeat 8px 5px;		/* ------- 	bullet hier dynamisch maken, gifje dus maar 1 kleur :) en tevens accent kleur 02 op achtergrond ------- */
		
		text-decoration: underline;
		}
			
	
	
	.main .block img {
		float:right;
		margin: 0 0 10px 10px;
		border: 1px solid #bebebe;
		}



	/* ------- 	STAPPEN BLOCK ------- */

	.main .stappen {
		background: url(../images1/3stappen_bg.jpg) no-repeat;
		position: relative;
		height:132px;
		width: 561px;
		padding: 10px;
		}

	.main .stappen h2 {
		color: #fff;
		margin: 0;
		padding:0;
		font-size:2.5em;
		font-weight:normal;
		}

	.main .steps {
		position: absolute;
		bottom: 12px;
		left: 10px;
		width: 321px;
		height: 70px;
		}

	.main .stappen a.stap {
		height: 20px;
		width: 286px;
		display:block;
		text-decoration: none;
		color: #fff;
		padding: 3px 0 0 35px;
		font-size: 1.3em;
		}
	
	.main .stappen a.stap:hover {
		background: #bfe0ed;
		text-decoration: none;
		color: #000;
		}
				
	.main .stappen a.stap1 {
		background: url(../images1/stap1_bg.gif) no-repeat;
		}

	.main .stappen a.stap2 {
		background: url(../images1/stap2_bg.gif) no-repeat;
		}	

	.main .stappen a.stap3 {
		background: url(../images1/stap3_bg.gif) no-repeat;
		}	

	
	
	/* ------- 	BANNERS ------- */

	.banners {
		background: none;
		width: 136px;
		padding:0;
		float:left;
		margin: 16px 0 0 0;
		}

	.banners a {
		margin-bottom:18px;
		display: block;
		}


/* ------- 	FOOTER ------- */


#footer {
	background:url(../images1/content-bg.png) repeat-y;
	height:30px;
	position: relative;
	margin: 0px;
	clear:both;
	}

#footer .inner-footer {
	background: #000000;					/* ------- 	accent kleur 01 ------- */
	margin:0 16px;
	height:30px;
}

#footer ul {
	margin: 8px 0 0 0;
	}

#footer ul li {
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #fff;		/* ------- 	tekst op accent kleur 01 ------- */
	list-style:none;
	list-style-position:outside;	
	}

#footer ul li.last {
	border-right:none;
	}

#footer ul li a, #footer ul li p {
	font-size: 1.1em; 
	color: #fff;						/* ------- 	tekst op accent kleur 01 ------- */
	line-height:15px;
	text-decoration:none;
	}
#footer ul li p a {
	font-size: 1.0em ; 
	}
#footer ul li a:hover {
	text-decoration:underline;
	color: #fff;						/* ------- 	tekst op accent kleur 01 ------- */
	}

#footer ul.footer_links {				
	padding: 0 0 0 9px;
	float: left;
	}
					
#footer ul.footer_rechts {		
	padding: 0 9px 0 0;
	float: right;
	}

#footer ul.footer_rechts li {
	margin-right:0;
	padding-right:0;
	}




/* ------- 	GOOGLE ADS ------- */


div.ad-top {
	color:#fff;
	line-height:90px;
	font-size:1em;
	font-weight:normal;
	display:block;
	width:728px;
	margin:16px 16px 0;
}

a.ad-side {
	background:#b6b6b6;
	color:#fff;
	line-height:150px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	display:block;
	width:180px;
	height:150px;
	margin:16px auto 0;
}

a.ad-side2 {
	background:#b6b6b6;
	color:#fff;
	line-height:600px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	display:block;
	width:160px;
	height:600px;
	margin:16px auto 0;
}

 img.link_image{
      border: 1px solid #bebebe;
      width: 120px;
      float: right;
      margin: 20px 0 10px 10px;
   }
   
  img.link_image_small{
      border: 1px solid #bebebe;
      width: 80px;
      float: right;
      margin: 20px 0 10px 10px;
   }
