/* CSS Document für das Sport- und Wellnessbad Kelsterbach */

body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #c7d1d9;
}

h1 {
	font-size: 22px;
	color: #3b6bb5;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}

h2 {
	font-size: 18px;
	color: #3b6bb5;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 16px;
}

h3 {
	font-size: 14px;
	color: #3b6bb5;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}

h4 {
	font-size: 14px;
	color: #ff7e00;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}

h5 {
	font-size: 14px;
	color: #ff7e00;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

h6 {
	font-size: 12px;
	color: #b1b3b4;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 18px;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 1px solid #3b6bb5;
	padding: 10px;
}

fieldset legend {
	color: #3b6bb5;
	font-size: 18px;
}

input, textarea {
	border: 1px solid #3b6bb5;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}

input.noinput {
	padding: 0px;
	border: none;
}

input.button {
	font-weight: bold;
	background-color: #3b6bb5;
	border: none;
	padding-bottom: 2px;
	padding-top: 1px;
	color: #ffffff;
	height: 23px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

p, td {
	font-size: 12px;
}

a:link, a:visited {
	color: #3b6bb5;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

.bildrahmenlinks {
	border: 1px solid #3b6bb5;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 15px;
}

.bildrahmenrechts {
	border: 1px solid #3b6bb5;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 15px;
}

.bildrahmenmitte {
	border: 1px solid #3b6bb5;
	margin-top: 3px;
	margin-bottom: 3px;
}

.tableimage {
	display: block;
}

/* ZENTRIERUNG DER SEITE */
#seitenzentrierung {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 1000px;
	background-image: url(../gfx/bg_zentrierung.gif);
	background-repeat: repeat-y;
}

/* DEFINITIONEN FÜR DEN HEADERCONTAIENR */
#headercontainer {
	width: 1000px;
	height: 164px;
	background-image: url(../gfx/bg_header.jpg);
	background-repeat: no-repeat;
}

/* DEFINITIONEN FÜR DEN HEADERSLOGAN */
#headerslogan {
	float: left;
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 11px;
}

/* DEFINITIONEN DER QUICKLINKS */
#quicklinkscontainer {
	text-align: right;
	color: #3b6bb5;
	font-weight: bold;
	padding-right: 20px;
	margin-top: 12px;
	float: right;
}

#quicklinkscontainer a {
	text-decoration: none;
}

/* DEFINITION DES LOGOS */
#headerlogo {
	margin-left: 19px;
	display: block;
}

/* DEFINITIONEN DES INHALTSCONTAINERS */
#inhaltscontainer {
	width: 980px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../gfx/bg_inhaltscontainer.jpg);
	background-repeat: no-repeat;
}

/* DEFINITIONEN DES NAVIGATIONSCONTAINERS */
#spaltelinks {
	float: left;
	width: 260px;
	padding-top: 40px;
	margin-bottom: 30px;
}

/* DEFINITIONEN FÜR DIE HAUPTNAVIGATION */
#mainnavi {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 22px;
}

#mainnavi li {
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	line-height: 22px;
}

#mainnavi li a:link, #mainnavi li a:visited {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #3b6bb5;
	text-decoration: none;
	padding-left: 42px;
}

#mainnavi li a:hover, #mainnavi li a:active {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #4f0a0a;
	text-decoration: none;
	padding-left: 42px;
	background-image: url(../gfx/bg_mmlink_hover.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}

#mainnavi li.aktiv {
	border: 1px solid #ffffff;
	margin-bottom: 6px;
	padding-top: 8px;
	padding-bottom: 7px;
	background-color: #f4faff;
}

#mainnavi li.aktiv a:link, #mainnavi li.aktiv a:visited, #mainnavi li.aktiv a:hover, #mainnavi li.aktiv a:active {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #4f0a0a;
	text-decoration: none;
	padding-left: 42px;
	background-image: url(../gfx/bg_mmlink_active.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

/* DEFINITIONEN FÜR DIE SUBNAVIGATION */

li.aktiv #subnavi {
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	background-color: #f4faff;
	list-style: none;
	line-height: 18px;
	margin-bottom: -7px;
}

li.aktiv #subnavi li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

li.aktiv #subnavi li a:link, li.aktiv #subnavi li a:visited {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #3b6bb5;
	text-decoration: none;
	padding-left: 60px;
	padding-bottom: 5px;
	background-color: #f4faff;
	background-image: none;
}

li.aktiv #subnavi li a:hover, li.aktiv #subnavi li a:active {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #4f0a0a;
	text-decoration: none;
	padding-left: 60px;
	padding-bottom: 5px;
	background-image: none;
}

