body {
	background: #FFFFFF;
	margin:0;	
	font-family: verdana, arial;
	
}

img {
	border: none;
}



a:link, a:visited, a:hover, a:active {
	color: #336699;	
	text-decoration: underline;
}



#outerWrap {
	position: relative;
	width:	1000px;
	height: auto;
	margin:0 auto;	
	background: #d1d9e1;
}

#wrap {
	position: relative;
	width:980px; 
	margin:0 auto;	
	background: #31649b;
	background-image:url('../img/layout/bg_wrap.jpg');
	background-repeat: repeat-y;
	
	
}

#header {
	width: 980px;
	height: 139px;
	background-image:url('../img/layout/header.jpg');
	background-repeat: no-repeat;
}

#middle {
	position: relative;
	height: 100%;
	background: #31649b;
	
}

#menu {
	position: relative;
	float: left;
	width: 245px;
	min-height: 500px;
	background: #31649b;
	background-image:url('../img/layout/menu.jpg');
	background-repeat: repeat-y;
	color: #e6e6e6;
	font-size: 12px;
}

#content{
	position: relative;
	float: right;
	width: 735px;
	background: #d1d9e1;
	min-height: 500px;
	
}

#footer{
	clear:both;
	background: #d1d9e1;
	height: 10px;
}

#copyright {
	background: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

#members {
	margin-left: 40px;	
	margin-bottom: 30px;
}

#members a:visited, #members a:link {
	color: #e6e6e6;
	font-size: 12px;
}


.textBlock {
	background: #FFFFFF;
	padding: 15px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image:url('../img/layout/bommel_watermerk.jpg');
	background-repeat: no-repeat;
	background-position:top right;
	font-size: 12px;
	min-height: 480px;
}

h1 {
	color: #31649b;
	font-size: 20px;
	margin-top: 0px;
	
}

.menu ul {
	color: #e6e6e6;
	list-style-type:square;
}

.menu li {
	color: #e6e6e6;
	font-size: 14px;
	margin: 5px 5px 5px 0px;
	list-style-image:url("../img/bullet.gif");
}

.menu .menu li {
	color: #e6e6e6;
	font-size: 14px;
	margin: 5px 5px 5px -20px;
	list-style-image:url("../img/bullet.gif");
}

.active li {
	color: #e6e6e6;
	font-size: 14px;
	margin: 5px;
}

.inactive a {
	font-weight: normal;
}


.inactive a {
	color: #e6e6e6;
	font-size: 12px;
	text-decoration: none;
}

.active a:visited, .active a:link {
	color: #e6e6e6;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


#loginbox{
	width: 150px;
	color: #e6e6e6;
	margin-left: 30px;
	font-size: 10px;
	
}


.whiteLink{
	color: #e6e6e6;
	font-size: 12px;
}

/***** contact formulier ****/

.DynamicFormContainer * {
	margin: 5px;
}

.DynamicFormContainer label {
	clear: both;
	width: 200px;
	float: left;
}


.DynamicFormContainer input {
	width: 250px;	
}

.DynamicFormContainer textarea {
	width: 250px;
	
}

.DynamicFormBottombar{
	clear: both;
}

/*** nieuws **/

.nieuws h2 {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	margin: 0px;
}

.nieuws {
	margin-top: 20px;
	margin-bottom: 20px;
}

/**** profiel ****/

.DynamicFormTextFieldContainer * {
	margin: 5px;
}

.DynamicFormTextFieldContainer label {
	clear: both;
	width: 200px;
	float: left;
}

.DynamicFormTextFieldContainer input {
	width: 250px;	
}

.DynamicFormTextFieldContainer textarea {
	width: 250px;
	
}

.mod_users_customfields_userform_submit{
	clear: both;
}

.nobackground th, .nobackground td{
	width: 200px;
}


/*** File manager ***/
#filemanager_list th {
	text-align: left;
}

