@charset "utf-8";
/* CSS Document */

/* **********************************************
Stylesheet zur Formatierung der Bildschirmausgabe
Wird in das zentrale CSS geladen
Datei: screen.css
Datum: 30.06.2008 
Autor: Deuringer Sascha 
********************************************** */

@media screen {

h1.admin {
	font-size: 100%;
	color: #6CBBCD;
}

/* *************************************************
*** *********** 1. Allgemeine Styles *********** ***
************************************************* */
#admin_kommentarausgabe {
	padding: 0 10px;
}
#adminrahmen {
	width: 100%;
	max-width: 1280px;
	border: solid 1px #efefef;
	margin: 0 auto;
}

/* ************************************************************** 
*** *********** 2. Styles für die  Layoutbereiche *********** ***
************************************************************** */
/* *** Kommentare *** */
.admin_kommentarausgabeheader {
	position: relative;
	display: block;
}
.admin_kommentaranzahl {
	position: absolute;
	top: 3px;
	right: 10px;
}
.admin_kommentarausgabeinhalt {
	display: none;
}
.admin_kommentarrahmen {
	margin-bottom: 15px;
}
.admin_kommentarheader {
	position: relative;
	background-color: #ddd;
	padding: 5px 10px;
}
a.admin_inaktivlink {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background: url(../../_img/verwaltung/inaktiv.png) center center no-repeat;
}
a.admin_aktivlink {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background: url(../../_img/verwaltung/aktiv.png) center center no-repeat;
}
a.admin_dellink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background: url(../../_img/verwaltung/dialog-cancel-2.png) center center no-repeat;
}
a.admin_iplink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background: url(../../_img/verwaltung/lock-5.png) center center no-repeat;
	margin: 2px 0 0 0;
}
.admin_kommentarinhalt {
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	padding: 10px;
}
.admin_kommentarfooter {
	text-align: right;
	background-color: #ddd;
	padding: 5px 10px;
}

/* **************************************************
*** *********** 3. webEdition Styles  *********** ***
************************************************** */
.admintext_inaktiv {
	color: #ccc;
}

/* *************************************************
*** *********** 4. Besondere Styles  *********** ***
************************************************* */

} /* *** Ende @media - nicht löschen! *** */

/* ***********************
*** E N D E screen.css ***
*********************** */