/********************************************************************************/
/*				M-designz webmedia				*/
/*				 Copyright 2009					*/
/*			Created by Martijn Cuijten			        */
/********************************************************************************/

/* reset margins */
* {
	margin: 0;
	padding: 0;
}

body,html {
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 100.01%;
	color: #8f4c22
}
a:link {
	color: #8f4c22;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #8f4c22;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #8f4c22;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #8f4c22;
	font-weight: bold;
	text-decoration: underline;
}
.page {
	position: relative;
	margin: 0 auto;
	width: 996px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	text-align: left;
	background: url('images/placeholder.gif') 0 0 repeat-y;
	font-size: 74%;
}
.placeholder {
	position: absolute;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background: url('images/page.jpg') 100% 100% no-repeat;
}
.header {
	width: 996px;
	height: 150px;
	background: url('images/header.jpg') 0 0 no-repeat;
}
.header .logo {
	display: block;
	margin: 0 0 0 20px;
	width: 228px;
	height: 150px;
	background: url('images/logo.jpg') 0 0 no-repeat;
	text-indent: -9999px;
}
.contentbox {
	width: 100%;
	height: auto;
	clear: both;
}
.left-column {
	float: left;
	margin: 0 0 0 20px;
	width: 228px;
	background: #377de6;
	overflow: hidden;
}
.left-column .m-designz {
	position: absolute;
	left: 50px;
	bottom: 5px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.center-column {
	float: left;
	display: inline;
	margin-left: 35px;
	width: 497px;
	overflow: hidden;
}
.right-column {
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 73px;
	width: 200px;
	overflow: hidden;
}

/*++++++++++++++++++++++++ Left column +++++++++++++++++++++*/
.left-column ul {
	margin: 30px 0 0 30px;
	list-style: none;
	width: 156px;
}
.left-column ul ul {
	margin: 0;
}
.left-column li a{
	display: block;
	line-height: 23px;
	background: url('images/menu-back.gif') 0 0 repeat-x;
	text-indent: 5px;
	font-weight: bold;
	font-size: 115%;
	color: #fff;
	text-decoration: none;
}
.left-column li li a {
	background: none;
	font-size: 100%;
	font-weight: normal;
	text-indent: 20px;
	background: url('images/menu-stripe.gif') 13px 12px no-repeat;
}
.left-column li li a:hover {
	text-decoration: underline;
}
.left-column li li a.menu_current {
	font-weight: bold !important;
	text-decoration: underline !important;
}
.clear {
	clear: both;
}

/*++++++++++++++++++++++++ Center column +++++++++++++++++++++*/
.center-column h1 {
	margin: 32px 0 20px 0;
	font-size: 155%;
	font-weight: bold;
}
.center-column h2 {
	margin: 20px 0 0 0;
	font-size: 125%;
	font-weight: bold;
}
.center-column h3 {
	margin: 20px 0 0 0;
	font-size: 110%;
	font-weight: bold;
}
.center-column p {
	margin-bottom: 20px;
}
.center-column ul {
	margin-left: 25px;
	list-style: disc;
}
.center-column ol {
	margin-left: 32px;
}
/*++++++++++++++++++++++++ Right column +++++++++++++++++++++*/
.right-column .box {
	margin-bottom: 15px;
	width: 200px;
	background: #377de6 url('images/right-box.gif') 0 0 repeat-x;
	color: #fff;
}
.right-column .box h3 {
	font-size: 135%;
	padding: 10px 10px 5px 10px;
}
.right-column .box p {
	padding: 0 10px 5px 10px;
}
.right-column .box a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.field_title {
	display: block;
	width: 175px !important;
}