/* CSS - allgemeine Bestimmungen des Layout */

/* allgemeiner Hintergrund */
body {
	background-color: #FDF8BF;/*#FDF8E7; /*#DBDADE; /* Hintergrundsfarbe */
}

/* Hauptbox - Inhalt der Website */
#hauptbox {
	margin: 10px 10px 10px 10px; /* Abstand zum Nachbarelement: top, right, bottom, left */
	padding: 5px 0px 5px 0px; /*Innenabstand: top, right, bottom, left */
	/*background-color: #EED6AF; /*  */
	background-image: url("Bilder/sand1.jpg"); 
	border: 2px solid #ffffff; /* Umrandung width, style, color */
}

#hauptbox h1 {
	text-align: center;	/* Textausrichtung */
	color: #000000; 	/* Textfarbe */
}

#hauptbox h2 {
	text-align: center;
	color: #000000;
}

#hauptbox h3 {
	text-align: center;
	color: #000000;
}

/* Eigenschaften von Paragraphen in der Hauptbox */
#hauptbox p {
	padding-left: 10px;
	color: #000000; /*#101099;*/
	text-align: center;
}

/*Eigenschaften von Tabellen in der Hauptbox*/
#hauptbox table {
	/*font-weight: lighter;*/
	border-width:medium; 
	padding:15px;
}

tr {
	text-align: justify;
}

table #kalender  {
	border: 3;
	width: 100%;
	height: 100%;

}

/* Box für Überschrift */
#ueberschrift {
	margin: 0;
	padding: 0.5px;
	/*height: 150px;	/*Bildhöhe: 150px + Padding*/
	background-color: #6BC0F5;/*#60D0F0;*/
	/*background-image: url("blau.jpg");*/
}

/* Eigenschaften der Überschrift h1 in Überschriftbox */
#ueberschrift h1 {
	text-align: center; /* Textausrichtung */
	color: #ffffff; /* Schriftfarbe */
}


/* Eigenschaften für Navigationsleiste mit Rahmenabsetzung*/
#Navigation {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
}

ul#Navigation {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	/*float: left;*/
	width: 100%;
	text-align: center;
	background-color: #2F9CFB;/*#aaaaff;*/
}

ul#Navigation li {
	display: inline-block;
}

ul#Navigation li a {
	float: left;
	/*width: 120px;*/
	color: #eeeeff;
	padding: 11px 20px;
	text-decoration: none;
}

/* Eigenschaften bei überfahren eines Punktes in Navigationsleiste */
ul#Navigation li a:hover {
	background-color: #eeeeff;
	color: #2F9CFB;
}

/* Eigenschaften für Links */
a {
	text-decoration: none;
	color: #000000; /*#101099;*/
}

a:visited {
	text-decoration: none;
	/*color: #3399ff;*/
	color: #000000;/*#101099;*/
}

#aktuell {
	background-color: #eeeeff;
	
}
#aktuelleSchrift{
	color: #2F9CFB;
}

#Karte {
	margin: 0 auto;
	padding: 30px;
	/*margin-left: auto;
    margin-right: auto;
	/*vertical-align: center;*/
	display: block;
}

