body{
		background-image: url(../afbeeldingen/rest_bg.gif);
		background-repeat: repeat-x;
		background-position: top;
		background-color: #ffffff;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align: center;
		vertical-align: top;
		width: 100%;
		height: 100%;
		font-family: "Trebuchet MS",Tahoma;
		font-size: 12px;
}

table.container{
		width:	831px;
		height: 100%;
}
	td.verticalseperator{
		width:	1px;
		background-color: #c2c2c2;
		height: 100%;
	}
	td.centercontainer{
		width: 829px;
		height: 100%;
		vertical-align: top;
		text-align: left;
		margin: 0 0 0 0;
		background-color: #ffffff;
	}
			table.maincontrainer{
				width: 829px;
				height: 100%;
			}
				td.toplogo{
					width: 179px;
					height: 77px;
					vertical-align: top;
					text-align: left;
					background-image: url(../afbeeldingen/tripool_logo.gif);
					background-repeat: no-repeat;
					background-position: top left;
				}
				td.topfoto{
					width: 650px;
					height: 77px;
					vertical-align: top;
					text-align: left;
					background-image: url(../afbeeldingen/top_foto.gif);
					background-repeat: no-repeat;
					background-position: top;
				}
				
				td.logodots{
					width: 179px;
					height: 29px;
					background-image: url(../afbeeldingen/logodots.gif);
					background-position: top left;
					background-repeat: no-repeat;
				}
				td.topbar{
					width: 650px;
					height: 29px;
					background-image: url(../afbeeldingen/top_bar.gif);
					background-repeat: no-repeat;
					background-position: top left;
					text-align: right;
					color: #ffffff;
				}
					td.topbar a{
									font-family: "Trebuchet MS";
									font-size: 12px;
									color: #ffffff;
									text-decoration: none;
					
								}
					td.topbar a:hover{
									font-family: "Trebuchet MS";
									font-size: 12px;
									color: #ffffff;
									text-decoration: underline;
					
								}
				
				td.menu{
					width: 179px;
					height: 100%;
					background-color: #c1005a;
					vertical-align: top;
					text-align: left;
					padding-top: 29px;
				}
					table.menuitems{
						width: 100%;
					}
						td.menuitem{
							height: 30px;
							vertical-align: middle;
							text-align: left;
							padding-left: 8px;
							color: #ffffff;
							cursor: pointer;
						}
						td.menuitem_active{
							height: 30px;
							vertical-align: middle;
							text-align: left;
							padding-left: 8px;
							background-color: #e5e5e5;
							color: #000000;
							cursor: pointer;
						}
						td.menuseperator{
							height: 1px;
							background-image: url(../afbeeldingen/menu_seperator.gif);
							background-repeat: no-repeat;
							background-position: top left;
						}
				
				
				td.content{
					width:	650px;
					height: 100%;
					vertical-align: top;
					text-align: left;
					padding-top: 10px;
					padding-left: 0px;
				}
					table.contentcontainer{
						
					}
						td.content_field{
							vertical-align: top;
							text-align: left;
							padding-left: 20px;
							padding-right: 20px;
						}
							td.zoekform{
								vertical-align: middle;
							}
							td.zoekbar{
								height: 24px;
								width: 100%;
								background-image: url(../afbeeldingen/zoekbar.gif);
								background-repeat: no-repeat;
								background-position: top left;
							}
				
				
td{
	font-family: "Trebuchet MS",Tahoma;
	font-size: 12px;
	line-height: 20px;
}				
h1.tripool{
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;

}
a{
	font-family: "Trebuchet MS",Tahoma;
	font-size: 12px;
	color: #c1005a;
	text-decoration: none;
}
a:hover{
	font-family: "Trebuchet MS",Tahoma;
	font-size: 12px;
	color: #c1005a;
	text-decoration: underline;
}



input.zoekveld{
	background-color: #c1005a;
	border: 1px solid #b2b0b0;
	width: 320px;
	height: 22px;
	color: #ffffff;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 12px;
	vertical-align: middle;
	padding-left: 4px;
}
select.zoeklijst{
	background-color: #c1005a;

	width: 320px;
	height: 22px;
	color: #ffffff;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 12px;
	vertical-align: middle;
	padding-left: 9px;
}

span.rose_bold{
	color: #c1005a;
	font-weight: bold;
}
a.print, a.print:hover{
	color: #c1005a;
	font-weight: bold;
	text-decoration: none;
}
span.grijs_bold{
	color: #666666;
	font-weight: bold;
}
span.rose{
	color: #c1005a;
}

hr.rose {
      color: #c1005a;
      background-color: #c1005a;
      height: 1px;
	  border: solid #c1005a 0px;
	  width: 600px;
    }


