a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #A7CBB7;
	text-decoration: none;
}

body {
	margin: 0px;
	font-family: sans-serif;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#body {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 800px;
}

div#contact {
	height: 18px;
	padding-left: 235px;
	padding-top: 4px;
	font-weight: bold;
	color: #00703C;
}

div#contact a {
	text-decoration: none;
	color: #00703C;
}

div#content {
	background-image: url(/images/background_content.png);
	height: 631px;
	padding: 10px;
	color: white;
	overflow-x: hidden;
	overflow-y: scroll;
}

div#content h2 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	color: #A7CBB7;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}

div#content h3 {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	color: #A7CBB7;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

div#content h4 {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
	color: #A7CBB7;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

div#content label.contact {
	display: block;
	float: left;
	width: 110px;
}

div#content p {
	margin: 5px;
	padding: 0px;
}

div#content p.lined {
	border-bottom: solid 1px #A7CBB7;
}

div#copyright {
	background-image: url(/images/background_copyright.png);
	height: 18px;
	padding-left: 315px;
	color: white;
	font-weight: bold;
	padding-top: 4px;
}

div#copyright a {
	color: white;
	text-decoration: none;
}

div#copyright i {
	font-weight: normal;
}

div.mark {
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	color: white;
	font-size: 10px;
}

div#menu {
	position: absolute;
	left: 5px;
	bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

div#menu div.unselected {
	width: 125px;
	height: 24px;
	background-image: url(/images/tab_unselected.png);
	float: left;
	margin-right: 7px;
	padding-top: 6px;
}

div#menu div.unselected a {
	text-decoration: none;
	color: #00703C;
}

div#menu div.selected {
	width: 124px;
	height: 24px;
	background-image: url(/images/tab_selected.png);
	float: left;
	margin-right: 10px;
	padding-top: 6px;
}

div#menu div.selected a {
	text-decoration: none;
	color: white;
}

div.partners {
	background-color: #74CF91; /*#519968;*/
	padding: 0px;
	text-align: center;

	/* rounded corner */
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.strategische_partners {
	background-color: #74CF91; /*#519968;*/
	padding: 5px;
	text-align: center;

	/* rounded corner */
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div#top {
	background-image: url(/images/background_top.png);
	height: 98px;
	position: relative;
}
