html{
	display:block;
	margin:0;
	padding:0;
    }

body{
    margin:0;
    padding:0;
    color:#3d3d3d;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:17px;
	background-color:#fff;
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center;
	}

#container{
	position:relative;
	width:895px;
	min-height:560px;
	margin-left:auto;
	margin-right:auto;
    z-index: 1;
	}
    
#balk{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    height: 58px;
    background-image: url(../images/bg-balk.gif);
    background-repeat: repeat-x;
}

#top{
    position: relative;
    float: left;
    display: inline;
    width: 895px;
    height: 262px;
    background-image: url(../images/banner2.png);
    background-repeat: no-repeat;
}

#titel{
	position:absolute;
	top:210px;
	left:38px;
	font-family:Arial, Helvetica, sans-serif;
    font-size:26px;
    color:#bb214b;
	font-weight:normal;
	line-height:30px;
	}
	
#plaatsen{
	position:absolute;
	top:208px;
	left:670px;
	font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#bb214b;
	font-weight:bold;
	}
	
#telefoon{
	position:absolute;
	top:208px;
	left:770px;
	font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#bb214b;
	font-weight:bold;
	}

#content-container{
    position: relative;
    float: left;
    display: inline;
    width: 895px;
	z-index:1;
}

#content-top{
    position: relative;
    float: left;
    display: inline;
    width: 895px;
    height: 29px;
    background-image: url(../images/bg-content-top.png);
    background-repeat: no-repeat;
}

#content-center{
    position: relative;
    float: left;
    display: inline;
    width: 895px;
    background-image: url(../images/bg-content.png);
    background-repeat:repeat-y;
}

#content{
    position: relative;
    float: left;
    display: inline;
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 10px;
    padding-bottom: 15px;
}

#content-bottom{
    position: relative;
    float: left;
    display: inline;
    width: 895px;
    height: 28px;
    background-image: url(../images/bg-content-bottom.png);
    background-repeat: no-repeat;
}

#bottom{
    position: relative;
    float: left;
    display: inline;
    width: 895px;
    height: 71px;
    margin-top: 20px;
    background-image: url(../images/bg-bottom.png);
    background-repeat: no-repeat;
}
	
#copyrightdoit{
	position:relative;
	float:left;
    display: inline;
    margin-top: 5px;
	width:875px;
	font-size:11px;
	color:#bfbfbf;
	}
	
a:link.doit, a:visited.doit, a:active.doit {
    text-decoration:none;
	font-size:11px;
	color:#bfbfbf;
	}
	
a:hover.doit{
	text-decoration:none;
	font-size:11px;
	color:#777777;
	}
	
h1{
    font-family:Arial, Helvetica, sans-serif;
    font-size:21px;
    color:#bb214b;
	font-weight:normal;
	line-height:22px;
	display:inline;
    }
	
h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#bb214b;
	font-weight:normal;
	display:inline;
	}
	
h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#bb214b;
	font-weight:normal;
	line-height:22px;
	display:inline;
    }


a:link, a:visited, a:active{
    color:#bb214b;
    text-decoration:none;
    font-size:12px;
}

a:hover{
    color:#890b2d;
    text-decoration:underline;
    font-size:12px;
}

ul{
	list-style-position:inside;
}

li{
	list-style-position:inside;
}