@charset "utf-8";
/*v1.2 jan-henning.raff@tu-dresden 2008-05-28*/

/* gleicher zeilenabstand in mittlerer spalte (auch ausserhalb von <p>) */
.documentContent {line-height: 1.5em;}

/* kennzeichnung von links */
.documentContent a:link, td#portal-column-two .portletContent a:link {border-bottom:1px solid #ddd;}
.documentContent a:visited, td#portal-column-two .portletContent a:visited {border-bottom:1px solid #ddd; color:#9E7272;}
.documentContent a:hover, td#portal-column-two .portletContent a:hover{border-bottom:1px solid #ddd; text-decoration:none; background-color:#eee;}
.documentContent a:active, td#portal-column-two .portletContent a:active{border-bottom:1px solid #ddd;}

/* ausnahmen: lupe in bildunterschrift, link nach oben */
.documentContent .bildUnterschrift a {border:none; background-color:transparent; background-image:none; padding:0;}
.documentContent a.anchortotop {border:none; background-image:url(arrowUp.gif); background-repeat:no-repeat; padding:0 0 0 13px;}
.documentContent a.anchortotop:link {}
.documentContent a.anchortotop:visited {}
.documentContent a.anchortotop:hover {text-decoration:none; background-color:transparent;}
.documentContent a.anchortotop:active {}

/* externe links ->http = http:// und https:// */
.documentContent a[href^="http"],
td#portal-column-two .portletContent a[href^="http"] {
	background-image:url(externallink.gif);	background-position:0% 50%; background-repeat:no-repeat; 
	padding:0 0 0 10px; 
}
/* trigger hasLayout fuer IE7, damit margin-left:-10px funktioniert (s.u.) */
*+html .documentContent a[href^="http"],
*+html td#portal-column-two .portletContent a[href^="http"] {
	zoom:100%;
}
/* interne links */
.documentContent a[href*="tu-dresden.de"], 
td#portal-column-two .portletContent a[href*="tu-dresden.de"], 
.documentContent a[name="documentContent"] {
	background-image:url(1px_transparent.gif); padding:0; 
}

/* reset hasLayout for IE7 */
*+html table#portal-columns .documentContent a[href*="tu-dresden.de"], 
*+html table#portal-columns td#portal-column-two .portletContent a[href*="tu-dresden.de"], 
*+html table#portal-columns .documentContent a[name="documentContent"] {
	zoom:normal;
}

/* bei verlinkten bilder <a><img ... soll externer-link-pfeil nicht erscheinen!*/
/* fuer IE7 zusaetzlich trigger hasLayout s.o. */
.documentContent a[href^="http"] img, 
td#portal-column-two .portletContent a[href^="http"] img {margin-left:-10px;}

.documentContent a[href*="tu-dresden.de"] img,
td#portal-column-two .portletContent a[href*="tu-dresden.de"] img, 
.documentContent a[name="documentContent"] img {margin-left:0;}

/* links auf dateien */
.documentContent a[href$=".pdf"], td#portal-column-two .portletContent a[href$=".pdf"] {background-image:url(icon_file_pdf.gif); background-position:100% 50%; background-repeat:no-repeat; padding:0 16px 0 0;}
.documentContent a[href$=".doc"], td#portal-column-two .portletContent a[href$=".doc"] {background-image:url(icon_file_doc.gif); background-position:100% 50%; background-repeat:no-repeat; padding:0 16px 0 0;}
.documentContent a[href$=".ppt"], td#portal-column-two .portletContent a[href$=".ppt"] {background-image:url(icon_file_ppt.gif); background-position:100% 50%; background-repeat:no-repeat; padding:0 16px 0 0;}
.documentContent a[href$=".xls"], td#portal-column-two .portletContent a[href$=".xls"] {background-image:url(icon_file_xls.gif); background-position:100% 50%; background-repeat:no-repeat; padding:0 16px 0 0;}

/* IE7 hindern, dass er Links mit Icon umbricht. */
*+html .documentContent a[href^="http"], 
*+html td#portal-column-two .portletContent a[href^="http"],
*+html .documentContent a[href$=".pdf"],
*+html td#portal-column-two .portletContent a[href$=".pdf"], 
*+html .documentContent a[href$=".doc"], 
*+html td#portal-column-two .portletContent a[href$=".doc"], 
*+html .documentContent a[href$=".ppt"], 
*+html td#portal-column-two .portletContent a[href$=".ppt"], 
*+html .documentContent a[href$=".xls"], 
*+html td#portal-column-two .portletContent a[href$=".xls"] {white-space:normal;}

*+html .documentContent a[href*="tu-dresden.de"], 
*+html td#portal-column-two .portletContent a[href*="tu-dresden.de"], 
*+html .documentContent a[name="documentContent"] {white-space:normal;}

/* keine Icons in Links (z.B. <a href="doku.pfd" class="noIcon"><img..>) anzeigen */
.documentContent a.noIcon, td#portal-column-two .portletContent a.noIcon {padding-right:0;}
.documentContent a[href^="http"].noIcon img, td#portal-column-two .portletContent a[href^="http"].noIcon img {margin-left:0;}

/* padding wiederherstellen fuer html_box/portlet_overview edit button */
.documentContent .portletClose a {padding:8px 9px;}


/*hervorhebung durch hg-farbe "abstract"*/
.abstract_box {display:block; background-color:#e5ebf2; padding:0.25em 0.55em 0.55em;}

/*flash video*/
.documentContent embed {background-color:#eee;}

/* social bookmarking javascript links in documentActions */
a.socialbookmark img{padding-bottom:1px;}

/* fuer Epoz PopUp */
table#epoz_other_formats {width:100%;}
table#epoz_other_formats td {vertical-align:top;}
table#epoz_other_formats pre {font-size:100%; line-height:90%;}

/*epoz toolbar*/
#ToolBar_text span.looks_like_link, #EpozToolbar span.looks_like_link {cursor:pointer; cursor:hand; color:#4e647e; border-bottom:1px solid #ddd;}
#ToolBar_text span.looks_like_link:hover, #EpozToolbar span.looks_like_link:hover {background-color:#eee; border-bottom:1px solid #ddd;}
