h1,h2,h3,h4,h5,h6,pre,code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

body {
	/*font-family: Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, Trebuchet MS, Tahoma, sans-serif; 
	font-size: 12px;
	color: black;
	background-color: white;
	background-image: url("/framework-WEB/WEB-Buchung/pic/wasserzeichen_sb24.jpg");
}

input[type=text], input[type=password], textarea {
	border-style: inset; 
	}

#contentBox {
	overflow: auto;
	border: 0px solid black;
}

#contentBox a,#contentBox a:hover,#contentBox a:visited {
	color: black;
	text-decoration: none;
}

body #website #contentBox.paddingContent {
	padding: 10px 0px 10px 0px;
}

a,a:VISITED,a:HOVER,a:ACTIVE {
	color: rgb(110, 110, 110); /*Dunkegrau*/
	text-decoration: none;
}

/* Fehler-Meldungen in ContentBox */
#error,#message {
	visibility: hidden;
}

#message {
	color: green;
}


/* Darstellung BuchungDivision*/
#divisionheader {
	
}

#divisionpic {
	float: left;
	width: 15%;
	padding-left: 5px;
}

#divisiontext {
	float: left;
	width: 55%;
}

#divisiondatepicker {
	float: right;
	width: 20%;
	background-color: white;
	color: black;
	border: 1px solid rgb(240, 240, 240); /*Hintergrundgrau*/
	margin: 0px 10px 0px 0px;
}

#divisiondatepicker table,#divisiondatepicker tr,#divisiondatepicker td,#divisiondatepicker tbody,#divisiondatepicker a
	{
	border: 0px solid white;
	padding: 0px;
	margin: 0px;
	border-collapse: separate;
	border-spacing: 0px;
}

#divisiondatepicker td {
	text-align: right;
}

.grey {
	background-color: rgb(198, 198, 198); /*hellgau*/
	color: black;
}

#divisiondatepicker .offset a {
	color: rgb(198, 198, 198);
}

#divisiondates {
	clear: both;
}

.payed {
	background-color: rgb(157, 157, 157);/*Mittelgau*/
}

.free,.selected {
	background-color: rgb(158, 182, 94); /*Grün frei*/
}

.time {
	background-color: rgb(157, 157, 157); /*Mittelgau*/
	width: 30%;
}

.site {
	background-color: rgb(110, 110, 110);	/*Dunkegrau Überschrift Platz(Tennis)*/
	color: white;
	font-weight: bold;
}

.res {
	background-color: #fc0; /*Gelb*/
}

#contentBox td.res a {
	color: rgb(110, 110, 110);
}

.busy {
	background-color: rgb(189, 10, 35); /*Rot*/
}

.abo,.today {
	background-color: rgb(189, 10, 35); /*Dunkelrot*/
}

.card,.today {
	background-color: rgb(224, 150, 5); /*Orange*/
}

.eb {
	background-color: #fc0; /*Gelb*/
}
.free, .selected, .time, .res, .busy, .abo, .card, .eb, .today, .payed {
	text-align: center;
	color: white;
}

#contentBox td.free a,#contentBox td.selected a,#contentBox td.time a,#contentBox td.busy a,#contentBox td.eb a,#contentBox td.abo a,#contentBox td.card a,#contentBox td.today a,#contentBox td.payed a {
	color: white;
}

/* Darstellung PreisListe */
#list {
	margin: 20px auto;
}

#list table {
	border-color: white;
	vertical-align: middle;
}

/* Darstellung Home */
#home {
	margin: 20px 20px 20px 20px;
}

/* Darstellung BuchungProvider.jsp */
#ajaxResponse {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 999;
	display: block;
}


#agb {
	overflow:	auto;
	border:	1px solid white;
	max-height:	355px;		
}
	

/* customerSelection.jsp */
.customerTable { 
	/*border-style: none;*/
	border-collapse: collapse;
	left: 10%;
}

.tableRowEven {
	background-color: rgb(198, 198, 198);	/*Hellgrau*/
}

th {
	background-color:  rgb(110,110,110);	/*Dunkegrau*/
	text-align:  left;
	color: white;
}

/* tpf, rmb: */
.line_top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
}

.line_bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgb(157,157,157);	/*Mittelgau*/
	border-right-color: rgb(157,157,157);	
	border-bottom-color: rgb(157,157,157);	
	border-left-color: rgb(157,157,157);	
}

/* Bilder der Sponsoren bekommen einen Abstand nach unten*/
#category2 img, #category3 img {
	margin-bottom: 2px;	
	border: 1px solid rgb(198,198,198);
}

.sport24{
	color: rgb(110,110,110); /* dunkelgrau*/
}

.buchung {
	color: rgb(189,10,35); /*rot*/
}

.mgl {
	color: rgb(189,10,35); /*rot*/
	font-size: 14pt;
	font-weight: bold;
	/*text-decoration: underline, overline;*/	
}
	
/*
neue Farben
	color:	rgb(110,110,110);	/*Dunkegrau
	color:	rgb(157,157,157);	/*Mittelgau
	color:	rgb(198,198,198);	/*Hellgrau
	color:	rgb(240,240,240);	/*Hintergrundgrau
*/
/*
Farben:
	hell blau:		#69c;
	blau:			#47a;
	dunkel blau:	#258;
	
	gelb:			#ff0;
	dunkel gelb:	#fc0;
	
	orange:			#df8713;
	
	rot:			#c96;
	dunkel rot:		#c66;
	
	gruen: 			#9c6;
*/

body div#body div.paddingContent div.contentStatistik table tr {
	height: 70px;
	}
body div#body div.paddingContent div.contentStatistik table tr td table tr {
	height: auto;
	}
	
/* SEO-Texte unsichbar */
div#site-description { display:none;}
