/** **********************************************************************
* CSS für das tcms Content Management System
* Beinhaltet grafische Formatierungen und Positionierungen der Doubleclick
* Rahmen. 
* ACHTUNG! Diese Datei nicht verändern! Sie wird bei updates automatisch 
* überschrieben.
*
* @CSS_Hack Tanteks Boxm modell hack. Schliesst IE<6 aus
* voice-family: "\"}\"";voice-family:inherit;
* 
* @CSS_Hack Selektor hack. Schliesst IE bis 6 aus
* body>html ELEMENT {}
*
* @author Christian Asche <ca@christian-asche.com>
* @since 09.03.2005 21:54:26
*/
.tcms_editable{
	border: 1px dotted #F99;
}
.tcms_label{
	background-color:#FCC;
	font-size:10px;
	color:#000;
	font-weight:bold;
}
.tcmsmodul{
	border: 1px outset #CCF;
	margin:5px;
}
.tcms_modul_label{
	background-color:#CCF;
	font-size:10px;
	color:#000;
	font-weight:bold;
}

#tcms_adminblock{
	font-size:10px;
	text-align:right;
	position:absolute;
	top:70px;
	right:0px;
	z-index:999;
	width:201px;
	height:131px;
	border:1px inset #000;
	background-color:#FFF;
	background:url(tcms.php?streamAsset=dGNtc19sb2dvLmdpZg==);
	color:#000;
}

.tcmsPager{
	background:#996666;
	border:1px solid #a3adad;
	margin: 2px 0 2px 0;
	padding:2px;
}
.tcmsPager span{

}
.tcmsPager a{
text-decoration:none;
	color:#000;
	background:#a3adad;
}
.tcmsPager a.highlight,.tcmsPager a:hover{
	
	font-weight:bold;
	background:#996666;
}

/* Bildergalerie *************************************************** */
.tcms_thumbnail_float{
	padding:	5px;
	margin:		5px 5px 5px 0;
	float:		left;
	background:	#FCFCFC;
	border:		1px solid #CCC;
}