﻿*, html {
	margin: 0;
	padding: 0;
	font-family: Arial;
}
#header {
	width: 100%;
}
#header img {
	margin-top: 20px;
	margin-left: 20px;
}
#contentWrapper {
	width: 1024px;
	margin: 20px;
}
#greenBar {
	width: 100%;
	height: 30px;
	margin-top:15px;
	background-color: #095751;
}
#greenerBar {
	float: left;
	width: 100%;
	height: 30px;
	margin-bottom:30px;
	background-color: #98a92a;
}
.nl {
	color: #98a92a;
}
.fr {
	color: #095751;
}
#languageSelector {
	text-align: right;
	width: 100%;
}
#languageSelector a {
	text-decoration: none;
}
#textline {
	margin-top: 100px;
	font-size: 35px;
	float: left;
	width: 100%;
}
#textline a {
	text-decoration: none;
}
#textline img {
	margin-top: 100px;
}
#memberof {
	text-align: right;
	width: 100%;
}
h1 {
	color: #98a92a;
	font-size: 25px;
}
#headline {
	width: 100%;
	float: left;
	text-align: center;
}
#headline #left {
	background-image:url(../img/balken-links.png);
	background-repeat:no-repeat;
	width: 5px;
	height: 33px;
	float: left;
}
#headline #middle {
	background-image:url(../img/balken-mitte.png);
	width: 98%;
	height: 33px;
	float: left;
}
#headline #right {
	background-image:url(../img/balken-rechts.png);
	background-repeat:no-repeat;
	width: 5px;
	height: 33px;
	float: left;
}
.divided {
	margin-top: 100px;
	width: 49%;
	float: left;
	text-align: center;
}
.stripe {
	border-right: 1px solid #98a92a;
}
.divided img {
	margin: 30px 0;
}
.linkContainer {
	width: 335px;
	height: 233px;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}
.linkHeadline {
	background-image:url(../img/balken.png);
	background-position: 10px 0;
	background-repeat:no-repeat;
	margin-top: 5px;
	height:	33px;
	line-height: 33px;
	font-weight: bold;
}
.linkHeadline a, .linkHeadline span {
	color: #98a92a;
	text-decoration: none;
}
.linkImage {
	margin-top: 20px;
	height: 150px;
}
.linkLink {
	vertical-align: bottom;
}
.linkLink a {
	color: #095751;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: none;
}
.linkLink span {
	color: #98a92a;
}
