body {
	background-color:#e0e0e0;
	font-family:verdana;
	font-size:11px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#333;
}
a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#BE0B1D;
}

a img {
	border:none;
}

div.center {
	margin-left:auto;
	margin-right:auto;
	width:741px;
	background-image:url('/img/bg.png');
	text-align:left; /* to re-align the text due to IE bug */
}
div.header {
	height:230px;
	background-image:url('/img/header.png');
	background-repeat:no-repeat;
	background-position:top right;
}
div.header_high {
	height:322px;
	background-image:url('/img/header_hoog.png');
	background-repeat:no-repeat;
	background-position:top right;
}




div.subnav {
	height:65px;
	padding:5px 20px 0px 30px; /* top padding 175 min 22px padding van logo min 147 hoogte van logo */
	top:145px;
	color:#FFF;
	font-size:9px;
	text-align:right;
}
div.subnav a{
	color:#fff;
}



div.menu {
	float:left;
	width:175px;
	padding:20px 0px 0px 30px;
}

div.menu_sub {
	margin:5px 0px 10px 10px;
}

div.menu a {
	display:block;
	background: url('/img/arrow_right.png') no-repeat scroll center left;
	_background: url('/img/arrow_right.gif') no-repeat scroll center left;
	padding: 3px 5px 3px 15px;
	font-size:11px;
	font-weight:bold;
}

div.menu a.active {
	background:#FFF url('/img/arrow_down.png') no-repeat scroll center left;
	_background:#FFF url('/img/arrow_down.gif') no-repeat scroll center left;
}

div.content {
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	
	width:500px;
}

h1.title_for_layout {
	display:block;
	top:-10px;
	left:-10px;
	height:24px;
	width:240px;
	font-size:14px;
	margin:0px;
	margin-bottom:15px;
	padding:5px 0px 0px 12px;
	background-color:#f48330;
	background-image:url('/img/title_hoek.png');
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
}

div.footer {
	height:23px;
	text-align:center;
	font-size:9px;
	clear:both;
	background-image:url('/img/footer.png');
	background-repeat:no-repeat;
}

ul, li {
	line-height:150%;
}

p {
	line-height:150%;
	margin:0px 0px 15px 0px;
	padding:0px;
}

h1 {
	font-size:14px;
	margin:0px;
	margin-bottom:15px;
	padding:5px 0px 0px 0px;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
}

div.content a {
	text-decoration:underline;
}



/* legacy styles agenda */

input[type=submit], input[type=button], input[type=reset] {
	border:1px solid #000;
	width:auto;
	background-color:#000;
	color:#FFF;
	margin-left:5px;
	font-weight:bold;
	height:20px;
}
input[type=text], textarea {
	border:1px solid #000;
	width:130px;
	background-color:#EEE;
	height:16px;
}


div.pdf img {
	border:none;
	padding:5px;
}

div.prod_img_pdf {
	float:right;
}

div.prod_img_pdf img {
	border:none;
}

div.agenda_item {
	height:70px;
	padding:5px;
}

div.agenda_item h2 {
	padding-right:0px;
}

span.exbtw {
	font-size:9px;
	font-style:italic;
}
div.agenda {
	float:left;
	width:500px;
}

div.agenda p, div.sort p {
	padding-right:0px;
}

a.agendalink {
	font-style:italic;
	margin-left:200px;
}

/* end legacy styles index */
/* legacy styles intake */
label {
	font-weight:bold;
	float:left;
	width:100px;
}
textarea {
	height:100px;
	width:270px;
}


form.intake label {
	width:150px;
}

form.intake input[type=text] {
	width:300px;
}

form.intake textarea {
	width:400px;
}

/* end legacy styles intake */


/* legacy styles */
div.training_blok {
	height:120px;
	clear:both;
}


a.meer {
	text-align:right;
	display:block;
	margin-right:10px;
}

a.meer{
	text-decoration:none;
	font-size:10px;
	color:#BD0000;
}

a.meer:hover {
	color:#000;
}

h1.product_sub_1, h1.product_sub_2, h1.product_sub_3, h1.product_sub_4, h1.product_sub_5, h1.product_sub_active {
	height:16px;
	width:90px;
	float:left;
	background-repeat:no-repeat;
	padding:2px 5px 3px 5px;
	z-index:0;
	cursor:pointer;
	color:#FFF;
	_position:relative;
	_padding:1px 5px 3px 5px;
}

div.product_menu a{
	text-decoration:none;
}

h1.product_sub_1, h1.product_sub_2 , h1.product_sub_3 , h1.product_sub_4 , h1.product_sub_5{	
	background-color:#f48330;
}
h1.product_sub_active, h1.product_sub_1:hover, h1.product_sub_2:hover, h1.product_sub_3:hover, h1.product_sub_4:hover, h1.product_sub_5:hover {
	background-color:white;
	color:#000;
}

div.prod_beschrijving {
	width:350px;
	margin-bottom:30px;
}

table.prod_gegevens {
	clear:both;
	width:500px;
}

table.prod_gegevens td {
	padding:0px 20px 20px 0px;
	vertical-align:top;
}

table.prod_gegevens td.titel {
	font-weight:bold;
	color:#BD0000;
	width:100px;
}

table.prod_gegevens td.data a {
	text-decoration:none;
}


