/* Global settings */
/* ---------------------------------------------------*/
@import url("/styles/calculator.css");
body {
   margin:                    0px;
	background-color:	         #DEF7DE;
}

td, p, div {
	font-family:		         Arial, Sans-serif;
   font-size:                 12px;
}

.header{
   font-size:                 16px;
   font-weight:               bold;   
}

h1{
   font-size:                 16px;
   font-weight:               bold;   
}

a:link, a:visited {
	color:		   	         #006600;
	text-decoration:	         none;
}

a:hover {
	color:			            #006600;
	text-decoration:	         underline;
}

a:link.BigLink, a:visited.BigLink {
	color:			            #006600;
	text-decoration:	         none;
   font-size:                 16px;
   font-weight:               bold;
}

a:hover.BigLink {
	color:			            #006600;
	text-decoration:	         underline;
   font-size:                 16px;
   font-weight:               bold;
}

a:link.SmallLink, a:visited.SmallLink {
	color:			            #006600;
	text-decoration:	         none;
   font-size:                 10px;
   font-weight:               bold;
}

a:hover.SmallLink{
	color:			            #006600;
	text-decoration:	         underline;
   font-size:                 10px;
   font-weight:               bold;
}


/* Page content */
/* ---------------------------------------------------*/
.SurTable {
   width:                     100%;
   height:                    100%;
}

.HeaderTd {
   background-color:          #A5DEA5;
   height:                    140px;
   text-align:                center;
}

.MainTd {
	background-image:	         url("/grfx/back.gif");
   background-repeat:         repeat-x;
   background-position:       top center;
   text-align:                center;
}

/* Header links en table */
/* ---------------------------------------------------*/
a:link.LinkHome, a:visited.LinkHome {
   text-decoration:           none;
}

a:hover.LinkHome {
   text-decoration:           none;
}

/* Main text div */
/* ---------------------------------------------------*/
#MainText {
   width:                     570px;
   margin-left:               auto;
   margin-right:              auto;
}

#verstandiglenen {
	width: 150px;
	padding-left: 65px;
 	padding-top: 5px;
 	padding-bottom: 30px;
	border: 0px dotted #d8d7d7;
	background: transparent url("/grfx/verstandig-lenen.jpg") no-repeat top left;
	line-height: 15px;
font-size: 0.8em;
	}

#overons {
	width: 570px;
	margin-left:               auto;
    margin-right:              auto;
	text-align:	left;
}
