

#freizeitdb .kategorien {
	padding: 0px;
	padding-left: 10px;
	margin: 5px;
	margin-top: 15px;

	background-color: #ffeed4;
	border: 2px solid #f8a014;
	-moz-border-radius: 10px;
}


#freizeitdb .title {
	font-weight: bold;
}

#freizeitdb .farbe0 {
	background-color: white;
}

#freizeitdb .farbe1 {
	background-color: #ffeed4;
}

#freizeitdb table {
	border-spacing: 0;
}

#freizeitdb th {
	padding: 10px;
}

#freizeitdb td {
	padding: 5px;
	vertical-align: top;
}

#freizeitdb img {
	border: 0;
}

#freizeitdb .stunde {
	padding-left: 20px;
}

#freizeitdb hr {
	border: 0;
	height: 1px;
	color: #c5e2ef;
	background-color: #c5e2ef;
}

#freizeitdb .indent {
	margin-left: 5px;
}

#freizeitdb .bold {
	font-weight: bold;
}

#freizeitdb .center {
	text-align: center;
}

#freizeitdb .right {
	text-align: right;
}

#freizeitdb h1, #freizeitdb h2 {
	margin: 0px;
}

#freizeitdb .trennlinie {
	border-bottom: 1px dotted lightgrey;
}

#freizeitdb .kategorieImage {
		max-width: 250px;
		max-height: 85px;
}


/*------------------Menü-Leiste----------------*/

#freizeitdbMenu {
	margin: 5px;
	padding: 10px;
	border-top: 1px dotted lightgrey;
	border-bottom: 1px dotted lightgrey;
}

#freizeitdbMenu .MenuButton {
	width: 20%;
	float: left;
	text-align: center;
}

#freizeitdb .searchVon {
	width: 60px;
}

#freizeitdb .searchBis {
	width: 60px;
}

#freizeitdb .searchOrt {
	width: 100px;
}

#freizeitdb .searchCRGkennziffer {
	width: 35px;
}

/*----------------- Detail-Eintrag ----------- */

#freizeitdb .termin {
	background-color: #ffeed4;
	border: 1px solid #f7a013;
}

#freizeitdb .terminImage {
	max-width: 300px;
}

#freizeitdb .terminTitel {
	color: white;
	background-color: #f7a013;
	font-size: 14pt;
	font-weight: bold;
}

#freizeitdb .terminKeyword {
	font-weight: bold;
}

#freizeitdb .terminAnmeldeLink {
	font-weight: bold;
}




/*----------------- CRG-Seite -----------------*/

#crgTermine table {
	border-spacing: 0;
}


#crgTermine .CRGtitel {
	background-color: #003366;
	text-align: left;
	color: white;
}


#crgTermine .CRGcolumnKuerzel {
	width: 50px;
}
#crgTermine .CRGcolumnFreizeit {
	width: 350px;
}
#crgTermine .CRGcolumnVon {
	width: 60px;
}
#crgTermine .CRGcolumnSpace {
	width: 10px;
}
#crgTermine .CRGcolumnBis {
	width: 60px;
}


#crgTermine .CRGrowFarbe0 {
}
#crgTermine .CRGrowFarbe1 {
	background-color: #dddddd;
}

