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

	background: white;
}

a {	cursor: pointer; color: white; }
:focus { outline: none; }
td { font-size: 12px; vertical-align: top; }
ul { margin-top: 5px; }
li { line-height: 1.3em; }
form { display: inline; }
img { border: 0; }
p { display: block; margin: 0px; }
h1 { margin: 0px 0px 5px 0px; }
h2, h3 { margin: 0px; }
h1 { font-size: 16px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }

/* GENERAL */

@font-face {
	font-family: 'DaxBold';
	src: url('../fonts/dax-bold-webfont.eot');
	src: local('?'), url('../fonts/dax-bold-webfont.woff') format('woff'), url('../fonts/dax-bold-webfont.ttf') format('truetype'), url('../fonts/dax-bold-webfont.svg#webfontnQqD3EYR') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

	text-align: left;
	background: url(../images/centered_bg.png) repeat-y;
}

img.background {
	position: absolute;
	left: 0px;
	top: 0px;
	
	z-index: 0;
}

img.logo {
	position: absolute;
	left: 49px;
	top: -79px;
	
	z-index: 20px;
}

img.woonevent {
	position: absolute;
	left: -40px;
	top: -20px;
	
	z-index: 30px;
}

div.site {
	position: relative;
	z-index: 10px;
}

div.header {
	position: absolute;
	right: 0px;
	bottom: 0px;
	
	width: 300px;
	height: 150px;
}

div.menu {
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 150px;
	height: 300px;
}

div.menu a {
	display: block;
	
	font-size: 14px;
	color: white;
	text-decoration: none;
	
	padding: 6px 20px 7px 20px;
	border-bottom: 1px solid white;
}

div.menu a:hover, div.menu a.active {
	font-weight: bold;
	background: url(../images/menu_bg.png) no-repeat;
}

div.logos {
	height: 110px;
	background: white;
	border-bottom: 1px solid #C66B06;
	padding-top: 10px;
}

div.logos img {
	float: left;
}

div.footer {
	font-size: 11px;
	color: black;
	
	text-align: right;
	background: white;
	padding: 20px 0px 10px 0px;
}

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

/* CONTENT */

div.content {
	background: url(../images/content_bg.png) no-repeat;
}

div.content table.content td.text {
	width: 475px;
	padding: 20px 50px 0px 75px;
}

div.content table.content td.images {
	width: 150px;
	padding-bottom: 150px;
}

div.content table.content td.images img {
	margin-bottom: -2px;
}

div.content h1 {
	position: absolute;
	left: 75px;
	top: 115px;
	
	font-family: 'DaxBold';
	font-size: 36px;
	color: #C66B06;
}

div.content p {
	width: 100%;
	line-height: 17px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.content a.back {
	display: block;
	margin: -20px 0px 20px 0px;
}

/* HOME */

div.content_home {
	min-height: 150px;
	margin: 0px 150px 0px 0px;
}

div.content_home h1 {
	position: absolute;
	left: 75px;
	top: 265px;
}

div.content a.readmore {
	display: block;
	font-weight: bold;
	margin: -20px 0px 20px 0px;
}

div.content_text, div.content_news, div.content_newsletter, div.content_contact {
	min-height: 300px;
	margin: 0px 150px 0px 0px;
}

/* COMPANIES */

div.content_companies {
	min-height: 300px;
	margin: 0px 150px 0px 0px;
}

div.content_companies table.content td.text {
	width: 475px;
	padding: 14px 50px 0px 75px;
}

div.content_companies table.content td.images {
	width: 150px;
	padding-bottom: 0px;
}

div.content_companies h1 {
	position: absolute;
	left: 75px;
	top: 115px;
	
	font-family: 'DaxBold';
	font-size: 36px;
	color: #C66B06;
}

div.content_companies p {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

div.content_companies span.link {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

/* NEWS */

div.news_item p, div.news div.item p {
	margin: 0px;
}

div.news_item a.readmore {
	display: block;
	margin: 0px 0px 20px 0px;
}

div.news_archive {
	margin-top: 10px;
}

div.news_archive a {
	display: block;
}

/* CONTACT */

div.content input, div.content select, div.content textarea {
	width: 322px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px 0px 3px 0px;
}

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

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

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

	width: 16px;
}

div.content div.captcha {
	position: relative;
	width: 328px;
}

div.content div.captcha img {
	position: absolute;
	right: 13px;
	top: 1px;

	margin: 0px;
	cursor: pointer;
}

div.content div.captcha #reload {
	right: 5px;
	top: 3px;
}

div.content input.submit {
	width: 75px;
	height: 18px;
	
	padding-bottom: 3px;
	margin: 10px 0px 20px 0px;

	background: url(../images/button_bg.png) repeat-x #444444;
	border: 1px solid #111111;

	color: white;
}

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


