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

/* General Markup */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
body {
	background-color: #94B8D0;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
	margin: 0;
}
a {
	font-weight: bold;
	/*color: #A57878;*/
	color: #7997AB;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



/* Text Markup */
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7997AB;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #94B8D0;
}
.footercopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#contentr a {
	color: #85745E;
}
#footer a {
	font-weight: normal;
	color: #000;
}



/* Menu Markup */
#nav {
	font-size: 14px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav a {
	color: #FFF;
	display: block;
	padding: 8px 15px 10px 15px;
}
#nav li {
	float: left;
	/*padding-left: 5px;*/
}
#nav li a:hover {
	display: block;
	/*background: #008000;*/
	background: #5E7585;
	text-decoration: none;
}



/* Layout Markup */
#wrapper {
	width: 1024px;
}
#container {
	width: 900px;
	float: left;
	
	background-color: #FFF;
}
#skyscraper {
	width: 120px;
	height: 600px;
	float: right;
	margin-top: 225px;
}
#header {
	width: auto;
	height: 225px;
	background-image: url(../img/header_clean.png);
	background-repeat: no-repeat;
}
#ljg {
	width: auto;
	height: 225px;
	background-image: url(../img/ljg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#menu {
	width: 898px;
	height: 35px;
	
	margin-bottom: 5px;
	
	/*background-color: #77A577;*/
	background-color: #7997AB;
	
	border-right-color: #5E7585;
	/*border-right-color: #008000;*/
	border-right-style: solid;
	border-right-width: 2px;
	
	border-bottom-color: #5E7585;
	/*border-bottom-color: #008000;*/
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	border-top-color: #5E7585;
	border-top-style: solid;
	border-top-width: 2px;
}
#contentwrap {
	width: 900px;
	height: auto;
}
#contentl {
	width: auto;
	/*width: 690px; delete tot volledige site af is*/
	float: left;
	padding: 5px;
	margin-bottom: 5px;
}
#contentr {
	width: 185px;
	height: 800px;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px;
	
	background-color: #D1C194;
	/*background-color: #A58F78;*/
}
#footer {
	width: auto;
	height: 24px;
	clear: both;
	padding: 3px 0px 3px 10px;
	
	border-bottom-color: #94B8D0;
	border-bottom-style: solid;
	border-bottom-width: 20px;
	
	background-color: #7997AB;
}
