/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/* <!-- compression status: 1 --> (this is for http compression) */
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */

body {
    background: #FFF;
    width: 98%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt !important;
    color: #000;
    padding: 0;
}

div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
.rahmen,
.rahmen_oben,
.rahmen_unten,
.rahmen_boden,
.leer,
#ou-logo,
#banner,
#emo,
#direkt_links,
#hauptnavigation,
#spalte_links,
#schalter,
#spalte_rechts,
#fb,
#impressum,
input,
.skipnav,
.adv,
.visualNoPrint {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

td#doppelspalte {
    border: none !important;
}

#portal-top .rahmen {
    background-color: #EEE;
}

ul { 
    list-style-type: square;
}

#content,
.documentDescription,
.group,
li,
.stx,
p {
    background: transparent;
    border: none ! important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding: 0 ! important;
    margin: 0 ! important;
    text-align: left;
}

.abstand_klein td p {
    font-size: 7pt;
    line-height: 90%;
}

#byline {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-style: none;
    background-image: none;
    text-align: center;
    margin-top: 15px;
}

#byline a {
    text-decoration: none;
}

#byline a:link:after, #byline a:visited:after {
   content: ": " attr(href);
   /* content: ": pressestelle@verwaltung.uni-marburg.de"; */
}

#seitenurl {
   display: block;
}

#seitenurl p {
   font-size: 8pt !important;
   border: 0.3mm solid #606060 !important;
   color: #606060;
   padding: 1mm !important;
}


p#status {
    margin-right: 30px ! important;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-weight: bold;
}

p, .documentDescription {
    margin: 1em 0 ! important;
    line-height: 1.2em;    
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table.listing, table.rahmen1,
table.listing td, table.rahmen1 td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a {
    color: Black !important;
    padding: 0 !important
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}

/*#content a:link:after, 
#content a:visited:after {
   content: " ( " attr(href) " ) ";
}*/

td#spalte_mitte {
	border-right: none;
}

/*
** disable layout
*/

#visual-portal-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

#visual-column-wrapper {
    margin: 0 !important;
    float: none !important;
}
 
#portal-column-content {
    float: none !important;
    margin: 0 !important;
}
 
#portal-column-content #content {
    float: none !important;
    padding: 0em !important;
    margin: 0 !important;
}

div#portal-columns #portal-column-content #content {
    margin-right: 8em !important;
}

#portal-organization-chart ul {
    margin-top: 8px;
    margin-bottom: 12px;
}

#portal-organization-chart .depClass span {
    padding: 0.8em 0 0.2em 0 !important;
    font-size: 10pt;
}

#portal-organization-chart li img {
    border: none;
}

#portal-organization-chart li .actionSep {
    padding: 0 4px;
}

#portal-organization-chart .navTreeItem {
    padding: 0.2em 0 0.2em 3em !important;
}

.netzdoku th, .netzdoku th p, .netzdoku td, .netzdoku td p {
    font-size: 6pt !important;
    margin: 0 !important;
    padding: 0 !important;
}

.netzdoku h1, .netzdoku h2, .netzdoku h3, .netzdoku dt {
    font-weight: bold !important;
}

.netzdoku h1 {
    font-size: 8pt !important;
}


.netzdoku h2 {
    font-size: 7pt !important;
}

.netzdoku h3, .netzdoku dt {
    font-size: 6pt !important;
}

.netzdoku var {
    font-size: inherit;
    font-style: italic;
}


.netzdoku p, .netzdoku li, .netzdoku dd, .netzdoku pre {
    font-size: 6pt !important;
}

.link-callto, .link-fax, .link-mailto, .link-pager, .link-loc , .link-clock{
    background: none;
    padding: 3px;
}

.link-callto:before {
    content: "Tel.: ";
}

.link-fax:before {
    content: "Fax: ";
}

.link-mailto:before {
    content: "EMail: ";
}


.link-pager:before {
    content: "PSA: ";
}

.link-loc:before {
    content: "Raum: ";
}

.link-clock:before {
    content: "Sprechzt.: ";
}

#people_alphabetical a:link, #people_alphabetical a:visited {
    text-decoration: none;
}

.enumerated-links ol li { 
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
