/* mac hide\*/
html, body {

}
/* end hide */

/************************  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:#990000;
/*		color: #412524; */
	text-decoration			: none;
	line-height				: 18px;

	background-image:url(../images/Template/bg.jpg);
}

#outer {
	width					: 879px;
	text-align				: left;
	margin-left:auto;
	margin-right:auto;	
	position				: relative;
	background: url(../images/Template/content_bg.png) repeat-y;
	margin-top: 20px;
}


#header{
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 879px;
	height				: 87px;
	z-index				: 10;
	background-image:url(../images/Template/header_bg.png);
	background-repeat:no-repeat;
}

#left {
	position			: relative;/*ie needs this to show float */
	width				: 200px;
	float				: left;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 87px;/*needed to make room for header*/
	padding-bottom		: 0px;/* needed to make room for footer */
	border				: 0px solid blue;
}

#right {
	position			: relative;/*ie needs this to show float */
	width				: 1px;
	float				: right;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 87px;/*needed to make room for header*/
	padding-bottom		: 0px;/* needed to make room for footer */
	vertical-align		: top;
	text-align			: left;
	z-index				: 1;
	border				: 0px solid #CCCCCC;
	display:none;
}

#footer {
	width				: 879px;
	clear				: both;
	height				: 93px;
	text-align			: left;
	margin				: 0px;
	padding				: 0px;
	position			: relative;
	text-align			: center;
	background-image	: url(../images/Template/footer_bg.png);
	background-repeat	: repeat-y;
	margin-left:auto;
	margin-right:auto;
}

div,p {
	margin-top			: 0px;/*clear top margin for mozilla*/
}

#centrecontent {
	position			: relative;
	width				: 615px;
	margin				: 0px 0px 0px 0px;
	padding				: 0px;
	padding-top			: 91px;
	vertical-align		: top;
	float				: left;
	border				: 0px solid red;
	height:auto;
}

#clearfooter {
	clear				: both;
	height				: 1px;/*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 {
color:#990000;
	text-decoration: underline;
}
  
A:VISITED {	
color:#990000;
	text-decoration: underline;
} 
 
A:ACTIVE {	
color:#990000;
	text-decoration: underline;
}
  
A:HOVER {	
color:#990000;
	text-decoration: underline;
}
/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
font-size: 18px;
}

H2 {
font-size: 14px;
padding:0px 0px 0px 0px;
margin:5px 0px 5px 0px;
}

H3 {
}

H4 {
}

/************************  List style settings  ************************/

UL { 
}

OL { 
}

LI {
}

/****************  Custom tags/classes style settings  ****************/

TD {
vertical-align: top;
}

#payoff {
text-align:left;
position:absolute;
left: 30px;
bottom:25px;
font-size:10px;
color:#996600;
line-height: 13px;
}

#footer_text {
position:absolute;
left: 200px;
width:650px;
bottom:35px;
font-size:10px;
}

.klantenkaartLink {
padding:10px;
bordeR: 1px solid #412524;
}

#logo {
width:200px;
height:200px;
padding-left:40px;
padding-top:10px;
}

