body {
	FONT-FAMILY: Comic Sans MS;
	font-size: 12pt;
	font-size: 1em;
  font-size: 100%; 
	color: #333399;
	background-color: #FFFFFF;    /* #D0D8DF; */
  margin: 0;
  padding: 0;
  border: 0;
  max-height: 100%; 
}

p {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* ueberschrift in den seiten */
h1 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
	height: 50px; 
	color: #993333;
	margin-bottom: 0.5em; 
  padding: 0.5em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #993333;
	margin-bottom: 0.5em;
  padding: 0.5em;
}

img {
  border: 0;
}

body table { 
}

a:link    { font-weight:normal; color:#006699; text-decoration:underline } 
a:visited { font-weight:normal; color:#006699; text-decoration:underline } 
a:hover   { font-weight:normal; COLOR:#006699; text-decoration:underline } 
a:active  { font-weight:normal; color:#006699; text-decoration:underline } 
a:focus   { font-weight:normal; color:#006699; text-decoration:underline } 

/*---------------------------------------------*/

.hintergrundBild {
	background-image: url(Pics/PICT0126_trans.JPG);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-attachment: fixed;
	margin-left: 20px; 
	margin-right: 20px; 

?); 
}
.hintergrundBildHell {
	background-image: url(Pics/PICT0126_hell.JPG);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-attachment: fixed;
	margin-left: 20px; 
	margin-right: 20px; 
}

/*---------------------------------------------*/

/* kopfzeilen */
.kopf1 {
	text-align: center;
	background-color: #99ccff;
	height: 50px; 
}

.kopfText {
	color: #993333;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-color: #99ccff;
	height: 50px; 
}

.willkommenText {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px; 
}

.blockhausText {
	color: #993333;
	font-size: 2.0em;
	font-weight: bold;
	font-style: italic;
/*	float: right; */
}

.kleinerText {
	font-size: 0.8em;
	font-weight: normal;
}

.textBuchung {
	font-size: large;
	color: #000000;
	font-weight: bold;
}

.imgBeschreibung img {
		width: 250px;
		padding: 2px;
}

.LinkLeiste {
	background: #006699;
	color: #D0D8DF;
	font-size: 10pt;	/* LinkLeiste */
}
.LinkLeiste a:link    { font-weight:bold; color:#D0D8DF; text-decoration:none }
.LinkLeiste a:visited { font-weight:bold; color:#D0D8DF; text-decoration:none }
.LinkLeiste a:hover   { font-weight:bold; COLOR:#804c4c; BACKGROUND-COLOR: #f0efe3; text-decoration:underline } 
.LinkLeiste a:active  { font-weight:bold; color:#D0D8DF; BACKGROUND-COLOR: #6699CC; text-decoration:none }
.LinkLeiste a:focus   { font-weight:bold; color:#804c4c; BACKGROUND-COLOR: #f0efe3; text-decoration:none; }


/* Tabelle Sommerprogramm */
#Programm {
  width: 100%;
  padding: 10px;
}

#Programm * td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 20px;
}

#Programm * #Datum {
	font-size: 1.0em;
	font-weight: normal;
}

#Programm * #Zeit {
	font-size: 0.8em;
	font-weight: normal;
}

#Programm * #ProgTitel {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: underline;
}

#Programm * #Text {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}


