/*
Author: Jaap Mollema

Based on template CSS version: 1.0

Creative Imagination
http://www.creativeimagination.nl
*/


/* Body preferences */
html, body  {

		background-color : #000000;
		font-family: "Century Gothic",sans-serif;
		font-size: 10pt;
		color: #ffffff;

}

/* Framework */
	/* left */
  #left {
		position:absolute;
		left: 15px;
		top:15px;
		bottom: 15px;
		width: 300px;
		background-image: url(../../images/left.jpg);
		background-repeat: repeat-y;

}

  #menu {
		padding-left: 10px;
		font-size: 18pt;
		font-weight: normal;
}

  #topmenu {
		text-align: right;
}


	/* right */
  #photobar {
		position:absolute;
  		left: 315px;
		top:15px;
		bottom: 140px;
		width: 165px;
		background-image: url(../../images/right.jpg);
		background-repeat: repeat-y;
		overflow: hidden;

}

	#content {
		position:absolute;
		left: 480px;
		top: 15px;
		right: 15px;
		bottom: 140px;
		overflow: auto;
		background-color: #131313;

	}

	#bottom {
		position: absolute;
	   left: 315px;
		right: 15px;
		bottom: 0px;
		height: 128px;
		padding-top: 16px;
		background-image: url(../../images/bottom.jpg);
		background-repeat: repeat-x;
		overflow: hidden;

	}	
	

  #zoek {
		height: 75px;
		padding:0 16px 0 16px;
		font-size: 11pt;
		font-weight: bold;
		width: 250px;
		float: left;
}

  #titel {
		height: 75px;
		padding:0 16px 0 16px;
		font-size: 18pt;
		width: 450px;
		float: right;
}




	#footeradres {
		text-align: right;
		width: 270px;		
	}


/* Tabel style */
td {	
		vertical-align : top;
}


/* Link style */
A:link {
		color: #ffffff;
		text-decoration: none;
}

A:visited {
		color: #ffffff;
		text-decoration: none;
}
A:hover {
		color: #ffffff;
		text-decoration: underline;
}

img {
		border: none;
}

a.NLhoofdmenu {
		color: #ffffff;
		text-decoration: none;
}
a.NLtopmenu {
		color: #ffffff;
		text-decoration: underline;

}

a:visited.NLtopmenu {
		color: #ffffff;
		text-decoration: underline;

}

a:hover.NLtopmenu {
		color: #ffffff;
		text-decoration: underline;

}


/* Page style */
h1 {
		font-size: 11pt;
		font-weight: bold;
		color: #7da7d9;

}

h2 {
		font-size: 11pt;
		font-weight: bold;
		color: #ffffff;
}

p {
		font-size: 10pt;
		font-weight: normal;
		color: #ffffff;
}

form {
		font-size: 10pt;
		font-weight: normal;
		color: #ffffff;
}

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;

}

