#centrecontent {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	margin: 0 -1px;/* moz fix*/
	color: #000000;
	padding-bottom: 25px;
}

#centrecontent h1 {
	font-size: 16px;
	color: #004d94;
	padding: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 10px;
}

#centrecontent p {
	text-align: justify;
	line-height: 1.8;
}

#centrecontent ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#centrecontent ul li {
	line-height: 2.0;
}

#centrecontent #inner-content {
	padding: 25px;
	width: 750px;
}

/* TEAM */
#centrecontent #team-left {
	float: left;
	width: 220px;
}

#centrecontent #team-left ul {
	color: #004d94;
	margin-top: 25px;
	margin-left: 15px;
}

#centrecontent #team-left ul li {
	font: 11px Verdana, Helvetica, Arial;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#centrecontent #team-left ul li:hover {
	cursor: pointer;
	text-decoration: underline;
}

#centrecontent #team-right {
	float: left;
	width: 530px;
}

#centrecontent #team-right p {
	text-align: justify;
	vertical-align: top;
}

#centrecontent #team-right img {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* KONTAKT */
#centrecontent #kontaktformular {
	float: left;
	width: 400px;
	padding-bottom: 20px;
	padding-right: 25px;
}

#centrecontent #anschrift {
	float: left;
}

/* GALLERY */
#gallery {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 540px;
}

#gallery #prev {
	float: left;
	background: #003a84 url('../images/pic_prev.jpg') no-repeat center;
	color: #ffffff;
	width: 40px;
	height: 300px;
	margin-right: 5px;
	cursor: pointer;
}

#gallery #pictures {
	float: left;
	width: 450px;
	height: 300px;
}

#gallery #next {
	float: left;
	background: #003a84 url('../images/pic_next.jpg') no-repeat center;
	color: #ffffff;
	width: 40px;
	height: 300px;
	margin-left: 5px;
	cursor: pointer;
}


/* MESSAGE BOX */
.messageBox {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
	border: 3px solid #ee0000;
}
.messageBox span {
	color: #ee0000;
}
.messageBox span a {
	color: #aa0000;
	font-weight: bold;
}
.messageBox small {
	font-weight: normal;
}

.messageBoxOkay {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
	border: 3px solid #00aa00;
}
.messageBoxOkay span {
	color: #00aa00;
}
.messageBoxOkay span a {
	font-weight: bold;
	color: #008000;
}
.messageBoxOkay small {
	font-weight: normal;
}


