ul.reiter {
	display:			block;
	list-style: 		none;
}

li.reiter {
	background-color: 	#FDE1B9;
	padding:			4px;
	float:				left;
	border-right:		1px solid #FF994F;
	border-left:		1px solid #FF994F;
	border-top:			1px solid #FF994F;
	color:				#ffffff;
	font-weight:		bold;
}

.reiterVisit {
	background-color: 	#Ffffff;
	padding:			4px;
	float:				left;
	border-right:		2px solid #ffffff;
	border-left:		1px solid #FF994F;
	border-top:			1px solid #FF994F;
}

.clearBoth {
	clear:				both;
}

table.admin {
	border-spacing:		1px;
	width:				100%;
	empty-cells:		show;
	border-collapse:	seperate;
}

td.adminRow {
	background-color:	#FDF4E7;
	padding:			5px;
}

td.adminSecondRow {
	padding:			5px;
}

th.adminUeberschrift,  th.adminUeberschrift a {
	font-size:			12px;
	font-weight:		bold;
	background-color:	#FF994F;
	color:				#ffffff;
	padding:			2px;
}

h1.adminHeadline {
	text-align:			left;
	font-size:			14px;
	font-weight:		bold;
	background-color:	#FF994F;
	text-indent:		3px;
	color:				#ffffff;
	line-height:		20px;
	margin-bottom:		10px;
}

.neuerEintragButton {
	display:			block;
	margin-bottom:		5px;
}

.vorZurueck {
	display:			block;
	text-align:			center;
	margin-top:			20px;
	margin-bottom:		10px;
}

.deleteMessage {
	display:			block;
	text-align:			right;
	margin-bottom:		10px;
}

.fehlerErfolgMessage {
	display:			block;
	text-align:			center;
	font-weight:		bold;
}



/***************************** Formularformatierungen ********************************/

/* Allgemein */
form.adminForm {
	display:			inline;
}

/* Fuer den Headerbereich */
input.topInput, select.topInput {
	width:				150px;
}

table select {
	width:				133px;
}


/* Fuer Content Formulare */
.adminSubmit {
	float:				right;
	font-size:			12px;
	width:				120px;
	border:				1px solid #000000;
	background-color:	#FF994F;
	color:				#ffffff;
	font-weight:		bold;
}

.inputAdmin {
	width:				400px;
	font-size:			11px;
	font-family:		verdana, arial, helvetica, "sans serif";
}

.inputAdminReadOnly {
	display:	none;
}

.textareaAdmin {
	width:				400px;
	height:				80px;
	font-size:			11px;
	font-family:		verdana, arial, helvetica, "sans serif";
}

.textareaAdminHoch {
	width:				400px;
	height:				250px;
	font-size:			11px;
	font-family:		verdana, arial, helvetica, "sans serif";
}

/********************* Galerie Formatierungen **************************/

#adminGalerieBox {
	width:				100%;
}

#adminGalerieFormat {
   display: 			block;
   float: 				left;
   width: 				96px;
   height: 				85px;
   margin: 				7px;
   border: 				1px solid #FF994F;
   text-decoration: 	none;   
   text-align:			center;
}

.adminGalerieBild {
	display:			block;
	text-align:			center;
	margin:				8px;
}


/**************************** Tool Tip *****************************/

a.admintooltip {
	position:				relative;	
}

a.admintooltip span {
	display:				none;
}

a.admintooltip:hover span {
	top:					10px;
	position:				absolute;
	display:				block;
	border:					1px solid #FF994F;
	background-color:		#FDF4E7;
	z-index:				1;
	padding:				2px;
	color:					#5F0000;
	font-size:				10px;
	white-space:			pre;
}

