/* CSS Document */

/* links*/
a:link,
a:active,
a:visited {
	color: #C51015;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C51015;
	text-decoration: underline;
	font-weight: bold;
}

	#TPL1-hoofdnav a{
	margin-right: 20px;	
	}
	
	#TPL1-hoofdnav a:link,
	#TPL1-hoofdnav a:active,
	#TPL1-hoofdnav a:visited,
	#TPL1-footer a:link,
	#TPL1-footer a:active,
	#TPL1-footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
	#TPL1-hoofdnav a:hover,
	#TPL1-footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

.tekstkop,
.tekstkop a {
	font-weight: bold;
	color: #C51015;
}

div{
	border: 0px solid #00FF00;
}

p {
padding:0px;
margin:0px;
}

img {
border:0px;
margin:0px;
}

hr {
}

.ruimtelinks{
	margin-left: 20px;
}

html {
	min-height: 100%;
	background-image: url(images/jays_clays_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	overflow: scroll;	
}

body {
	min-height: 100%;
	margin: 0px;
	overflow: visible;
	text-align: left;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	
		
}

body, div, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231F20;
	font-size: 11px;
	line-height: 20px;
}

.tekst{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231F20;
	font-size: 11px;
	line-height: 20px;
}

	/* Container */
	#TPL1-CONTAINER-SITE-DIMENSIONS {
	width: 980px;
	margin-top:0px;
	overflow: hidden;
	padding-bottom:40px;   /* Height of the footer */
	}
	
	/* hoofdnav */
	#TPL1-hoofdnav {
	width: 700px;
	height: 30px;
	overflow: hidden;
	padding-top: 10px;
	margin:0px;
	float: right;
	clear: left;
	text-align: left;
	}
	
	/* clear */
	.TPL1-clear {
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin-top:0px;
	clear: both;
	}
	
	/* logo */
	#TPL1-logo {
	width: 250px;
	overflow: hidden;
	margin-top:10px;
	float: left;
	clear: both;
	text-align: right;
	}
	
	/* subnav */
	#TPL1-subnav {
	width: 230px;
	overflow: hidden;
	margin-top:40px;
	margin-left: 20px;
	float: left;
	text-align: lef;
	}
	
	#TPL1-subnav a:link,
	#TPL1-subnav a:active,
	#TPL1-subnav a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}
	
	#TPL1-subnav a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	}
	
	.tekstkop,
	#TPL1-subnav .tekstkop a {
	font-weight: bold;
	color: #C51015;
}

	
	/* inhoud */
	#TPL1-inhoud {
	width: 700px;
	overflow: hidden;
	margin-top:40px;
	float: right;
	text-align: left;
	}
	
	/* footer */
	#TPL1-footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height: 40px;
	margin:0;
	padding:0;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C51015;   
	overflow: hidden;
	}
	


	
	
	
	
