body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:inherit;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial;
	font-size: 16px;
	color: #8e8e8e;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 2px;
}

btn-group {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial;
	font-size: 18px;
	color: #6f6f6f;
	text-align: center;
	font-weight: lighter;
	text-transform: uppercase;	
}

h2 a {
	
	color: #6f6f6f;
}
	
h3 {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
	alignment-baseline: central;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
}
.bold {
	font-weight: bold;
}

/* DIVS */
#container       {width:1000px; height:auto; min-height:500px; margin:0 auto;}
#header          {width:1000px; height:auto; margin:0 auto;}
#address-line    {width:1000px;  margin:0 auto;}
#button-left { width:280px; height: 40px; 
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:15px;float:left;
	background-image:url(../images/button_bedrijven.png);}
/*#address       {
	width:412px;
	height:40px;
	margin-left: 14px;
	margin-right: 1px;
	margin-top:20px;
	margin-bottom:15px;
	background-image:url(../images/address-background.png);
	line-height:20px;
	float:left;
}*/
#address {
    background-image: url("../images/address-background.png");
    float: left;
    height: 40px;
    line-height: 37px;
    margin: 20px 1px 15px 14px;
    width: 412px;
}
#address .loginbox{
	line-height:20px;
}
#button-right { width:280px; height: 40px; 
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:15px;float:right;
	background-image:url(../images/button_particulieren.png);}

#photoline     {width:1000px; height:163px; margin:0 auto;}
#photo-left    {width:294px; height:163px; margin:0 auto; float:left;}
#text-block    {width:412px; height:163px; margin:0 auto; float:left; background-image:url(../images/text-block.png)}
#photo-right   {width:294px; height:163px; margin:0 auto; float:right;}
#white-line    {width:1000px; height:90px; margin:0 auto; }
#footer-line   {width:1000px; height:56px; margin:0 auto; float:left; padding-top:50px; background-image:url(../images/footer-background.png)}
#footer        {
	width:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top:70px;
}
#contactbox     {width:412px; height:163px; margin:0 auto; background-color:#a6c3eb}

/* END DIVS */

/* LOGIN BOX */
login pull-right
.triangle-border-bottom:before {

    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}
.login .btn:focus {
  border-bottom-right-radius: 0px;
}

.loginbox {
  width: 255px;
  padding: 15px 15px 0px 15px;
}

.loginbox .control-label, .controls input, .checkbox {
  font-size: 12px;
  color: #628bbc;
  float:left;
  margin: 0px;
  margin-left:15px;
}

.loginbox .btn {
  font-size: 13px;
  margin-top: 5px;
}

.loginbox input[type="checkbox"] {
  margin-top: 3px; 
}

.loginbox input {
  border-color: #8dc0ff;
}

.loginbox .btn {
  margin-right: 5px;
}

.loginbox {
  background-color: #c0dcff;
  border-color: #385d94;
  margin-top: -2px;
  border-top-right-radius: 0px;
  -moz-box-shadow:    0px 3px 5px 2px #4d7bc1, inset -1px 1px 0px #fff;
  -webkit-box-shadow: 0px 3px 5px 2px #4d7bc1, inset -1px 1px 0px #fff;
  box-shadow:         0px 3px 5px 2px #4d7bc1, inset -1px 1px 0px #fff;
}
/* END LOGIN BOX */


/* BUTTONS */

/* MB: Kleur van button */
/*
.btn-builderwens-particulieren {
  color: white;
  background-color: #ad2b64;
  background-image:url(../images/button_particulieren.png);
}

.btn-builderwens-bedrijven {
  color: white;
  background-color: #ad2b64;
  background-image:url(../images/button_bedrijven.png);	
}
.btn-builderwens-mail {
  color: white;
}
*/

/*MB: Hover Colour Button */
/*
.btn-builderwens-particulier:hover,
.btn-builderwens-particulier:focus,
.btn-builderwens-particulier:active,
.btn-builderwens-particulier.active,
.btn-builderwens-particulier.disabled,
.btn-builderwens-particulier[disabled] {
  color: #000;
  background-color: #c33b77;
}


.btn-builderwens-particulier:active,
.btn-builderwens-particulier.active {
  background-color: #d1e5ff;
} 
*/	
.btn-builderwens-particulieren:hover,
.btn-builderwens-particulieren:focus,
.btn-builderwens-particulieren:active,
.btn-builderwens-particulieren.active,
.btn-builderwens-particulieren.disabled,
.btn-builderwens-particulieren[disabled] {
 background-image:url(../images/button_particulieren_hover.png);	
}


.btn-builderwens-bedrijven:hover,
.btn-builderwens-bedrijven:focus,
.btn-builderwens-bedrijven:active,
.btn-builderwens-bedrijven.active,
.btn-builderwens-bedrijven.disabled,
.btn-builderwens-bedrijven[disabled] {
 background-image:url(../images/button_bedrijven_hover.png);	
}
.btn-builderwens-mail:hover 
.btn-builderwens-mail:focus,
.btn-builderwens-mail:active,
.btn-builderwens-mail.active,
.btn-builderwens-mail.disabled,
.btn-builderwens-mail[disabled] {
}