li.aktiv #subnavi li.aktiv {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #f4faff;
}

li.aktiv #subnavi li.aktiv a:link, li.aktiv #subnavi li.aktiv a:visited, li.aktiv #subnavi li.aktiv a:hover, li.aktiv #subnavi li.aktiv a:active {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #4f0a0a;
	text-decoration: none;
	padding-left: 60px;
	padding-bottom: 5px;
	background-image: none;
}

/* DEFINITIONEN DES CONTENTCONTAINERS */
#cmsinhalt {
	float: left;
	width: 480px;
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 50px;
	margin-bottom: 30px;
}

/* DEFINITIONEN FÜR DIE NEWSÜBERSICHT */
.anlesercontainer {
	background-image: url(../gfx/bg_anleserheader.gif);
	background-repeat: no-repeat;
	width: 480px;
	padding-top: 20px;
	margin-bottom: 5px;
}

.anlesercontainer h3 {
	width: 320px;
	float: left;
	display: block;
}

.anlesercontainer span {
	float: left;
	font-weight: bold;
	color: #3b6bb5;
	padding-left: 64px;
}

.anlesercontainer em {
	font-size: 11px;
	color: #9b9b9b;
	font-weight: bold;
	font-style: normal;
}

.anlesercontainer a:link, .anlesercontainer a:visited {
	text-decoration: none;
	color: #000000;
}

.anlesercontainer a:hover, .anlesercontainer a:active {
	text-decoration: underline;
	color: #000000;
}

/* DEFINITIONEN FÜR DIE BLÄTTERFUNKTION */
#blaettercontainer {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #9b9b9b;
}

#blaettercontainer span {
	padding-left: 15px;
	padding-right: 15px;
}

#blaettercontainer a:link, #blaettercontainer a:visited {
	text-decoration: none;
}

/* DEFINITIONEN FÜR DIE VERANSTALTUNGSÜBERSICHT */
#monatsauswahl {
	margin-bottom: 10px;
}

#monatsauswahl td {
	text-align: center;
	width: 75px;
}

#monatsauswahl td a:link, #monatsauswahl td a:visited {
	background-color: #e7f0f8;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}

#monatsauswahl td a:hover, #monatsauswahl td a:active {
	background-color: #3b6bb5;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#monatsauswahl td a.aktiv:link, #monatsauswahl td a.aktiv:visited, #monatsauswahl td a.aktiv:hover, #monatsauswahl td a.aktiv:active {
	background-color: #3b6bb5;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

/* DEFINITIONEN FÜR DIE BILDERGALERIE */

#galerietable td {
	border: 1px solid #3b6bb5;
	background-image: url(../gfx/bg_panelverlauf.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 5px;
	width: 154px;
	text-align: center;
}

#galerietable td.inhaltslos {
	border: none;
	background-image: none;
	padding-top: 8px;
	width: 154px;
	text-align: center;
}

#galerietable td .bildrahmenmitte {
	border: 1px solid #9b9b9b;
}

/* DEFINITIONEN DES PANELCONTAINERS */
#spalterechts {
	float: right;
	width: 200px;
	margin-bottom: 30px;
}

/* DEFINITION FÜR DAS SUCHPANEL */
#spalterechts #suche {
	width: 200px;
	height: 62px;
	padding-top: 33px;
	background-image: url(../gfx/bg_suche.gif);
	margin-bottom: 12px;
}

#spalterechts #suche .sucheingabe {
	margin-left: 14px;
	width: 170px;
	border: 1px solid #9b9b9b;
	display: block;
}

#spalterechts #suche .suchbutton {
	margin-left: 15px;
	border: none;
	padding: 0px;
	display: block;
	margin-top: 9px;
}

/* DEFINITIONEN FÜR DAS KALENDERPANEL */
.panelschatten {
	width: 200px;
	background-image: url(../gfx/bg_panelschatten.gif);
	background-repeat: repeat-y;
}

.panelverlauf {
	width: 195px;
	margin-left: 5px;
	background-image: url(../gfx/bg_panelverlauf.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 100px;
	padding-bottom: 5px;
}

#kalendercontainer {
	margin-bottom: 12px;
}

#monatsnavi td {
	font-size: 15px;
	font-weight: bold;
	color: #3b6bb5;
}

#monatsnavi img {
	margin-top: 3px;
}

#veranstaltungskalender {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

#veranstaltungskalender th {
	background-color: #e0e0e1;
	border: 1px solid #9b9b9b;
	text-align: center;
	width: 20px;
	color: #9b9b9b;
}

#veranstaltungskalender td {
	text-align: center;
	font-weight: bold;
}

