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

html{
   background-image:url(../images/bg_body.jpg);
   background-repeat: repeat-x;
   background-color:#ffffff;
}

body{
   margin:0px;
   padding:0px;
   font:12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#454543;
	height:100%;
}

p {
   margin:0px;
   padding:0px;
	line-height:18px;
}

a {
	color:#485500;
}

h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
	color:#485500;
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:20px;
	font-weight:lighter;
	margin-bottom:10px;
}
h3 {
	margin-top:20px;
	font-size:13px;
	display:block;
}


div.hr {
   border:0px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
   border-bottom:dotted 1px #9e9c74;
   padding:0px;
   margin:0px;
}
div.hr hr {
   border:0px;
   padding:0px;
   margin:0px;
	display: none;
}
div.hr1 {
   margin-top:20px;
	margin-bottom:20px;
}
div.hr2 {
   margin-top:10px;
	margin-bottom:10px;
}

.hide {
   display:none;
}

div.boxStandardOuter {
	padding:0px;
	margin:0px;
	border:3px double #dce3c7;
	overflow:hidden;
}
div.boxOuterDark {
	padding:0px;
	margin:0px;
	border:3px double #889268;
}

div.boxStandardInner {
	padding:5px;
	margin:0px;
	background-color:#dce3c7;
}


   div#container {
      margin:auto;
      padding:0px;
      padding-top:8px;
		padding-bottom:100px;
      width:790px;
      text-align:center;
      background-image:url(../images/bg_main.jpg);
      background-repeat: no-repeat;
      background-position:top center;
		overflow:hidden;
   }

   div#header {
      width:750px;
      height:190px;
      margin:auto;
      padding:1px;
      padding-bottom:0px;
      border:1px solid #abb298;
      border-bottom:0px;
   }

   div#contentBox {
      width:714px;
      margin-top:0px;
      margin-left:17px;
      margin-right:17px;
      padding:20px;
      padding-top:10px;
      text-align:left;
      background-color:#ebf1da;
      background-repeat: no-repeat;
      background-position:bottom left;
      color:#454543;
      overflow:hidden;
/*      border:1px solid #ff00ff;*/
   }
   div#contentBox h2 {
      margin:0px;
      margin-bottom:10px;
      padding:0px;
      color:#485500;
      font:20px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
   }

   div.contentBoxNone {
      background-image:url(../images/bg_content.jpg);
   }
   div.contentBoxBird {
      background-image:url(../images/bg_contentBird.jpg);
   }
   div.contentBoxBungalow {
      background-image:url(../images/bg_contentBungalow.jpg);
   }
	
 a#btnAanvraag {
 display: none; 
	/* background: url(http://www.sungalow.nl/images/AanvraagFinanciering.jpg) no-repeat ;
	width: 200px;
	height: 85px;
	display: none;
	text-indent: -5000px;
	padding: 0;
	margin: 0; */
}


      form {
         margin:0px;
         padding:0px;
         overflow:auto;
      }
         form label{
            font-weight:bold;
            float:left;
         }
         form input, form textarea{
            width:227px;
            border:1px solid #c6cfab;
            padding:2px;
            height:20px;
            margin:0px;
            margin-bottom:5px;
            font-size:13px;
            font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
         }
         form input.small{ width:50px; }
         form input.medium{ width:169px;  }
         form input.submit{
            margin-top:5px;
            margin-left:264px;
            width:89px;
            height:20px;
            border:0px;
         }
         form textarea{
            width:350px;
            height:100px;
         }
         em.verplicht {
            color:#f96b01;
         }

button.tellafriend{
   width:214px;
   height:20px;
   border:0px;
   color:#fff;
   margin:0px;
   padding-left:10px;
   font-size:12px;
   font-weight:bold;
   cursor:pointer;
/*   font-size:11px;*/
/*   margin-bottom:5px;*/
   background:url(../images/btn_tellafriend.gif) no-repeat left top;
}


div#footer {
   width:100%;
   height:50px;
	margin:0px;
   padding-top:20px;
   color:#454543;
   background-color:#ebf1da;
   border-top:1px solid #d0d7b9;
   text-align:center;

/*	position: fixed;
	left: 0px;
	bottom: 0px;*/
}