/*
Author: Jaap Mollema

Based on template CSS version: 1.0

Creative Imagination
http://www.creativeimagination.nl
*/


/* Body preferences */
html, body  {


		font-family: Verdana,sans-serif;
		font-size: 10pt;
		color: #000000;
	

}

/* Framework */

	#content {
		background-image: url(../../images/pagina.jpg);
		background-repeat: no-repeat;
  		min-height:750px;		height:auto !important;  		height:750px;



	}

	#top {
		width: 995px;

	
	}

	#topLeft {
		float: left;
		width: 775px;
	}

	#topRight {
		text-align: right;
		padding-top: 0px;
		float: right;
		width: 220px;

	}


	#menuLeft {
		padding-top: 5px;
		float: left;
		width: 775px;
	}

	#menuRight {
		text-align: right;
		padding-top: 5px;
		width: 205px;
		float: right;

	}

	#bottom {

		width: 995px;

	}	
	
	
	#bottomLeft {
		padding-left: 5px;
		float: left;
		width: 195px;
		color: #000000;

	}

	
	#bottomContent {

		float: left;
		width: 590px;
		color: #000000;
		


	}
	
	#bottomRight {
		float: right;
		width: 203px;
		color: #000000;
	}

	#leftTop {
		height: 101px;
		width: 195px;

	}
	
	#leftMiddle {
		height: 62px;
		width: 195px;

	}	


	#clear {	
		clear: both;

	}
	
	/* P Styles */
	
	p {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
		margin-top: 0px;
		margin-bottom: 0px;
	}


	p.white {
		margin-top: 0px;
		color: #FFFFFF;

	}

	p.margin {
		margin-top: 7px;


	}
	
	#topMenu {
		font-family: Verdana,sans-serif;
		font-size: 10pt;
		color: #000000;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: right;
	}

	#Pmenu {
		font-family: Verdana,sans-serif;
		font-size: 11pt;
		color: #ffffff !important;
		margin-top: 7px;
		margin-bottom: 0px;
		padding-left: 7px;
		font-weight: bold;


	}
	
	#topLine {
		padding-top: 93px;
		font-family: Verdana,sans-serif;
		font-size: 12pt;
		color: #ffffff;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	
	
	
	



  .search {
		border: #0066CB 1px solid;
		padding: 4px;
		margin-top: 3px;





}

 .searchSubmit {
		background-image: url(../../images/zoek.jpg);
		background-repeat: no-repeat;
		margin-top: 3px;
		width: 36px;
		height: 25px;
		border: 0px;


}



  #titel {
		height: 75px;
		padding:0 16px 0 16px;
		font-size: 18pt;
		width: 450px;
		float: right;
}


.imgStart {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;

			
}

/* Tabel style */
td {	
		vertical-align : top;
}


/* Link style */
A:link {
		color: #000000;
		text-decoration: underline;
}

A:visited {
		color: #000000;
		text-decoration: underline;
}
A:hover {
		color: #1570CC;
		text-decoration: underline;
}

img {
		border: none;
}

A.menu{
		float:none;
		color: #ffffff !important;
		text-decoration: none;
}

A.menu:hover {
		float:none;
		color: #ffffff !important;
		text-decoration: underline;
}

/* Page style */
h1 {
		font-size: 10pt;
		font-weight: bold;
		color: #ffffff;
		margin-top: 10px;
		margin-bottom: 5px;
}

h2 {
		font-size: 10pt;
		font-weight: bold;
		color: #ffffff;
		margin-top: 10px;
		margin-bottom: 5px;
}


h2.black {
		margin-top: 10px;
		color: #000000;

}

h3 {
		font-size: 10pt;
		font-style: italic;
		font-weight: normal;
		color: #ffffff;
		margin-top: 0px;
		margin-bottom: 5px;
}

h3.black {
		
		color: #000000;

}

form {
		font-size: 10pt;
		font-weight: normal;
		color: #000000;
		margin-top: 0px;
		margin-bottom: 0px;
}

form.top {
		text-align: right;
}

table {
		font-size: 10pt;
		font-weight: normal;
		color: #ffffff;
}


.alignRight {
		text-align: right;		
}

.rule {
	width: 300px;
	color: #000000;
	text-align: left;
	
}


/* Image styles */
.imgIE {
		
}

.imgLinks {
		padding: 0px;
		float: left;
}

.imgRechts {
		padding: 0px;
		float: right;
}

img.right {
		width: 200px;

}


