/*
Textfarbe 1 = Farbe für alle Texte
Hintergrundfarbe 1 = Farbe für MainTable
Hintergrundfarbe 2 = Farbe für Logo und Menü
Hintergrundfarbe 3 = Farbe für Hintergrund

*/

.tr_menu, .tr_main, .td_inhalt, .td_split, .tr_bottom, .td_aktuelles {
  background: #E9EBC2; /* Hintergrundfarbe 1 */
}
#imagelightbox-overlay {
	background: #E9EBC2; /* Hintergrundfarbe 1 */
	background: rgba(233, 235, 194, 0.8);
}
body {
	color: #008080; /* Textfarbe 1 */
	background: #422100; /* Hintergrundfarbe 3 */
}
.tr_main a:link,
.tr_main a:visited {
	color: #008080;
	text-decoration:underline;
}


.tr_bottom {
	color: #422100;
}

#imagelightbox-caption {
			color: #E9EBC2;/* Textfarbe 1 */
			background-color: #422100; /* Hintergrundfarbe 1 */
		}
			
#imagelightbox-close, .imagelightbox-arrow  {
			color: #008080;/* Textfarbe 1 */
			background-color: #422100; /* Hintergrundfarbe 1 */
			background: rgba(66, 33, 0, 0.7)
		}
		
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
			color: #008080;/* Textfarbe 1 */
			background-color: #422100; /* Hintergrundfarbe 1 */
			background: rgba(66, 33, 0, 0.4)
		}

.td_logo, .td_menu {
 background: #008080; /* Hintergrundfarbe 2 */
 color: #E9EBC2;/* Textfarbe 2 */
}
#logo {
 color: #E9EBC2;	
}

.td_menu, .td_logo, .td_split {
	border-bottom-color: #422100; /*  */
	border-left-color: #422100;
}
a:link, a:visited {
	color: #E9EBC2; /* Textfarbe 1 */
	text-decoration:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
html {
	overflow-y: scroll;
}

#logo {
	width: 1000px;
	font-size: 52px;
	text-align: right;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	line-height: 62px;
}
#aktuelles {
	font-weight: bold;
	text-align: left;
	font-size: 36px;
}

.td_logo {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
.td_menu {
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}

.td_split {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	text-align:right;
}
.td_aktuelles #aktuelles {
	text-align:right;
}
.td_aktuelles #termine {
	text-align:right;
	font-size: 16px;
}

.td_aktuelles #termine a:link,
.td_aktuelles #termine a:visited,
.td_aktuelles #termine a:hover {
	color: #008080;
	text-decoration:underline;
	font-weight: normal;
}

.tr_bottom {
	valign: bottom;
	text-align: right;
	line-height: 32px;
	font-size: 52px;
	font-style:italic;
}

a:link, a:visited {
	outline: none;
}

a:hover {
	font-weight: bold;
}

