body {
	background-color: #f0dcb7;
	#background-image: url('../pics/pict_M03.jpg');
	background-image: url('../pics/Strandhafer+Meer_1200.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #004178;
}

.cell {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	margin-left: auto;
   	margin-right: auto;
	padding: 0px;
}

.mainLeft p {
	margin-left: 50px;
	margin-right: 30px;
}

.mainRight p {
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
	z-index: 3;
}

.mainFrame {
	position: relative;
	background-color: rgba(255,255,255,0.8);
	padding: 0px;
	text-align: left;
	width: 60%; 
	min-width: 770px;
	min-height: 250px;
	border-width: 2px;
	#border-bottom-width: 10px;
	border-color: rgb(0,54,58);
	border-style: solid;
	margin-left: auto;
   	margin-right: auto;
	z-index: 1;
}

.mainLeft {
	padding: 0px;
	padding-top: 50px;
	padding-bottom: 0px;
	width: 50%;
	min-height: 300px;
	margin: 0px;
}

.mainRight {
	padding: 0px;
	padding-top: 50px;
	padding-bottom: 0px;
	width: 50%;
	float: right;
	margin: 0px;
}

.logo {
	background-color: rgb(0,54,58);
	position: relative;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
	border-width: 0px;
	z-index: 2;
}

.headline {
	position: relative;
	text-align: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 30px;
	padding-left: 50px;
	border-width: 0px;
	font-size: 28px;
	z-index: 2;
}

.footer {
	background-color: rgb(0,54,58);
	position: relative;
	text-align: left;
	left: 0px;
	width: 100%;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-width: 0px;
	color: rgb(255,255,255);
	z-index: 2;
}

.times {
	text-align: left;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 5px;
	float: left;
}

A:link, A:visited {
	text-decoration: none;
	color: #004178;
}

.footer A:link {
	text-decoration: none;
	color: rgb(210,210,210);
}

.footer A:visited {
	text-decoration: none;
	color: rgb(210,210,210);
}

A:active {
	text-decoration: none;
	color: #004178;
}

A:hover {
	text-decoration: none;
	color: rgb(31,156,210);
}

.footer A:hover {
	text-decoration: none;
	color: rgb(31,156,210);
}



