@charset "UTF-8";
/* CSS Document */

body, html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	background: url(../img/background.jpg) no-repeat center center;
	background-attachment: fixed;
}

#wrapper 
{
	height: 100%;
	margin: 0 auto;
	width: 900px;
}

.padding-top {
	width: 900px;
	height: 50px;
	float: left;
}

div.row {
	width: 900px;
	float: left;
}

div.rowback {
	width: 900px;
	float: left;
}

div.rowback[class] {
	background-image: url(../img/trans_back.png);
	background-repeat: no-repeat;
}

div.nav {
	width: 146px;
	padding-left: 29px;
	padding-bottom: 20px;
	float: left;
    position:relative;
    z-index:10;
}

ul.navigation, ul.navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.navigation {
	padding-top: 17px;
}

ul.navigation li {
	margin-bottom: 4px;
}

div.nav ul.navigation a {
	display: block;
	width: 140px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #080E49;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 6px;
}

div.nav ul.navigation a:hover {
	background-color: #C39A16;
	color: #FFFFFF;
}

div.nav ul.navigation a.active {
	background-color: #090F48;
	color: #FFFFFF;
}

div.nav ul.navigation a.active:hover {
	background-color: #090F48;
	color: #FFFFFF;
}

div.naw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #090F48;
	margin-left: 6px;
	margin-top: 75px;
}

div.main {
	width: 438px;
	margin-left: 25px;
	margin-top: 95px;
	margin-bottom: 20px;
	float: left;
    position:relative;
    z-index:10;
}

div.main div.heading {
}

div.main div.content {
	margin-left: 12px;
	background-color: #DADAE3;
	background-image: url(../img/hoek_main.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.main div.content#padding-top {
	padding-top: 10px;
}

div.news {
	width: 225px;
	margin-left: 25px;
	margin-top: 95px;
	margin-bottom: 20px;
	float: left;
    position:relative;
    z-index:10;
}

div.news div.heading {
}

div.news div.content {
	margin-left: 12px;
	background-color: #DADAE3;
	background-image: url(../img/hoek_news.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.news div.seperator {
	width: 225px;
	height: 20px;
	float: left;
}

div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #090F48;
	padding: 5px 15px 5px 15px;
}

div.content2 {
    margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #090F48;
	padding: 15px 0 5px 0;
	background-color: #DADAE3;
	background-image: url(../img/hoek_news.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.align-left {
	width: 145px;
	text-align: left;
	display: block;
	float: left;
}

div.align-right {
	width: 755px;
	text-align: right;
	display: block;
	float: left;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-decoration: underline;
}

div.date {
	font-style: italic;
	padding-bottom: 5px;
}

a.readon {
	margin-top: 5px;
	display: block;
}

.border_bottom {
	border-bottom: 1px solid #090F48;
}

.border_right {
	border-right: 1px solid #090F48;
}

form {
	padding: 0;
	margin: 0;
}