body {
	background-color: #f3f9f9;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	}
#wrapper { 
	margin: 0 auto;
	width: 922px;
	}
#header {
	width: 922px;
	height: 100px;
	margin: 10px 0px 0px 0px;
 	background-image: url(BCDE_Bilder/border.png);
 	background-repeat: no-repeat;
 	background-size: 100%;
 	position: relative;
	}
#navigation {
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background: #5c7b8e;
	}
#inhalt{ 
	background-color: #dee2e7;
	float: right;
	padding: 10px;
	width: 902px;
	height: 560px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	}
#footer { 
	width: 902px;
	clear: both;
	background: #5c7b8e;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	}




img {
	border: none;
	align: center;
	}

dl {
	float: inline;
	}


hr {
	color: #FFF;
	}




			/* GALERIE */
.galerie{
	position: relative;
	}

.galerienavi img{
	margin: 0px 35px 15px 15px;
	}

.galerienavi:hover{
	background-color: transparent;
	}

.galerienavi span{
	position: absolute;
	padding: 5px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}

.galerienavi span img{
	border-width: 0;
	padding: 2px;
	}

.galerienavi:hover span{
	visibility: visible;
	top: 0;
	left: 165px;
	z-index: 50;
	}
			/* END GALERIE*/
	
	
h1 {
	font-size:200%;
	text-align: center;
	color: #333;
	}
h2 {
	font-size: 170%;
	text-align: left;
	margin-left: 15px;
	color: #333;
	}
h3 {
	font-size: 130%;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 5px;
	color: #333;
	}
.text {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	color: #333;
	}
.text2 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	color: #333;
	}

/*NAVIGATION*/
.navcontainer {
	padding: 0;
	margin: 0;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background-color: #5c7b8e;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	}
#navi {
	float: left;
	position: relative; 
	left: 50%;
	margin: 0 auto;
	padding: 0; 
	list-style-type: none;
	}
#navi li {
	float: left;
	position: relative;
	right: 50%;
	}
#navi a {
	width: auto;
	display: block;
	padding:0 10px;
	line-height: 3em;
	color: #fff; 
	background: #5c7b8e; 
	text-decoration:none;
	}
#navi a:hover {
	background: #a9bec7;
	color: #fff;
	}
#navi li#active a {
	background: #dee2e7;
	color: #333;
	}
/*END NAVIGATION*/

/*TABELLE*/

td{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #333;
	}
td a:link{
	color:#333;
	}
	
/*END TABELLE*/

a:link {
color:#FFF;
text-decoration: none;
text-align: justify;
}
a:visited {
color:#FFF;
text-decoration: none;
}
a:hover {
color:#333;
text-decoration: underline;
}
