﻿table1 {						/* Tabelleneigenschaften */
	width:100%;
	height:100%;
}

.style1 {						/* Hintergrundfarbe der Randzellen */
	background:#590000; 
}

.style2 {						/* Hintergrundfarbe der Inhaltszellen */
	background:#981111; 
}

.style-linksoben {
	background-position: left top;
	background-image:url('images/links-oben.jpg');
	background-repeat:no-repeat;
	background-color:#981111;
}

.style-linksunten {
	background-position: left bottom;
	background-image:url('images/links-unten.jpg');
	background-repeat:no-repeat;
	background-color:#981111;
}

.style-rechtsoben {
	background-position: right top;
	background-image:url('images/rechts-oben.jpg');
	background-repeat:no-repeat;
	background-color:#981111;
}

.style-rechtsunten {
	background-position: right bottom;
	background-image: url('images/rechts-unten.jpg');
	background-repeat: no-repeat;
	background-color:#981111;
}


.h1 {							/* Überschriften Schriftfarbe, -art, -größe */
	color: #EBE80A;
	font-family: AmbienteDB;
	font-size: 40px;
	text-align: center;
	background-color:#981111;
}

.h2 {							/* Texte Schriftfarbe, -art, -größe */
	color:#EBE80A;
	font-family:AmbienteDB;
	font-size:20px;
	text-align:center;
	background-color:#981111;
}

.h3 {							/* Text Buchungsanfrage */
	color:#ebe80a;
	font-family:AmbienteDB;
	text-align:left;
	font-size:20px;
}

a:link {						/* Linkfarbe allgemein */
	color:#ebe80a;
}

a:hover {						/* Linkfarbe beim drüberfahren */
	color:black;
}

a:active {						/* Linkfarbe aktiver Link */
	color:black;
}

a:visited {						/* Linkfarbe besuchte Links */
	color:#ebe80a;
}


