body
{
    background-image:url(images/bodyback.jpg);
}

div#placeholder
{
    width:709px;
    text-align: center;
    margin: auto;    
}


div#content_top
{
     width:709px;
     height: 25px;
     background-image:url(images/content-top.png); 
    
     /* transparent PNG hack voor IE <= 6  */
     behavior: url(localhost/wadden/iepngfix.htc);
 }

div#content_left
{
    background-image:url(images/content-left.png); 
    width: 30px;
    height: 525px;
    float:left;
    
     /* transparent PNG hack voor IE <= 6  */
     behavior: url(localhost/wadden/iepngfix.htc);
}

div#content_center
{
    background-color: #fff;
    width: 650px;
    height: 525px;
    float:left;
    text-align: left;
}

div#content_right
{
    background-image:url(images/content-right.png); 
    width: 29px;
    height: 525px;
    float:right;
    
     /* transparent PNG hack voor IE <= 6  */
     behavior: url(localhost/wadden/iepngfix.htc);
}

div#content_bottom
{
     width:709px;
     height: 25px;
}



div#stuurdoorForm
{
    margin: 50px;
}

em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

input.doorsturen
{
	border:0px;
	background-image: url(images/doorsturen_form_back.jpg);
	background-repeat: no-repeat;
	width: 230px;
	padding: 5px;
	padding-left: 10px;
	color: #448CCA;
	font-weight: bold;
}

td.scheiding
{
	height:7px;
}

div#doorsturen table
{
	margin-left: 30px;
}

div#doorsturen input.verstuur
{

	cursor: pointer;
	background-image: url(images/doorsturen.jpg);
	background-repeat: no-repeat;
	border: 0px;
	width: 190px;
	height: 56px;
}

input.verbeter
{
	cursor: pointer;
	background-image: url(images/verbeteren_button.jpg);
	background-repeat: no-repeat;
	border: 0px;
	width: 277px;
	height: 62px;
}

input.spelen
{

	cursor: pointer;
	background-image: url(images/startscherm_button.jpg);
	background-repeat: no-repeat;
	border: 0px;
	width: 159px;
	height: 67px;

}

div#footer
{
	color: #FFFFFF;
	font-size: 14px;
    position: relative;
    top: 20px;
}

div#footer a
{
	color: #FFFFFF;
	text-decoration: underline;
    font-weight: bold;
}

div#footer a:hover
{
	color: #d84b40;
	text-decoration: underline;
    font-weight: bold;
}

