/* ========================== DIV CSS ========================== */
* {
	margin: 0;
	padding: 0;
}
img.leftimg {
	float: left; 
	margin: 0px 20px 20px 0; 
	border: 0;
}
img.rightimg {
	float: right; 
	margin: 0px 0 20px 20px; 
	border: 0;
}
.pricelist {
	wwidth: 500px;
	bbackground-color: #f0f0f0;
	text-align:center;
	margin: 50px auto 20px auto;
}
.pricelist th {
	wwidth: 500px;
	background-color: #f0f0f0;
	padding: 3px;
}
.pricelist td {
	width: 105px;
	bbackground-color: #bbf0f0;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #dddddd;
	padding: 3px;
	mmargin: 20px;
}
.productlist {
	wwidth: 500px;
	bbackground-color: #f0f0f0;
	text-align:center;
	margin: 30px auto 30px auto;
	bborder: 1px solid #f0f0f0;
}
.productlist td {
	width: 200px;
	bbackground-color: #bbf0f0;
	border: 1px solid #f0f0f0;
	bborder-bottom: 1px solid #dddddd;
	padding: 10px;
	mmargin: 20px;
}
.raquo {
	color: #00bff3;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px 0 15px;
}
.rightshift {
	margin: 0 0 0 80px;
}


body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	background-color: #f0f0f0;
}
#container {
	margin: 10px 25px 10px 25px;
	border-left: #dddddd solid 2px;
	border-right: #dddddd solid 2px;
	background-color: #ffffff;
	text-align: left;
}
#header {
	width: 100%;
	height: 120px;
	background: url(../images/star.jpg) no-repeat right;
	margin-bottom: 1px;
}
#nav {
	position: absolute;
	top: 106px;
	right: 159px;
	height: 31px;
	margin: 0 0 0 0;
}
#menu {
	padding: 0;
	display: block;
	list-style-type: none;
	text-align: center;
}
#menu a:hover {
	color: #156ca5;
}
#menu span {
	text-align: center;
	padding-top: 4px;
	display: block;
}
#menu li, #menu a {
	display: block;
	width: 92px; /*92*/
	height: 31px; /* 65 */
	float: right;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
#menu_4 {
	background: url(../images/btn_seminar.gif) no-repeat center;
}
#menu_3 {
	background: url(../images/btn_contact.gif) no-repeat center;
}
#menu_2 {
	background: url(../images/bt_clientlogin.gif) no-repeat center;
}
#menu_1 {
	background: url(../images/btn_resources.gif) no-repeat center;
}
#menu_5 {
	background: url(../images/btn_home.gif) no-repeat center;
}
#main {
	margin: 1px 122px 0 150px; 
	padding: 15px 60px 20px 60px;
	background-color: #ffffff;
	min-height: 430px;
	height: auto;
	_height: 430px;
}
#mleft {
	position: absolute;
	width: 140px;
	top: 132px; /*167*/
	background-color: #ffffff;
}
#mleft ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#mleft li {
	padding: 1px 0px 0px 12px;
	background: url(../images/nav_arrow.bmp) no-repeat left;
	line-height: 20px;
	border-bottom: 1px solid #cccccc;
	ffont-weight: bold;
}
#bluelight {
	color: #156ca5;
}
.blue {
	color: #156ca5;
}
#mright {
	position: absolute;
	width: 140px;
	top: 132px;
	right: 27px;
	background-color: #ffffff;
	text-align: center;
}
#mright p {
	margin: 0 2px 5px 2px;
	padding: 0;
}
#end {
	clear: both;
	height: 50px;
	background-color: #fafafa;
	text-align:center;
}
#end p {
	padding: 15px 0 0 0;
	bbackground-color: #11fafa;
}
#footer {
	line-height: 25px;
	height: 25px;
	background-color: white;
	text-align: center;
}
#footer ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li.nav1 {
	border: none;
}
#footer li {
	display: inline;
	padding: 0 15px;
	border-left: 1px solid #cccccc;
}

/* ========================== HTML TAG CSS ========================== */

p {
	margin: 1.5em 0;
	vertical-align: top;
bbackground-color: #f2f2f2;
}
img {
	border: 0;
}

a, a:visited, a:link {
	color: #70A100;
	text-decoration: none;
}
a:hover {
	color: #156ca5;
}
ul { list-style: none; margin: 0px; padding: 0px;}
ul li { list-style: none; margin: 0px; padding: 0px;}
ol li { margin-top: 10px;}

h1 { font-size: 20px; color: #70A100; margin: 10px 0px 5px 0px; }
h2 { font-size: 16px; color: #707070; margin: 10px 0px 5px 0px; }
h3 { font-size: 14px; color: #707070; margin: 10px 0px 15px 0px; }
h4 { font-size: 16px; color: #707070; margin: 10px 0px 5px 0px; }
h5 { font-size: 14px; color: #707070; margin: 10px 0px 5px 0px; font-weight: bold;}


hr { color:#dddddd; background: #dddddd; height:1px; }


.showBullets {
	list-style-type: circle;
}
.showBullets li {
	list-style-type: circle; 
	margin: 0 0 5px 30px;
}
.sidehead {
	color: #ffffff;
	background-color:#70A100;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	font-weight: bold;
}
#afspraaktable {
	margin: 40px 0 0 30px;
}
#afspraaktable td {
	padding: 1px;
}
.att {
	color: RED;
}
