.uebersicht
{
   background-color: #EFEFEF;
   border-width: 0px;
   /*border-top-width: 2px;  
   border-bottom-width: 2px; */
   margin: 2px;
   border-style:solid;
   border-color: #000000;
}
.pagetop
{
   text-align:right; 
}
.titelrot {
	font-size: 15px;
	color: #990000;
}

input:focus, select:focus {
  outline-width: thin;
}

@media print {
  #navigation-tools { display:none; }
  #header-wrap { position: static; }
}
br.br_hidden {
	display:none;
}
/**	content::screen02::previews_anno_plus **/
#prevws>div { display: none; }
.prevws div { /*min-height: 275px; */min-width: 165px; padding: 4px; margin: 4px; float: left; text-align: center; }
.prevws>div img { height: 225px;   }
.prevws>h2>img { margin-left: 5px; height: 11px; border: 1px solid #e1e1dd; }
.prevws>h2:hover { cursor: pointer; }

#qdiv {
	height: 22px;
	color: inherit;
	background-color: #efefef; /*#dce2e5;*/
	border-bottom: 1px solid #b7422f;
	padding-left: 24px;
}
#qdiv table {
	width: 100%;
	border-spacing: 0px;
	height: 20px;
}

#qdiv table tr {
	vertical-align: middle;
}

#qdiv table td {
	font-size: 12px;
	line-height: 14px;
	padding-top: 0px;
}
#qdiv table td a {
    text-decoration: none !important;
    color:#000;
}
#qdiv table td a:hover {
    text-decoration: none;
    color: #B7422F
}

#qdiv form select {
	font-size: 11px;
       max-width: 160px;
}

#qnav {
	width: 424px;
}

.qlink {
    text-align: center;
}

.qlink a {
    color: #000;
    font-weight: bold;
}

.qlink a:hover {
    text-decoration: none;
    color: #B7422F
}

.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 424px;
}

#tools-media-issue-chapter a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}

/* mit overlay-arrows navigieren */
#content.view-detail { position:relative; z-index:1; text-align:center; }  
#leftArrowD { position:absolute; left:0px; top:0px; height:100%; width:33%; z-index:9; opacity:0; }
#rightArrowD { position:absolute; right:0px; top:0px; height:100%; width:33%; z-index:9; opacity:0; }
#leftArrow, #rightArrow { top:45%; position:fixed; width:50px; }
#leftArrowD:hover, #rightArrowD:hover { cursor: pointer; }
