/**********************************
*  Webdevelopment:                *
*  Dot 72                         *
*  T +31 (0)6 14 28 27 12         *
*  E info@dot72.nl                *
*  I www.dot72.nl                 *
**********************************/

/* CSS algemeen */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0;
	margin-top: 0;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/achtergrond.jpg);
	background-position: center top;
}

td {
	vertical-align: top;
	font-size: 10px;
}

a {
	color: #04183E;
	text-decoration: underline;
}

img { 
	behavior: url('css/pngbehavior.htc');
	border: 0;
}

div.centered {
	position: relative;
	margin: 0 auto 0 auto;
	width: 850px;
	padding-top: 0px;	
	text-align: left;
}

div.navigation {
	position: absolute;
	top: 130px;
	left: 13px;
}

div.navigation td.button {
	cursor: pointer;
	cursor: hand;
}

div.navigation span.button {
	display: block;
	margin: 6px 8px 0px 8px;
}

div.navigation div.arrows {
	float: left;
}

/* CSS content */

div.content {
	position: absolute;
	top: 190px;
	left: 53px;
}

div.content table.content td.side {
	width: 352px;
}

div.content table.content td.middle {
	width: 40px;
}

table.left td.kop {
	font-size: 14px;
	padding-bottom: 20px;
}

table.left td.content {
	line-height: 20px;
	padding-bottom: 40px;
}

table.left td.content a {
	color: #A40047;
	text-decoration: underline;
}

table.right td.kop {
	font-size: 14px;
	color: #A40047;
	padding-bottom: 20px;
}

table.right td.content {
	color: #A40047;
	line-height: 20px;
	padding-bottom: 40px;
}

table.right td.images img {
	padding-right: 1px;
	padding-bottom: 20px;
}

table.right td.content a {
	color: #A40047;
	text-decoration: underline;
}

/* CSS nieuws */

table.left td.content span.news {
	display: block;
}

table.left td.content span.news a.news {
	color: white;
	text-decoration: none;
}

table.left td.content span.news a.news:hover {
	text-decoration: underline;
}
