html {
	width: 100%;
	margin: 0;
}

body	{
	margin: 0;
}

a	{
	color: black;
}

li {
margin-bottom: 10px;
}

.mainContainer	{
/*	background-color: #85e1a1; */
	width: 990px;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header	{
	height: 300px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
}

.logo	{
	width: 150px;
	float: left;
	margin-top: 150px;
	margin-left: 5px;
}

.logo_headline	{
	font-size: 20px;
	font-weight:bold;
	color: #00cc00;
}

.logo_subheadline	{
	font-weight:bold;
}

.adresse	{
	float: right;
	width: 600;
	border: 1px dashed black;
	border-width: 0px 0px 1px 0px;
	text-align: right;
	margin-top: 65px;
	margin-right: 20px;
	padding-bottom: 5px;
}

.breadcrumb	{
	float: right;
	width: 600px;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
}

.breadcrumb_headline	{
	font-size: 40px;
	color: white;
	font-weight: bold;
}

.breadcrumb_subheadline	{
	font-size: 18px;
	font-weight: bold;
}

.navi	{
	float: right;
	width: 800px;
	margin-top: 73px;
	text-align: right;
#	background-color: red;
}

.navi_element	{
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	width: 148px;
#	background-color: red;
#	border: 1px solid white;
#	border-width: 0px 1px 0px 0px;
	cursor: pointer;
}

.navi_element:hover	{
#	background-color: white;
#	color: #00cc00;
}

.navi_element_active	{
#	background-color: #00ee00;
	background-color: white;
	border: 1px solid black;
	border-width: 1px 1px 0px 1px;
	font-weight: bold;
#	color: #00cc00;
}

.subnavi	{
	position:absolute;
	top: 0px;
	left: 0px;
	z-Index: 2;
	width: 148px;
	height: 100px;
	background-color: white;
	text-align: center;
	font-weight: normal;
	border: 1px solid black;
	border-width: 0px 1px 1px 1px;
	padding: 5px;
}

.subnavi_element:hover	{
#	background-color: #ccc;
	border: 1px dashed black ! important;
	border-width: 1px 0px 1px 0px ! important;
}

.subnavi_element	{
#	height: 18px; 
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px dashed white;
	border-width: 1px 0px 1px 0px;
	cursor: pointer;
}

.content	{
	padding: 5px;
	padding-top: 0px;
	border: 1px solid #00cc00;
	border-width: 0px 1px 0px 1px;
	background-image: url("../images/logo_bg.png");
	background-repeat: no-repeat;
	background-position: right;
}

.content_headline	{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.content_content	{
	/* text-align: justify; */
}

.content_content_left	{
	width: 45%;
	float: left;
	padding-left: 5px;
}

.content_content_right	{
	width: 45%;
	float: right;
	padding-right: 10px;
}

.footer	{
	height: 100px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	padding: 5px;
	padding-right: 10px;
	text-align: right;
}

.cleaner	{
	clear: both;
}