body {	
	font-family: Georgia, serif;
	font-size: 15px;
	background: #3d3936;	
}

h1, h2, h3, h4 {	
	color: #383a3d;
	font-family: inherit;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	margin: 0 0 20px 0;	
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #d24827; 
}

a { color: #940; }
a:hover { color: #f00; }

#page {
	background: #ede2cd;
	
}

em { font-style: italic; }

/******************************************************************************
header
******************************************************************************/

#header {
	background: url(/images/layout/header_bg.png) repeat-x;
	position: relative; 	
	height: 213px;		
}

#header .navigation {
	width: 790px;
	height: 72px;	
	margin: auto;
	position: relative;
	top: -54px;
}

#header .visual {
	background: url(/images/layout/panorama_terras.jpg) no-repeat 50% 0;
	height: 171px;		
}

#header .nav {
	background: url(/images/layout/nav_bg.png) no-repeat;
	width: 790px;
	height: 72px;	
	margin: auto;	
	list-style: none;
	text-align: center;
	position: relative;
	
	padding: 12px 0 0 0;
}

#header .nav li {	
	display: inline;
	width: auto;		
}

#header .nav li.devider {	
	line-height: 1em;
	padding: 0 10px 0 0;	
	margin-right: 10px;	
	border: solid 1px #dbae68;
	border-width: 0 1px 0 0;
}

#header .nav a {
	font-size: 19px;
	color: #dbae68;
	text-decoration: none;	
}

#header .nav a:hover,
#header .nav .active a {
	color: #fff;
	text-decoration: underline;
} 

.langNav {	
	margin: 0 12px 2px 0; 
	list-style: none;
	padding: 0;
	position: relative;		
	text-align: right;
	}

	.langNav li { margin-left: 2ex;	}

	.langNav a {
		color: #fff;
		background: url(/images/language/nl.png) no-repeat 100% 50%;
		padding-right: 20px;	
		display: inline-block; }

	.langNav li.nl a { background-image: url(/images/layout/language/nl.png); }
	.langNav li.en a { background-image: url(/images/layout/language/en.png); }
	.langNav li.de a { background-image: url(/images/layout/language/de.png); }
	.langNav li.fr a { background-image: url(/images/layout/language/fr.png); }

/******************************************************************************
body
******************************************************************************/

#body {
	width: 870px;
	margin: auto;	
	color: #5d5753;	
	overflow: hidden;		
	position: relative;		
}

#content p,
#content ul,
#content ol {
	margin: 0 0 1.3em 0;
	line-height: 1.6em;	
}

#content ul,
#content ol { margin-left: 1.2em; }

#left,
#right {
	position: relative;	
	padding: 0 0 0 0;
	overflow: hidden;	
}

.lightBox a.photo {
	display: inline-block;
	background: url(/images/layout/photo_frame.png) no-repeat;
	width: 128px;
	height: 93px;	
	position: relative;	
}

.lightBox a.photo div {
	background: no-repeat 50% 50%;
	position: relative;	
	width: 110px;
	height: 75px;
	top: 9px;
	left: 9px;
}

form {
	padding: 10px 0 0 0;
}

form .field {
	margin: 0 0 4px 0 !important;
}

form .field label {
	display: inline-block;
	width: 130px;
	line-height: 24px;
	vertical-align: top;
}

form .field.input input,
form .field textarea {
	border: solid 1px #C6915B;
	width: 260px;
}

form .field select { border: solid 1px #C6915B; }

form .field textarea { height: 150px; }

form .field.error input,
form .field.error select,
form .field.error textarea { border-color: #D24827; }

form .field.error span.error {
	margin: 0 0 0 1ex;
	vertical-align: top;
	font-style: italic;
	color: #D24827;
}

form .submit {
	width: 396px;
	text-align: right;
}

.subNav { margin: 6px 0 0 0; }

.subNav li { margin: 0 0 4px 0; }

.subNav .active a {
	font-weight: bold;	
}

.news .heading {
	margin: 0;
}

.news .heading span { 

	margin: 0 !important; 
	padding: 0 !important; }

.news .heading a {
	text-decoration: none;
}

.news .newsFooter {	
	margin: 1em 0 0 0;	
}

/******************************************************************************
footer
******************************************************************************/

#footer {	
	background: #3d3936;
	padding: 20px 0;	
	text-align: center;
}

#footer .content {
	color: #ede2cd;
	width: 790px;
	margin: auto;	
}

