body {
	color: rgb(255, 255, 204);
	background-color:rgb(0, 51, 0);
}
a:link {
	color: rgb(255, 255, 204);
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: cyan;
}
a:hover {
	color: rgb(255, 255, 204);
	text-decoration: underline;
	font-weight: bold;
}
a:active {
}
a:focus {
	color: rgb(255, 255, 204);
	text-decoration: underline;
	font-weight: bold;
}

.tabelleHellGruen {
	text-align: left;
	background-color: rgb(51, 102, 51);
}
.absatzMitte {
	text-align: center;
}

.classTourDirektNavigation {
	background-color: #ffffff;
	color: rgb(51, 102, 51);
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	left: 5px;
	width: 150px;
	top: 5px;
	bottom: 5px;
}

.classTourBildAnzeige {
	background-color: #ffffff;
	color: rgb(51, 102, 51);
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	left: 170px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}

.classTourBildAnzeigeUeberschrift {
	color: #000000;
	position: relative;
	left: 5px;
	right: 5px;
	height: 20px;
	text-align: center;
}

.classReservierungFehlermeldung {
	color: #3366ff;
}

.classAnzeige {
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	font-family: sans-serif;
	color: black;
	background-color: rgb(51, 102, 51);
	width: 400px;
	position: relative;
}

.classDatum {
   background-color: #336633;
   border-bottom-color: silver;
   border-left-color: silver;
   border-right-color: silver;
   border-top-color: silver
}
.classBeschreibung {
   background-color: #336633;
   border-bottom-color: silver;
   border-left-color: silver;
   border-right-color: silver;
   border-top-color: silver;
   font-size: large;
   font-style: italic
}
.classAbschicken {
	 text-align: center;
	 background-color: #336633;
   font-size: large;
   font-style: italic
}
.startContact {
	padding: 5px;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	font-style: italic;
	font-size: small;
	text-align: center;
}
.contactContact {
	padding: 10px;
	font-style: italic;
	font-size: large;
	text-align: center;
}

.managementMenu {
	color: rgb(255, 255, 204);
	background-color: rgb(0, 51, 0);
	position: absolute;
	top: 10px;
	bottom: 10px;
	width: 240px; 
	padding: 5px;
}

.managementContent {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 280px;
	right: 10px;
	padding: 5px;
	color: rgb(255, 255, 204);
	background-color: rgb(0, 51, 0);
}

.menu_topic {
	padding: 5px;
	border-style: double;
	border-width: 1px 1px 3px 1px;
	font-style: italic;
	font-size: x-large;
	font-weight: bolder;
	text-align: center;	
}

.menu_entry {
	padding: 15px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	font-style: italic;
	text-align: center;
}

.contentTopic {
	padding: 15px;
}
