/* mac hide\*/
html, body {
	height				: 100%;
}
/* end hide */

IMG {
	border-width: 0px;
}

/************************  Body style settings  ************************/

.cmsBody {
	padding					: 0px 0px 0px 0px;
	margin					: 0px 0px 0px 0px; 
	font-family				: Verdana, Arial,  Helvetica, sans-serif;
	font-size				: 12px;
	text-align				: center;
	color					: #666666;
	background-color		: #FFFFFF; /* #06462C ? :-) */
	text-decoration			: none;
	line-height				: 18px;
	height					: 100%;
}

#outer {
	height					: 100%;
	min-height				: 100%;
	width					: 980px;
	text-align				: left;
	margin					: auto;
	position				: relative;
	background-color		: #FFFFFF;
	background-image		: url(../images/Template/bg_main.png);
	background-repeat		: repeat-y;
	margin-bottom			: -100px;
}

#outer_no_right {
	height					: 100%;
	min-height				: 100%;
	width					: 980px;
	text-align				: left;
	margin					: auto;
	position				: relative;
	background-color		: #FFFFFF;
	background-image		: url(../images/Template/bg_main2.png);
	background-repeat		: repeat-y;
	margin-bottom			: -100px;
}

html>body #outer {
	height				: auto;/*for mozilla as IE treats height as min-height anyway*/
}

html>body #outer_no_right {
	height				: auto;/*for mozilla as IE treats height as min-height anyway*/
}

#header{
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 980px;
	height				: 240px;
	background-color	: #06462C;
	z-index				: 10;
}

#right {
	position			: relative;/*ie needs this to show float */
	width				: 424px;
	float				: right;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 243px;/*needed to make room for header*/
	padding-bottom		: 30px;/* needed to make room for footer */
	vertical-align		: top;
	z-index				: 1;
	border				: 0px solid #CCCCCC;
	background-image	: url(../images/Template/bg_right.png);
	background-repeat	: no-repeat;
	background-position	: 0px 240px;
}

.rightFirst {
	text-align:center;
	padding-top:30px;
}

.rightFirst P A {
	display:block;
	height:92px;
}

.rightSecond {
	display:block;
	width: 323px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	background-color: #7fba23;
	padding:10px;
	color: #000000;
}

.rightSecond H2 {
	font-size			: 16px;
	font-weight			: bold;
	color				: #FFFFFF;
	padding				: 10px 0px 10px 0px;
	margin				: 0px 0px 0px 0px;
}

#footer {
	position			: relative;
	width				: 980px;
	clear				: both;
	height				: 100px;
	text-align			: left;
	margin				: 0 auto;
	padding				: 0px;
	background-color	: #FFFFFF;
	background-image	: url(../images/Template/bg_footer.png);
	background-repeat	: no-repeat;
	background-position	: top left;
}

div,p {
	margin-top			: 0px;/*clear top margin for mozilla*/
}

#centrecontent {
	position			: relative;
	width				: 550px;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 246px;
	padding-bottom		: 30px;
	vertical-align		: top;
	float				: left;
	border				: 0px solid #CCCCCC;
}

#centrecontent_no_right {
	position			: relative;
	width				: 980px;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 246px;
	padding-bottom		: 30px;
	vertical-align		: top;
	float				: left;
	border				: 0px solid #CCCCCC;
	
}

#clearfooter {
	clear				: both;
	height				: 100px;/*needed to make room for footer*/
}

* html #centrecontent {
	height				: 1%;
	margin-bottom		: 12px;/* combat IE's 3 pixel jog */
}

/************************  P tag style settings  ************************/

P {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}
/************************  A tag style settings  ************************/

A:LINK {	
	font-weight			: normal;
	color				: #3399cc;
}
  
A:VISITED {	
	font-weight			: normal;
	color				: #3399cc;
} 
 
A:ACTIVE {	
	font-weight			: normal;
	color				: #3399cc;
}
  
A:HOVER {	
	font-weight			: normal;
	color				: #3399cc;
	text-decoration		: underline;
}
/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
	font-size			: 20px;
	font-weight			: bold;
	color				: #FFFFFF;
	padding				: 0px 0px 5px 0px;
	margin				: 0px 0px 0px 0px;
}

H2 {
	font-size			: 16px;
	font-weight			: bold;
	color				: #FFFFFF;
	padding				: 0px 0px 5px 0px;
	margin				: 0px 0px 0px 0px;
}

H3 {

}

H4 {
	font-size			: 12px;
	font-weight			: bold;
	color				: #333333;
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
}

/************************  List style settings  ************************/

UL { 

}

OL { 

}

LI {

}

/****************  Custom tags/classes style settings  ****************/
#logo_print {
	display					: none;
}

#section_image {
	display					: block;
	position				: absolute;
	top						: 4px;
	left					: 4px;
	height					: 200px;
	width					: 972px;
	overflow				: hidden;
}

.header_image_img {
	border:none;
}

#section_image_overlay {
	display					: block;
	position				: absolute;
	top						: 4px;
	left					: 4px;
	width					: 972px;
	height					: 200px;
	background-image		: url(../images/Template/section_image_overlay.png);
	background-repeat		: no-repeat;
	background-position		: top left;
}

* html #section_image_overlay {
	background-color		: transparent;
	background-image 		: none;
	filter 					: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./serverspecific/default/images/Template/section_image_overlay.png', sizingMethod='image');
}

.logoLink {
position:absolute;
left:56px;
top:34px;
width: 197px;
height:135px;
}

/*** Menu links onderin ***/
.footerLeft {
	position		: absolute;
	bottom			: 43px;
	left			: 10px;
	color			: #000000;
	font-weight		: bold;
}
.footerLeft A:LINK, .footerLeft A:VISITED, .footerLeft A:ACTIVE  {
	color			: #000000;
	font-weight		: bold;
	text-decoration	: none;
}
.footerLeft A:HOVER {
	color			: #000000;
	font-weight		: bold;
	text-decoration	: underline;
}

/*** Menu rechts onderin ***/
.footerRight {
	position		: absolute;
	bottom			: 10px;
	right			: 10px;
	color			: #7f7f7f;
	font-weight		: bold;
}
.footerRight A:LINK, .footerRight A:VISITED, .footerRight A:ACTIVE  {
	color			: #7f7f7f;
	font-weight		: bold;
	text-decoration	: none;
}
.footerRight A:HOVER {
	color			: #7f7f7f;
	font-weight		: bold;
	text-decoration	: underline;
}

.footerDreamIt {
	position		: absolute;
		left			: 10px;
		bottom:10px;
}
