/*

	Domotex Stylesheets
	
	.navigationsleiste .selected background: #F58233;
	.navigationsleiste .selected color: #000000;

*/

/* ### MESSEPLANER -> WIRD AUCH FÜR DIE TREFFERLISTEN DER SUCHE BENÖTIGT ### */

.datum {
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	line-height: 19px;
}

/*HORIZONTALE NAVIGATIONSLEISTE*/
.navigationsleiste {
	background-color: #666666;
	height: 19px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	line-height: 19px;
}
.navigationsleiste A {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navigationsleiste A:hover {
	color: #ffffff;
	text-decoration: none;
}
.navigationsleiste DIV {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.navigationsleiste .selected {
	background-color: #F58233;
}

.navigationsleiste .selected A {
	color: #000000;
}

.navigationsleiste .selected A:hover {
	color: #000000;
}

/*LISTENFUNKTIONEN -> Z.B. SORTIERUNG*/
.listenfunktionen {
	height: 30px;
}
.listenfunktionen P {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}

.rechterframe {
	padding-left: 1px;
}

/*LISTE -> Z.B. AUSSTELLERLISTE*/
.liste {
	background-color: #E9E9E9;
}
.eintrag {
	border-bottom: 1px solid #FFFFFF;
}
.eintrag TD { 
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.eintrag P { 
	padding-top: 5px;
}
.eintragS {
	background-color: #FFFFFF;
	border-right: 1px solid #E9E9E9;
}

/*DETAILANSICHTEN*/
.reiter TD {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #EEEEEE;
	text-align: center;
	line-height: 19px;
	padding-left: 10px;
	padding-right: 10px;
}
.detailfunktionen {
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}

.details {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 15px;	
}
.details P {
	padding-top: 5px;
}
.details TD {
	line-height: 15px;
	vertical-align: top;
}
.details LI {
	padding-bottom: 5px;
}

/*TABELLE IN DRUCKANSICHT*/
.text TD {
	line-height: 15px;
}

/*STARTSEITE*/
.linkespalteStartseite {
	width: 200px;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
}
.mittlerespalteStartseite {
	width: 280px;
	vertical-align: top;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.rechtespalteStartseite {
	vertical-align: top;
	border-left: 1px solid #CCCCCC;
}
.navigationStartseite UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
.navigationStartseite LI {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

/*KALENDER*/
.navigationKalender {
	margin-bottom: 0px;
}
.navigationKalender A {
	padding: 0px;
	padding-left: 10px;
	line-height: 19px;
}
.legende {
	margin: 10px;
}
.legende LI {
	padding-left: 10px;
	border-bottom: 1px solid #E9E9E9;
	line-height: 19px;
}
.grey {
	color: #666666;
}
.tagesansicht {
	width: 530px;
	border-top: 1px solid #000000;
}
.tagesansicht TD {
	line-height: 19px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
.termin { background-color: #E9E9E9 }
.termin-angefragt { color: #FF6600 }
.termin-bestaetigt { color: 009900 }
.termin-veranstaltung{ color: 0066CC }