*
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
  color:Black;  
}
td
{
  padding:2px;
}
p
{
  margin-bottom:15px;
}
ul
{
  margin-left:15px;
  margin-bottom:15px;
}
body
{
  background-color: #ffffff;
}
h1
{
    color: #dc5d69;
    font-size: 20px;
    border-bottom: 1px solid silver;
    margin-top: 10px;
    margin-bottom: 5px;
}
h2
{
    color: #8a6aae;
    font-size: 20px;
    border-bottom: 1px solid silver;
    margin-top: 10px;
    margin-bottom: 5px;
}
h3
{
    color: #98cf85;
    font-size: 20px;
    border-bottom: 1px solid silver;
    margin-top: 10px;
    margin-bottom: 5px;
}
h4
{
    color: #dc5d69;
    font-size: 30px;
    margin-left:10px;
}  
.inputtext
{
	border: #a9a9a9 1px solid;
	width: 200px;
	height:15px;
}
.submitbutton
{
	border: #a9a9a9 1px solid;
	height:20px;
}
#master
{
	margin: 50px auto;
	width: 800px;
	background-color: White;
}
#master_header
{
	margin: auto;
	padding:0px;
	height: 110px;
}
#master_main
{
	margin: 0px auto;
}
#master_left
{
	width: 250px;
	margin-left:10px;
}
#master_middle
{
	width: 250px;
	margin-left:15px;
}
#master_right
{
	width: 250px;
	margin-left:15px;
}
.master_footer
{
	margin: 0px auto;
	font-size: 11px;
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.master_footer a
{
	font-size: 11px;
	text-decoration:none;
}
.validatorCalloutHighlight
{
  background-color: #dc5560;
  color:White;
  font-weight: bold;
}
.sidebar
{
  color: White;
  background-repeat: no-repeat;
  padding-top: 60px;
}
.colorbox
{
  font-weight: bold;
  color: White;
  background-repeat: no-repeat;
  text-align: right;
  padding-top:50px;
  vertical-align:bottom;
}
.colorbox a
{
  font-weight: bold;
  color: White;
  text-decoration: none;
}
.linkincolorboxblack
{
  font-weight: bold;
  color: Black;
  text-decoration: none;
}

.recepten li
{
  background-color:#f7d8db;
  padding:10px;
  list-style-type:none;
  color: #dc5d69;
  margin:10px;
  clear:both;
  height:50px;
  vertical-align:middle;
  line-height:25px;
}
.recepten li a
{
  text-decoration:none;
  font-size:10px;
}
.recepten li a:hover
{
  color: #ffffff;
}
.recepten li img
{
  border: 1px solid #dc5d69;
  float:left;
  margin-right:20px;
}
.recepten li:hover
{
  background-color:#dc5d69;
}
.recepten li:hover img
{
  border: 1px solid green;
}
.mailwassend
{
 background-image: url(../../images/envelop_mail_zwanenberg.gif); 
 background-repeat:no-repeat;
 background-position:left top;
}
.red
{
    color: red;
}
  .overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 200px;
        text-align:center;
        margin-left: -100px;
        top: 50%;
        left: 50%;
    }
    * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }
