@import url(navigation.css);
@import url(information.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/body_background.gif) repeat-y;
	font: 76% Verdana;
}

.wrap {
	height: 100%;
	background: url(../images/contemplation_background.jpg) repeat-y top right;
	min-width: 780px;
}

#header {
	background: url(../images/header_background.gif) repeat-x;
	height: 86px;
}

#header div {
	background: url(../images/header_lbrt.gif) no-repeat 120px 40px;
	height: 86px;
}

#header img {
	margin-top: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.wrap .wrap {
	position: absolute;
	top: 86px;
	width: 100%;
	min-height: 500px;
	font-family: Georgia;
	margin: 0;
	padding: 0;
}

#content-lbrt {
	margin: 0 96px 0 45px;
	padding: 1.5em 20px;
}


#content-lbrt h1 {
	font-size: x-large;
	letter-spacing: -1px;
	margin: 0 0 .5em 0;
	padding: .4em 0 8px 0;
	font-family: Arial;
	background: url(../images/h1_background.jpg) no-repeat bottom left;
}

#content-lbrt h2 {
	font-size: medium;
	margin: 1em 0;
}

#content-lbrt h3 {
	letter-spacing: -1px;
	font-size: medium;
	margin: 1.5em 0 .3em 0;
	color: #009900;
}

#content-lbrt p {
	line-height: 150%;
	margin: 0 0 1em 0;
}

#content-lbrt ul {
	margin-left: 0;
	padding: 0;
}

#content-lbrt li {
	margin: 0 0 1em 0;
	background: url(../images/li_background.gif) no-repeat 0 .4em;
	padding: 0 0 0 15px;
	list-style: none;
	line-height: 130%;
}

ul.toegang a {
	font-weight: bold;
}

a {
	color: #0073E1;
	text-decoration: none;
	background: url(../graphics/anchor_bg.gif) repeat-x bottom left;
}

a:hover {
	color: #004C95;
}

#info a,
#left a,
#subnav a,
#right a {
	background: none;
}

#subnav a {
	color: #796100;
	background: none;
}

#subnav a:hover {
	color: black;
	text-decoration: underline;
}

h1 .subtitel {
	color: #2D895B;
	font-size: medium;
	font-weight: normal;
}

.grijs {
	color: #257852;
}

p#status {
	position: absolute;
	right: 0;
	top: 0;
	font-size: .9em;
	margin:0;
	padding: 5px 11px 0;
}

p#breadcrum {
	margin-top: 0;
	font-size: .9em;
	text-transform: lowercase;
}

address {
	border-top: 1px solid gray;
	margin-top: 3em;
	padding-top: .5em;
	color: gray;
	font-style: normal;
	font-size: small;
	clear: both;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

.border {
	border: 1px solid black;
}

.leden {
	color: #009900
}

.breedte {
	width: 160px
}

#content-lbrt label {
	display: block;
	float: left;
	width: 140px;
}

#content-lbrt ul.compact {
	margin-top: 0;
}

#content-lbrt ul.compact li {
	margin: 0 0 0 20px;
	background: none;
	padding: 0;
	list-style: disc;
	line-height: 130%;
}

#content-lbrt .no-margin-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

#subnav p {
	margin: 0 0 .5em 0;
}

#subnav {
	float: right;
	width: 180px;
	border-left: 1px solid #FFD528;
	border-bottom: 1px solid #FFD528;
	display: inline;
	padding: 10px 10px;
	margin:0 96px 10px 10px;
	background: #FFF5CE;
	font-size: .9em;
	line-height: 1.5em;
}

#subnav h1 {
	font-size: medium;
	color: #B89B27;
	margin: .5em 0 .5em 0;
}

#subnav ul {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
}

#subnav li {
	background: url(../images/li_background_right.gif) no-repeat 0 5px;
	padding-left: 15px;
}

input.error {
	border: 2px solid red;
}

div.error {
	color: red;
	margin-bottom: .5em;
}

a img {
	border: none;
}

#popup {
	position: absolute;
	top: 100px;
	left: 240px;
	width: 447px;
	background: white;
	border: 1px solid black;
}

#popup img {
	cursor: pointer;
	cursor: hand;
}

#popup h2 {
	color: #2E8A5C;
}

#popup h1,
#popup h2,
#popup p {
	margin-left: 20px;
	margin-right: 20px;
}

table.geengegevens {
	border-collapse: collapse;
}

table.geengegevens td {
	padding: .5em 10px .5em 0;
}

tr.missing td {
	background-color: #FFF5CE;
	font-weight: bold;
}

img.flag {
	margin-right: 5px;
	vertical-align: middle;
}


