/**
*	CSS file
*
*	@company Blom Internetdiensten
*/

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	background-color: #000000;
	width: 100%;
	height: 100%;
	text-align: center;
	color:#ffffff;
	font-family: bodoni, cambria, calibri, arial;
	font-size: 11pt;
}


/**
*		DIV
*/

div {
	/*
	border: 1px solid #ffffff;
	*/
	display:block;
}

div.container {
	width: 960px;
	margin: 0px auto;
	position: relative;
	/*text-align: left;*/
}

	div.left-column {
		width: 200px;
		display: block;
		left: 0px;
		position: absolute;
	}
		
		div.logo {
			background-image: url('../image/logo_pb.jpg');
			background-repeat:no-repeat;
			width: 200px;
			height: 130px;
			position: relative;
			margin-top: 25px;
			margin-left: 0px;
			display: block;
		}
		
			
	div.middle-column {
		width: 560px;
		display: table-column;
		left:200px;
		position: absolute;
		text-align: center;
	}
		
		div.content-container {
			width:440px;
			text-align: left;
			position: relative;
			margin: 30px auto 10px;
		}
	
	div.right-column {
		width: 200px;
		display: table-column;
		left: 760px;
		position: absolute;
	}

	div.bottom-bar {
		width: 560px;
		height:40px;
		position: relative;
		margin-top: 20px;
		font-size: 8pt;
		color: #444444;
        display: table;
	}

div.item-list {
	margin-bottom: 20px;
    display: block;
    position: relative;
	/*border-bottom: 1px dotted #CC7A18;*/
}
/**
*		LIST
*/



/**
*		A HREF
*/
a, a:hover {
	color: #ffffff;
}

a.bottom-bar {
	color: #444444;
	text-decoration:  none;
}
a.bottom-bar:hover {
	
}

/**
*	H
*/
h1 {
	font-size: 13pt;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px dotted #ffffff;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 9pt;
}

/**
*	ELSE
*/
p {
	margin: 10px 0px;
}

img.border {
    border: 1px solid #ffffff;
    padding: 2px;
}

table.item-list {
    width:100%;
}

table.item-list > tbody > tr > td {
    padding:  5px 5px 20px 5px;
    margin-bottom: 20px;
}