/*
-------------------------------------------
CSS Document
TCF-Statuslayer - 13.10.2005 - Version 0.9

Text:					#333333
Hintergrund: 			#E7EAED
Link normal:			#5E7589
Link hover:				#CC0000


Bilder:
-------------------------------------------
*/

/*   HTML-ELEMENTE   */

/*  DIV  */

#status{
	position: absolute;
	z-index: 100;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	width: 285px;
	border-right: 3px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 3px solid #666;
	background-color: #E7EAED;
	padding-bottom: 10px;
	text-align: center;
}

#ani_laden{
	text-align: center;
	padding: 5px;
}

/*   Kontextsensitve Formatierungen  */

#status H1{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #C00;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px 10px 3px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#status p{
	font-size: 12px;
	line-height: 15px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

#status a{
	background: url(../img/i_dpfeilrechts_gb.gif) no-repeat 0px 5px;
	font-size: 11px;
	color: #5E7589;
	font-weight: normal;
	padding-left: 12px;
}

#status a:hover{
	background: url(../img/i_dpfeilrechts_liste_r.gif) no-repeat 0px -1px;
	color: #C00;
}

/* Klassen */

.cleaner {
	clear:both;
	height: 1px;	
}