#veranstaltungskalender td span {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
	border: 1px solid #000000;
}

#veranstaltungskalender td p {
	background-color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;
	border: 1px solid #9b9b9b;
	color: #9b9b9b;
}

#veranstaltungskalender td a:link, #veranstaltungskalender td a:visited {
	background-color: #ffffff;
	color: #3b6bb5;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
	border: 1px solid #3b6bb5;
}

#veranstaltungskalender td a:hover, #veranstaltungskalender td a:active {
	background-color: #3b6bb5;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
	border: 1px solid #3b6bb5;
}

a.allveranst:link, a.allveranst:visited {
	background-image: url(../gfx/wellen_blau_rechts.gif);
	background-repeat: no-repeat;
	background-position: 128px 5px;
	padding-right: 34px;
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
}

/* DEFINITION FÜR DEN PANELINHALT */
.panelinhalt {
	width: 175px;
	margin-left: 10px;
}

.panelinhalt .date {
	font-size: 11px;
	padding-bottom: 0px;
	color: #9b9b9b;
	font-weight: bold;
}

.panelinhalt a:link, .panelinhalt a:visited {
	text-decoration: none;
	color: #000000;
}

.panelinhalt h2 {
	padding-bottom: 0px;
	font-size: 14px;
}

.panelinhalt h2 a:link, .panelinhalt h2 a:visited {
	color: #3b6bb5;
}

/* DEFINITIOEN FÜR DAS WETTERPANEL */
#wetterkopf {
	background-color: #005FAC;
	width: 175px;
	height: 32px;
	text-align: center;
}

#wetterort {
	background-color: #e7f0f8;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	width: 175px;
	text-align: center;
}

#wetterort a {
	color: #3b6bba;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;

	display: block;
}

#wetterframe {
	background-color: #e7f0f8;
	width: 155px;
	height: 130px;
	padding-left: 10px;
	padding-right: 10px;
}

#wetterframe iframe {

	display: block;
	width: 155px;
	height: 130px;
}

#mehrwetter {
	width:175px;
	text-align: center;
	background-color: #0060ac;
}

/* DEFINITIONEN FÜR DEN FOOTER */
#footer {
	width: 1000px;
	height: 150px;
	background-image: url(../gfx/bg_footer.jpg);
}

#topanker {
	text-align: center;
	width: 900px;
	margin-left: 100px;
}

#footertext {
	float: right;
	text-align: right;
	width: 200px;
	font-size: 10px;
	font-weight: bold;
	color: #3b6bb5;
	padding-top: 45px;
	padding-right: 20px;
}

#bestellformular {
padding-bottom: 20px;
}

#bestellformular table {
border: 1px solid #4f0a0a;
background-color: #ffffff;
margin-bottom: 10px;
}

#bestellformular table th {
background-color: #C7D1D9;
color: #4F0A0A;
font-size: 14px;
padding: 5px;
border-bottom: 1px solid #4f0a0a;
}

#bestellformular table td {
border-bottom: 1px solid #A5A6A8;
padding: 5px;
}

#bestellformular table tr.summe td {
border-top: 4px solid #4f0a0a;
border-bottom: none;
font-weight: bold;
background-color: #dde3e8;
}

#bestellformular table tr.porto td {
font-weight: bold;
background-color: #eef1f4;
border-bottom: none;
}

#bestellformular table tr.gesamtsumme td {
border-top: 4px solid #4f0a0a;
border-bottom: none;
font-weight: bold;
color: #E40101;
background-color: #ffffff;
}

#bestellformular input.button {
float: right;
}



#bestaetigung table {
border: 1px solid #4f0a0a;
background-color: #ffffff;
margin-bottom: 10px;
}

#bestaetigung table th {
background-color: #C7D1D9;
color: #4F0A0A;
font-size: 14px;
padding: 5px;
border-bottom: 1px solid #4f0a0a;
}

#bestaetigung table td {
border-bottom: 1px solid #A5A6A8;
padding: 5px;
}

#bestaetigung table tr.summe td {
border-top: 4px solid #4f0a0a;
border-bottom: none;
font-weight: bold;
background-color: #dde3e8;
}

#bestaetigung table tr.porto td {
font-weight: bold;
background-color: #eef1f4;
border-bottom: none;
}

#bestaetigung table tr.gesamtsumme td {
border-top: 4px solid #4f0a0a;
border-bottom: none;
font-weight: bold;
color: #E40101;
background-color: #ffffff;
}

.error {
color: #ff0000;
}
.gbook_kommentar {
color: #ff0000;
font-style: italic;
}