	*/*-- BEWARE THAT COPYRIGHT INFRINGEMENT IS ILLEGAL
	||| PLEASE DO NOT COPY (STEAL) ANYTHING WITHOUT PERMISSION!
	||| YOU CAN CONTACT US AT WWW.ME-CORPSE.NL
	*/

	body {
		line-height: normal;
		font-variant: normal;
		text-transform: none;
	}

	#ixbackground {
		float: center;
		background-image: url(images/ixbgimg.jpg); 
		height: 600px;
		width: 800px;
	}
	
	#ixenter {
		position: absolute;
		top: 200px;
		left: 243px;
	}
	
	#ixtxt {
		float: left;
		position: relative;
		top: 255px;
		left: 207px;
		height: 77px;
		width: 155px;
	}
	
	#ixkl {
		float: center;
		position: absolute;
		height: 800px;
		width: 599px;
	}
	
	#ixemp {
		float: left;
		position: relative;
		top: 239px;
		width: 205px;
		height: 77px;
	}
	
	#oobackground {
		float: center;
		background-image: url(images/oobgimg.jpg);
		height: 600px;
		width: 800px;
	}

	#oojol {
		float: right;
		height: 237px;
		width: 400px;		
	}
	
	#ooger {
		float: left;
		height: 287px;
		width: 400px;		
	}

	#oodocent {
		float: right;
		height: 50px;
		width: 400px;
	}
	
	#oogal {
		float: left;
		height: 287px;
		width: 75px;
	}

	#oogalbig {
		float: center;
		height: 287px;
		width: 790px;
		line-height: 2em;
		word-spacing: .5em;
	}
	
	#ootext {
		float: right;
		height: 287px;
		width: 625px;
		overflow: auto;
	}

	#odbackground {
		float: center;
		background-image: url(images/odbgimg.jpg);
		height: 600px;
		width: 800px;
	}

	#odpaul {
		float: right;
		height: 287px;
		width: 400px;		
	}
	
	#odjan {
		float: left;
		height: 287px;
		width: 400px;		
	}
	
	#odtext {
		float: right;
		height: 287px;
		width: 725px;
		overflow: auto;
	}
	
	#background {
		float: center;
		background-image: url(images/bgimg.jpg);
		height: 600px;
		width: 800px;
	}
	
	#menu {
		float: center;
		height: 130px;
		width: 800px;
	}

	#text {
		float: left;
		height: 287px;
		width: 800px;	
		overflow: auto;
	}
	
	#empline {
		float: left;
		height: 38px;
		width: 800px;
	}
	
	#emp {
		float: left;
		height: 125px;
		width: 400px;
	}
	
	#contact1 {
		float: right;
		height: 145px;
		width: 220px;
		text-align: left;
	}
	
	#contact2 {
		float: right;
		height: 145px;
		width: 180px;
		text-align: left;
	}
	
	#copy {
		background: url(images/copy.png);
		float: left;
		height: 20px;
		width: 400px;
		text-align: left;
	}
	
	#ixkl1{
		background: url(images/ixklf.png);
	}
	
	#ixkl1:hover {
		background: url(images/ixkln.png);
	}
	
	#aanmelden {
	width: 600px;
	height: 400px;
	}
	
	.buttons {
			display: block;
			width: 800px;
			height: 599px;
	}
	
	.text {
		font-family: Georgia;
		font-size: 10pt;
		color: #dbdbdb;
		font-weight: none;
	}
	
	.textaanmelden {
		font-family: Georgia;
		font-size: 10pt;
		color: #FFF;
		font-weight: bold;
	}
	
	.text2 {
		font-family: Georgia;
		font-size: 9.5pt;
		color: #CCC;
		font-weight: none;
	}

	.text3 {
		font-family: Georgia;
		font-size: 12pt;
		color: #FFF;
		font-weight: none;
	}
	
	.text4 {
		font-family: Arial;
		font-size: 10pt;
		color: #000;
		font-weight: none;
	}
	
	.ixtext {
		font-family: Georgia;
		font-size: 10pt;
		color: #000;
		font-weight: none;
	}
	
	a.cpy:link { 
		color: #000;
	}
	
	a.cpy:visited { 
		color: #000;
	}
	
	a.cpy:hover { 
		color: #CCC;
		background-color: #333;
		text-decoration: none;
	}
	
	a.cpy:active { 
		color: #FFF;
	}
	
	a.ctc:link { 
		color: #FFF;
	}
	
	a.ctc:visited { 
		color: #FFF;
	}
	
	a.ctc:hover { 
		color: #CCC;
		background-color: #333;
		text-decoration: none;
	}
	
	a.ctc:active { 
		color: #000;
	}
	
	.oogy{
		position: relative;
		height: 420px;
	}

	.oothumb img{
		border: 1px solid white;
		margin: 0 0px 5px 2;
	}

	.oothumb:hover{
		background-color: transparent;
	}

	.oothumb:hover img{
		border: 1px solid blue;
	}

	.oothumb span{ /*CSS for enlarged image*/
		position: absolute;
		background-color: white;
		padding: 5px;
		top: 130;
		border: 1px dashed gray;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}

	.oothumb span img{ /*CSS for enlarged image*/
		border-width: 0;
		padding: 2px;
	}

	.oothumb:hover span{ /*CSS for enlarged image*/
		visibility: visible;
		top: 130;
		z-index: 50;
	}
	
	.oogybig{
		position: relative;
		height: 420px;
	}

	.oothumbbig img{
		border: 1px solid white;
		margin: 0 0px 5px 2;
	}

	.oothumbbig:hover{
		background-color: transparent;
	}

	.oothumbbig:hover img{
		border: 1px solid black;
	}

	.oothumbbig span{ /*CSS for enlarged image*/
		position: absolute;
		background-color: grey;
		padding: 3px;
		top: 130;
		border: 1px dashed gray;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}

	.oothumbbig span img{ /*CSS for enlarged image*/
		border-width: 0;
		padding: 2px;
	}

	.oothumbbig:hover span{ /*CSS for enlarged image*/
		visibility: visible;
		top: 130;
		z-index: 50;
	}
	
	