/* text page */

#title {
	float: left;
	width: 675px;
	height: 40px;
	background-image: url(../images/headings/blanco_titel_685.png);
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 10px;
	
}
#text {
	float: left;
	margin: 10px;
	width: 400px;
	
}

#text_page {
	float: left;
	width: 685px;	
}

#text_page .middle .background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 685px;
	height: 100%;
	background-color: black;
	z-index: 1;
	/**/
}


#text_page .top {
	float: left;
	clear: both;
	width: 685px;
	height: 5px;	
}

#text_page .top .left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/occassions_background/LB_achtergrond_03.png);
}

#text_page .top .center {
	float: left;
	width: 675px;
	height: 5px;
	background-image: url(../images/occassions_background/MB_achtergrond_03.png);
}

#text_page .top .right {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/occassions_background/RB_achtergrond_03.png);
}



#text_page .middle {
	position: relative;
	float: left;
	clear: both;
	
}

#text_page .middle .outerWrapper {
	position: relative;
	float: left;
	width: 685px;
	z-index: 2;	
}


#text_page .bottom {
	float: left;
	clear: both;
	width: 685px;
	height: 5px;	
}

#text_page .bottom .left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/occassions_background/LO_achtergrond_03.png);
}

#text_page .bottom .center {
	float: left;
	width: 675px;
	height: 5px;
	background-image: url(../images/occassions_background/MO_achtergrond_03.png);
}

#text_page .bottom .right {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/occassions_background/RO_achtergrond_03.png);
}

#htmltext {
	height: 361px;
	overflow: auto;
}


