@charset "utf-8";
/* CSS Document */
HTML {
	overflow:hidden;
}
BODY {
	margin:0;
	padding:0;
	background:#ededed;
	overflow:hidden;
	height:100%;
}

/* ######################################### */
/* #             Reset, Globals            # */
/* ######################################### */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:0;
}

.clr, BR {
	clear:both;
}
.red {
	color:#8d0000;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
A {
	outline:0;
	color:#000;
	text-decoration:none;
}
IMG {
	border:0;
}

DIV.sysMsg {
	width:460px;
	padding:1em 2em 2em 2em;
	margin:100px auto;
	background:#fff;
}
DIV.sysMsg UL {
	list-style-type:square;
	margin:0.5em 0 0 0;
}
DIV.sysMsg UL LI {
	margin:0 0 0 1.2em;
}
DIV.sysMsg P {
	margin:0.5em 0;
}
DIV.sysMsg A {
	color:#990000;
	text-decoration:underline;
}

/* ######################################### */
/* #              Controller               # */
/* ######################################### */
DIV#controller {
	position:absolute;
	left:0;
	top:0;
	width:240px;
	height:100%;
	background:#d4e1ef;
}
IMG#dropshadow {
	position:absolute;
	right:0;
	width:5px;
	height:100%;
	background:#ededed;
}
A#logo {
	position:absolute;
	top:0;
	left:0;
	width:1600px;
	height:86px;
	background-image:url(img/logo.gif);
	background-position:left center;
	/*background-repeat:no-repeat;*/
}
/* ######################################### */
/* #               Navigation              # */
/* ######################################### */
DIV#navigation {
	position:absolute;
	top:140px;
	left:15px;
	width:220px;
	font-weight:bold;
	color:#888888;
}
div#navigation table {
        background:transparent url(img/controller/greypixel.gif) repeat-x scroll left top;
	width:100%;
}
INPUT.searchfield {
	border:0;
	width:200px;
	color:#888888;
	background:url(img/controller/greypixel.gif) repeat-x 0 0 ;
	padding:3px 0 3px 0;
}
INPUT.searchfield:focus {
	color:#000;
}
DIV#navigation P {
	padding:3px 0 3px 0;
	background:url(img/controller/greypixel.gif) repeat-x top left;
}
DIV#navigation P A {
	color:#888888;
}
DIV#navigation P A.selected {
	color:#000;
}
DIV.scrollarea * {
	font-size:11px;
	font-weight:normal;
	color:#686868;
	line-height:13px;
}
DIV.scrollarea {
	position:relative;
	background:#f9f9f9 url(img/controller/greypixel.gif) repeat-y top left;
	overflow:auto;
	height:0;
}
DIV.scrollarea UL {
	position:relative;
	left:1px;
	top:1px;
	background:url(img/controller/greypixel.gif) repeat-x top left;
	list-style-type:none;
	padding:0;
	width:99%;
}
DIV.scrollarea UL LI {
	padding:3px 2px 3px 9px;
	border-bottom:1px solid #dddddd;
}
DIV.scrollarea UL LI.lastitem {
	border-bottom:1px solid #f9f9f9;
}
DIV.scrollarea UL LI A {
	display:block;
	clear:both;
}
DIV.scrollarea UL LI:hover { 
	background:#edebd0;
}
DIV.scrollarea UL LI.selected { 
	background:#edebd0;
}
DIV.scrollarea UL LI A SPAN {
	float:left;
}
DIV.scrollarea UL LI A U {
	font-size:10px;
	text-decoration:none;
}
DIV.scrollarea UL LI A EM {
	font-style:normal;
	float:right;
}
/* ######################################### */
/* #                Katalog                # */
/* ######################################### */
DIV#katalogzone {
	position:absolute;
	top:0;
	left:240px;
	right:0;
	bottom:0;
	overflow:hidden;
}
/* Note: top|left werden von Win.init() überschrieben */
/* Note: width|heigth werden inline überschrieben     */
DIV#flashdropzone {
	position:relative;
	top:0;
	left:0;
	width:760px;
	height:700px;
	margin:0 auto;
}
DIV#htmlzone {
	position:absolute;
	top:0;
	left:240px;
	right:0;
	bottom:0;
	z-index:10;
	background:#ededed;
	display:none;
}
DIV#fader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
	background-image:url(img/faderbg.png);
	display:none;
}
/* ######################################### */
/* #                 Table                 # */
/* ######################################### */

DIV#tablecontainer {
	position:relative;
	margin:0 auto;
	width:auto;
	height:auto;
	display:none;
}
DIV#tablebackground {
	position:absolute;
	top:15px;
	left:15px;
	background:#fff;
}
DIV#tableScroller {
	position:absolute;
	left:20px;
	top:30px;
	width:auto;
	height:auto;
	z-index:10;
	overflow:auto;
}
A#tableCloseBtn {
	position:absolute;
	right:10px;
	top:10px;
	width:17px;
	height:15px;
	z-index:20;
}
A.btnShow {
	width:44px;
	background:url(img/buttons/btn_show.gif) no-repeat;
}
A.btnDownload {
	width:28px;
	background:url(img/buttons/btn_pdf.gif) no-repeat;
	margin:0 2px;
}
A.btnDelete {
	width:17px;
	background:url(img/buttons/btn_del.gif) no-repeat;
}
A.btnShow:hover, A.btnDownload:hover, A.btnDelete:hover {
	background-position:0 -15px;
}

/* ######################################### */
/* #                Ecken                  # */
/* ######################################### */

IMG.tableEdgeTL, 
IMG.tableEdgeTR,
IMG.tableEdgeBL,
IMG.tableEdgeBR,
IMG.tableEdgeL,
IMG.tableEdgeR,
IMG.tableEdgeB,
IMG.tableEdgeT {
	position:absolute;
	display:block;
}
IMG.tableEdgeTL {
	left:0;
	top:0;
}
IMG.tableEdgeTR {
	right:0;
	top:0;
}
IMG.tableEdgeBL {
	bottom:0;
	left:0;
}
IMG.tableEdgeBR {
	bottom:0;
	right:0;
}
/* dumb ie7 png-scalebug - needs a background gif */
IMG.tableEdgeL {
	top:15px;
	left:0;
	background:url(img/tableview/edge_l.gif) repeat-y top left;
}
IMG.tableEdgeR {
	top:15px;
	right:0;
	background:url(img/tableview/edge_r.gif) repeat-y top right;
}
IMG.tableEdgeB {
	left:15px;
	bottom:0;
	background:url(img/tableview/edge_b.gif) repeat-x bottom left;
}
IMG.tableEdgeT {
	left:15px;
	top:0;
	background:url(img/tableview/edge_t.gif) repeat-x top left;
}
