/**************************************************/
/*
/*  Special stylesheet to extend existing styles
/*  (e.g. styles generated by the Design assistent).
/*	created on: 08-13-2007
/*	by: Ingo Dorissen (db-central)
/*	last changes: Sebastian Verweyen (db-central)
/*																			
/***************************************************/

.editPreviewStatus {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	background-color: white;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	border: 1px dotted gray;
}

.editPreviewStatusIcon {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	background-color: transparent;
	background-image: url(../_update/_images/icons/information.gif);
	background-position: right;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	padding: 0px;
	vertical-align: middle;
	text-align: right;
}

.editPreviewStatusText {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	background-color: white;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
}

#editPreviewInfo {
	display: none;
	position: absolute;
	background-color: gray;
	padding: 2px 4px 2px 4px;
	font-family: Tahoma,Arial,Verdana;
	font-size: 11px;
	color: white;
	z-index: 99999;
	white-space: nowrap;
}

#editPreviewHilite {
	display: none;
	position: absolute;
	border: 1px dotted black;
	background-color: gray;
	filter: alpha(opacity:30);
	opacity: 0.3;
	cursor: pointer;
	z-index: 99999;
}

div.quickEdit {
	background-color: transparent;
}

div.quickEditInUse {
	width: 100%;
	height: 100%;
	background-color: #FFFEA7;
}

#dbcCmsLayoutGrid {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 934px;
	height: 449px;
	display: none;
	background-color: transparent;
	background-image: url(../../../_update/_images/cmsLayoutGrid10.gif);
}

.reportingMouseOver {
	background-color: #F5F5F5;
}





/* Spezielle Anpassungen */

.contentLinkOhneAbstand .RandUmDasBild,
.contentImageOhneAbstand .contentImage,
.contentImageOhneAbstand .RandUmDasBild,
.contentLinkOhneAbstand a,
.contentLinkOhneAbstand a:link,
.contentLinkOhneAbstand a:hover,
.contentLinkOhneAbstand a:active,
.contentLinkOhneAbstand a:visited {
	margin: 0px;
	text-decoration: none;
}

.contentLink {
	padding-bottom: 4px;
}

.contentTextBlau,
.contentTextBlau p {
	color: #003366;
	margin: 0px;
}


.newsListRowText
.newsListRowText a,
.newsListRowText a:link,
.newsListRowText a:hover,
.newsListRowText a:active,
.newsListRowText a:visited {
	color: #0C0D00;
	font-size: 10px;
	text-decoration: none;

}
