/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #B5B5B5;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

p { margin-top: 20px; margin-bottom: 0px; }

img { border: 0 none; }

#page_bg {
	padding: 10px 0;
	margin-top:10px;
	margin-bottom: 1px;
}

div.center {
  text-align: center;
}

#wrapperland {
	margin: auto;
	width: 780px;
	min-height: 650px;
	background: #fff url(images/bg_landingspagina.jpg) top right no-repeat;
}


div#header {
	height: 275px;
	padding-top: 25px;
	overflow: auto;
	text-align: left;
}

#boxland {
	margin: -10px 21px 0px 21px;
	min-width: 600px;
	min-height:206px;
	max-width: 600px;
	max-height:206px;
	color:#B5B5B5;
	font-size:13px;
	line-height:25px;
	text-align:center;
	background: url(images/bg_landingspagina_tekst.png) 0 100% no-repeat;
}

.tekst {
	width:528px;
	margin-left:30px;
	margin-right:30px;
	padding-top:30px;
	text-align:center;
}

div#footer {
	margin-top: 5px;
	position:fixed;
	bottom:5px;
	right:5px;
	height: auto;
	overflow: hidden;
	text-align: right;
	font-size: .90em;
	color: #333;
}

div#footer a:link, div#footer a:visited  {
	color: #999;
}

h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	height:7px;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}


#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

