@charset "utf-8";
body  {
	background: #F5F5F5;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #343434;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 160%;
}
.twoColFixLtHdr  #container1 {
	width: 600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* als een blaadje op papier...*/
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header.gif);
	height: 95px;
	padding: 0px;
} 
.twoColFixLtHdr #navbar {
	background-image: url(../images/navbar.gif);
	height: 23px;
	padding: 0px;
	width: auto;
	margin: 0px;
} 
.twoColFixLtHdr #navbar a {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr  #container2 {
	width: 600px;
	text-align: left;
	background-image: url(../images/background.gif);
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
} 
.twoColFixLtHdr   #navleft {
	float: left; /* since this element is floated, a width must be given */
	width: 127px;
	padding-top: 48px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#navleft ul {
	color: #5a5a5a;
	list-style-type: none;
	margin: 0px;
	word-spacing: 0.1em;
	padding: 0px;
}
#navleft li {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 0px;
}
#navleft a {
	color: #5a5a5a;
	text-decoration: none;
	font-weight: bold;
}
#navleft a:hover {
	color: #29518e;
}
.selected {
	color: #29518e;
}
.twoColFixLtHdr #Content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 192px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: right;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #666666;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color: #5a5a5a;
	font-size: 140%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	color: #343434;
	font-size: 110%;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
a:link {
	color: #29518e;
	text-decoration: none;
}
a:hover {
	color: #29518e;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
