body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0;
	text-align: center;

	background: #FFFFFF;
}

a {	cursor: pointer; }
:focus { outline: none; }
td { font-size: 11px; vertical-align: top; }
ul { margin-top: 5px; }
li { line-height: 1.3em; }
form { display: inline; }

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

/* GENERAL */

div.centered {
	position: relative;
	margin: 0 auto 0 auto;
	width: 870px;

	text-align: left;
	background: #FFFFFF;
}

div.menu a:hover, div.menu a.active {
	color: red;
}

/* HEADER */

div.header {
	position: relative;
	height: 373px;
}

div.header div.overlay {
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 911px;
	height: 146px;
	background: url(../images/header.png) no-repeat;
}

div.header div.image {
	position: absolute;
	right: 0px;
	top: 60px;

	width: 665px;
	height: 313px;

	padding: 0px;
}

div.header div.crowd {
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	width: 197px;
	height: 297px;
	background: url(../images/crowd.png) no-repeat;
}

div.header div.stones {
	position: absolute;
	right: 10px;
	bottom: -40px;
	
	width: 134px;
	height: 129px;
	background: url(../images/stones.png) no-repeat;
}

div.header div.menu {
	position: absolute;
	right: 0px;	
	bottom: 0px;
		
	width: 665px;
	height: 83px;
	background: url(../images/menu_bg.png) no-repeat;
}

div.header div.menu ul {
	margin: 0px;
	padding: 40px 0px 0px 20px;
}

div.header div.menu li {
	display: inline;
	list-style-type: none;
	padding-right: 17px;
}

div.header div.menu li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #1A171B;
}

div.header div.menu li a.active {
	color: #622280;
}

#sub_vestigingen, #sub_organisaties {
	position: absolute;
	left: 110px;
	bottom: 45px;
	
	width: 100px;
	height: 0px;
	padding: 0px 5px 0px 5px;
	
	background: url(../images/semitrans.png);
	overflow: hidden;
}
#sub_organisaties {
	left: 205px;
}

#sub_vestigingen a, #sub_organisaties a {
	display: block;
	margin-top: 2px;

	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #1A171B;
}

/* LEFT */

div.left {
	position: absolute;
	left: 0px;
	width: 197px;
}

div.left img {
	margin-top: 13px;
}

div.left div.logos {
	background: #D7D7D7;
	height: 275px;
}

div.left div.logos img {
	margin: 7px 0px 0px 18px;
}

/* FOOTER */

div.footer {
	position: relative;
	margin-top: 0px;
	padding: 15px 10px 5px 10px;
	text-align: left;
	color: #999999;	
}

div.footer span.powered {
	position: absolute;
	right: 0px;
	top: 15px;
}

div.footer a {
	color: #999999;	
	text-decoration: none;
}

/* CONTENT */

div.content {
	margin: 0px 0px 0px 205px;
	padding: 10px 0px 10px 0px;
}

div.content table.content {
	height: 510px;
}

div.content table.content td {
	border-left: 1px solid #cccccc;
	padding: 0px 8px 8px 8px;
}

div.content table.content td.left {
	width: 409px;
}

div.content table.content td.right {
	width: 220px !important;
	padding: 8px 0px 8px 8px;
}

div.content table.content td.right_top {
	padding-top: 50px;
}

td.right div.news {
	margin: 10px 0px 23px 0px;
	background: url(../images/news_bg.png) repeat-x;
}

div.content table.content h1 {
	margin: 0px 0px 8px 0px;
	color: #622280;
	font-size: 17px;
	font-weight: normal;
}

div.content table.content h2 {
	margin: 0px 0px 6px 0px;
	color: #622280;
	font-size: 15px;
	font-weight: normal;
}

span.text {
	display: block;
}

span.text a {
	color: #000000;
}

span.text a:hover {
	color: #622280;
	text-decoration: underline;
}

span.text img {
	float: right;
}

span.readmore a {
	color: #96BD0D;
	font-style: italic;
	text-decoration: none;
}

span.back a {
	color: #96BD0D;
	font-style: italic;
	text-decoration: none;
}

/* HOME */

table.content_home {
	height: 340px !important;
}

table.content_home td.right {
	padding-bottom: 0px !important;
}

div.news_home {
	min-height: 130px;
	
	margin: 10px 0px 23px 0px;
	background: url(../images/news_bg.png) repeat-x;
}

div.news_home table {
	width: 100%;
	padding: 8px;
}

div.news_home th {
	color: #622280;
	font-size: 17px;
	font-weight: normal;
}

div.news_home td {
	border-right: 1px solid white;
	padding: 10px 10px 0px 10px;
}

div.news_home td.first {
	padding-left: 0px;
}

div.news_home span.title {
	font-weight: bold;
}

/* NEWS */

div.news_item {
	min-height: 60px;
	margin-bottom: 10px;
	padding: 5px;
	background: #EAF2CF;
}

div.news_item span.title {
	color: #622280;
	font-size: 12px;
}

div.news_archive a {
	display: block;
	margin: 0px 2px 2px 0px;
	text-decoration: none;
	color: black;
}

div.news_archive a:hover {
	text-decoration: underline;
}

div.news_right {
	padding: 10px 10px 5px 10px;
}

div.news_right div.item {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}

/* CONTACT */

div.content input, div.content select, div.content textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;

	width: 322px;
}

div.content select {
	width: 326px;
	padding: 1px;
	height: 19px;
}

div.content textarea {
	height: 100px;
	overflow: auto;
}

div.content input.checkbox {
	position: relative;
	top: 3px;
	
	width: 16px;
}

div.content input.submit {
	width: 75px;
	margin-top: 10px;

	color: white;
	background: #444444;
	border: 1px solid #111111;
}

div.content span.error { color: red; }


