* {
	padding: 0;
	margin: 0;
	border: 0;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body, html {
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: white; 
	height: 100%;
}

body {
	font-size:65%;
}

p {
	padding: 7px 0 7px 0;
}

p {
	text-align: justify;
	line-height: 1.3;
}
 
a {
	color: #000099;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: none;
}

a[target = '_blank'] {
    padding-right: 18px;
    background: transparent url(../image/link_out.gif) no-repeat scroll right top;
}

h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h1 a, #header h2{
	color: #fff;
}
.clear {
	clear: both; 
}

#mainContainer {
	width: 760px;
	margin: 0 auto; 
	min-height: 100%;
	background: #F3F3F4; 
	text-align: left; 
	background-image: url(../image/clouds-blurred.png);
	background-repeat: no-repeat;
	background-position: bottom left; 
}

* html #mainContainer {
	height: 100%; 
}

/*- Header. -*/
#header {
	background: #F3F3F4;
	padding: 10px;
	text-align:right;
}

/*- Content and columns. */
.outer {
	padding-left: 165px; 

}

* html .outer {
	padding-right: 120px;
}

.inner {
	width: 595px; 
	padding-bottom: 30px;
}

* html .inner {
	width: 100%;
}
 
.float-wrap {
	float: left;
	width: 740px; /* was 630px to accomodate right column. */
	margin-left: -165px; 
	margin-bottom: 5px;
}
 
#content {
	float: right;
	width: 550px; /* was 470px to accomodate right column. */
	background: #F3F3F4;
}

* html #content {
	position: relative;  
}

.contentWrap{
	padding: 5px;
}

.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}

.contentWrap li {
	padding-bottom: 2px;
}

/*- Left column -*/
 
#left {
	position:relative;
	left: -10px;
	float: left;
	width: 145px;
	padding: 5px;
	padding-left: 15px;
	border-top: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	background-color:#F3F3F4;
}

* html #left {
	position: relative;  
}

#left ul {
	list-style: none;
	padding-bottom: 4px;
}

#left li {
	padding-bottom: 2px;
	list-style-image: url(../image/tick_button.gif);
	margin-left: 25px;
	margin-top: -2px;
}

#left li a {
	position: relative;
	top: -2px;
	margin-left: -3px;
	margin-top: -10px;
}

/*- Right column.-*/

#right {
	float: right; 
	width: 120px;
	padding: 5px;
}

* html #right {
	position: relative;  
	margin-right: -120px; /*** IE krijgt deze margin. ***/
}

#right ul {
	list-style: none;
	padding-bottom: 4px;
}

#right li {
	padding-bottom: 2px;
}

/*- Footer. -*/
#footer {
	width: 760px;
	height: 25px; /* By using this approach the height of the footer is not flexible. Too much content will spill out of the footer. Avoid this behaviour by adding overflow:hidden */
	margin: 0 auto;
	margin-top: -35px; /* This negative value matches the height of the footer (30px). Take borders and padding into account (when used), when you are calculating this value. */
	border-top: 5px solid white;
	background-color:#F3F3F4;
}

.footer-banner {
	text-align: center;
}

#logo {
	position: absolute;
	top: 35px;
	margin-left: 25px;
}

#navigation {
	float: right;
	width: 600px;
	position: relative;
	right: -15px;
	margin-top: 0px;
}

.pad {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-weight: bold;
	border: solid white 5px;
	float: right;
	background: #F3F3F4; 
	height: 50px;
	width: 100px;
	text-align: center;
	padding-top: 200px;
	margin-left: -5px;
	margin-top: -50px;
}

.illustration {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	border: 5px solid white;
	position: relative;
	left: 48px;
}

.TOMO-disabled-link {
	font-weight: normal;
	color: #9F9F9F;
}


