/* ******************************************************* */
td.lo_header
{
	background-image: url('../../images/logo_rechts.gif');
	background-repeat:no-repeat;
	background-position:right;
	background-color:#F6F5F0;
}
DIV.cms_properties
{
	position:absolute;
	top:-20px;
	left:5px;
	width:655px;
	padding: 0px;
	border-top:solid 1px #c0c0c0;
	border-left:solid 1px #c0c0c0;
	border-bottom:solid 1px #808080;
	border-right:solid 1px #808080;
}
/* ******************************************************* */

body {
	background: #949494 url() repeat-y 50% 0;
	margin: 20px 0 1em 0;
	padding: 0 0 1em 0;
	color: #000;
	font-size: x-small;
	font-family: Verdana;
	text-align: center;			
}

#container {
	width: 670px;
	margin: auto;
	position: relative;
	background:#fadfef;
	padding:10px;
	border:15px solid white;
}
#header {
	position: relative;
}
#line {
	position: relative;
}
#navmain {
	position: relative;  
	width:670px;
}
#crumblepath {
	position: relative;  
	width:670px;
}
#main {
	position: relative;  
	width:670px;
}
#footer {
	position: relative;  
	width:670px;
}

/* Template */
DIV.TemplateSubmenu {
	width : 240px;
	height : 450px;
	left:0px;
	top:120px;
	position : absolute;
	border: 0px;
	background:#99BDC2;
	background-image: url('../../images/top_background_99BDC2.gif');
	background-repeat:no-repeat;
	background-position:top;
	padding-left:5px;
	padding-top:10px;
	overflow:hidden;
}

/* Content */
DIV.ContentContainer {
	width : 100%;
	left:0px;
	top:440px;
	position : absolute;
}

/* MeerInfo */
DIV.MeerInfo {
	width : 100%;
	background : #FFFFFF;
	border-top : solid 2px #efefef;
	text-align:right;
}
DIV.Terug {
	width : 100%;
	background : #FFFFFF;
	border-top : solid 2px #efefef;
	text-align:left;
}