.website {
	width: 775px;
	height: 580px;
	position: relative;
	left: 50%;
	margin-left: -378px;
}

.banner {
	height: 100px;
	width: 775px;
	float: left;
	background-image: url(images/topbanner.jpg);
	overflow: hidden;	
}

.menu {height: 20px; width: 778px; float: left;}
.menu img {border: 0px;}
.menu a {float: left; border: 0px;}
.menu a:hover {border: 0px;}
.menu a:active {border: 0px;}
.menu a:visited {border: 0px;}

.pic {
	width: 255px;
	height: 313px;
	float: left;
	border-left: 1px solid #000066;
	padding: 1px;
	background-color: #EFF3F8;
}

.content {
	width: 516px;
	height: 314px;
	float: left;
	background-color: #EFF3F8;
	border-right: 1px solid #000066;
}

.content hr {
	color: #000066;
	width: 95%;
}

.txt {
	padding: 0px 10px 10px 23px;
	height: 244px;
	overflow: auto;
	scrollbar-3dlight-color:#375480;
	scrollbar-arrow-color: #FF9900;
	scrollbar-track-color: #375480;
	scrollbar-darkshadow-color:#375480;
	scrollbar-face-color:#6B88B4;
	scrollbar-highlight-color:#6B88B4;
	scrollbar-shadow-color:#375480; 
	font-family: "Franklin Gothic Medium",Arial;
	font-size: 12px;
	color: #000066;
}

.txt h1 {
	font-family: "Franklin Gothic Medium",Arial;
	font-size: 16px;
	color: #E88B00;
	font-weight: bold;
	margin-bottom: 3px;
}

.txt h2 {
	font-family: "Franklin Gothic Medium",Arial;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	margin-bottom: 1px;
}

.bottom {
	width: 769px;
	height: 142px;
	float: left;
	background-image: url(images/bottom.jpg);
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.login {
	width: 252px;
	height: 138px;
	float: left;
	border: 1px solid #EFF3F8;
	margin-right: 5px;
}

.news {
	width: 164px;
	height: 138px;
	float: left;
	border: 1px solid #EFF3F8;
	overflow: hidden;		
}

/*Opmaak subklassen login en news*/
	.tdTriangle {
		background-color: #375480; 
		width: 20px; 
		height: 20px; 
		border-bottom: 1px solid #EFF3F8; 
		background-image: url(images/triangle.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.tdTitle {
		border-bottom: 1px solid #EFF3F8; 
		background-color: #6B88B4;
		font-family: "Franklin Gothic Medium",Arial;
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.tdVert {
		background-color: #375480; 
		width: 20px; 
		height: 113px;
	}
	
	.tdContent {
		background-color: #3D5E8F;
		padding: 3px 2px 2px 5px;
		font-family: "Franklin Gothic Medium",Arial;
		font-size: 12px;
		color: #E4EBF3;
		font-weight: bold;
	}
	
	.tdContent input {
		width: 180px;
		height: 15px;
		border: 0px solid #375480;
		background-color: #E4EBF3;
		font-family: Franklin Gothic Medium,Arial;
		font-size: 12px;
		color: #FF9900;
		font-weight: bold;		
	}