/* 
    Document   : Gordijn
    Created on : 5-nov-2008, 10:07:55
    Author     : W. Saarloos
*/
body {
	background-image: url(afbeeldingen/bg.jpg); 
}

div.spacer {
	clear: both;
}
div.links{
	border: 0px solid #000;
	float:left;
	width:170px;
	margin-top: 5px;
	height:400px;
}

div.header {
	width: 906px;
	height: 125px;
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background-image: url(afbeeldingen/header.jpg);
	background-repeat: no-repeat;
}

div.contOverlay {
	width: 906px;
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background-image: url(afbeeldingen/top_main.jpg);
	background-repeat: no-repeat;
	z-index:5;
	position:relative;
}
div.container{
	width: 906px;
	min-height:400px;
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background-image: url(afbeeldingen/main.jpg);
	background-repeat: repeat-y;
	
}

div.main {
	border:0px solid #000;
	width: 720px;
	min-height: 500px;
	float: left;
	margin-left: 5px;
	
}
div.content{
	border:0px dotted #000;
	width: 690px;
	min-height: 10px;
	margin-top: 5px;
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	overflow:hidden;
}

div.footer {
	width: 886px;
	height: 27px;
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background-image: url(afbeeldingen/footer.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	font-family:Verdana;
	padding-top: 9px;
	text-align:right;
	padding-right: 20px;
}

div.kop {
	width: 100%;
	height: 22px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-weight: bold;
	font-family: verdana;
	font-size: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}

a.pagina {
	display: block;
	border: 0px solid #000;
	border-left:3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 140px;
	height: 18px;
	text-decoration: none;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: black;
	margin-top: 3px;
	margin-left: auto;
	margin-right:auto;
	padding-left:5px;
}
a.pagina:hover {
	border-left:3px solid red;
	border-bottom: 1px solid #CCCCCC;
	color:red;
}

.text {
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	color: black;
}
a.footer{
	text-decoration: none;
	text-align: center;
	font-family: verdana;
	font-size: 9px;
	color: black;
}
a.footer:hover{
	text-decoration: none;
	color:red;
}

a.text {
	text-decoration: underline;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: black;
}
a.text:hover{
	text-decoration: none;
	color:red;
}
a.persPagina{
	display: block;
	border-left:2px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;
	width: 130px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: black;
	margin:1px;
	float:left;
	padding-left:1px;;
}
a.persPagina:hover{
	border-left:3px solid red;
	border-bottom: 1px solid #CCCCCC;
	color:red;
	padding-left:0px;;
}
	
input.btn {
	display: block;
	height: 22px;
	border: 1px solid #000;
	background-color: #dadada;
	width: auto;
	
}

table.tbl{
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	border: 1px #999999 solid;
	border-collapse: collapse;

}
td{
	padding: 3px;
}
