/* Modifikationen für Multiflex 3.12 (ufu.de) */

/* Erzwingen eines Scrollbalkens in den Geckos */
html { height: 100%; margin-bottom: 1px; }

body {background-image: url(../img/bg-body.gif);}

/* Logo im Kopfbereich anders */
.sitelogo { 
  width: 337px; 
  height:52px; 
  position:absolute; 
  z-index:1; 
  margin:15px 0 0 20px; 
  background:url(../img/UfU-Logo-de.png); 
  }
#en-page .sitelogo {
  background:url(../img/UfU-Logo-en.png); 
}
#es-page .sitelogo {
  background:url(../img/UfU-Logo-es.png); 
}
  
.sitename {
  display: none;
  }
  
.sitemessage {
  color: #888;
  }
.sitemessage h1, 
.sitemessage h2 {
  font-weight: normal;
  }
/* grafikfreie Breadcrumbs */
.header-breadcrumbs ul li {padding:0; background:none;}
.B_firstCrumb, .B_lastCrumb, .B_crumb {padding:0; background:none;}

/* allg. Klassen */
.noBorder {border: none !important;}
.main-content ul li ul li {font-size: 100%;}
.clear {clear: both; display: block;}

/* Vorschaubildchen für DirectResize 
  (html code anpassen in assets/plugins/directresize/configs/highslide.config.php */
div.gallerypic {
  float:left; 
  width: auto;
}

.bildergalerie img,
.bildergalerie p {
  float:left; 
  width: auto;
}

/* Icons für Links */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../img/icon_pdf.gif) no-repeat center right;
}
a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(../img/icon_doc.gif) no-repeat center right;
}
a[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(../img/icon_xls.gif) no-repeat center right;
}
a[href ^="mailto:"] {
   padding-right: 18px;
   background: transparent url(../img/icon_mailto.gif) no-repeat center right;
}

.main-content table {
  display: block;
  margin: auto;
}

/* Formulare */
.contactform {width:418px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);}
.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-variant: small-caps; font-size:130%;}
.contactform span { display: block; margin: 10px 10px 10px 114px;}
.contactform label {width: auto; font-size:110%; margin: 0; padding:2px;}
.contactform label.left {float:left; width:100px; margin:0 0 0 10px;}
.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.radio {margin-left: 110px; }
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {float:right; width:9.0em; margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
.errors {color: #f00; padding: 10px; border: 2px solid #000;}



/* überschreibt die Defs aus layout4setup.css für die Printversion */

@media print {

.page-container {
  border: none;
  width: 100%;
  }

.header-top {
  width:auto; 
  display: block;
  }

.sitename {
  display: block;
  width:auto; 
  position: relative; 
  margin:0; 
  }

.sitelogo,
.nav0,
.nav1,
.header-middle,
.header-bottom,
.header-breadcrumbs,
.searchform,
.main-navigation,
.main-subcontent,
.credits {
  display: none;
  }   

.main {
  clear:both; 
  width:100%; 
  background: none;
  }

.main-content {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  }
  
.column1-unit {
  width: 100%;
  float: none;
  }
  
.footer {
  clear:both; 
  display: block;
  width:100%; 
  height:3.7em; 
  padding:1.1em 0 0; 
  margin: 0;
  background:none; 
  font-size:1.0em; 
  border-top: 2px solid #666;
  }

table {
  width: auto;
  border: none;
  }

td, th {
  border: 1px solid #666;
  }

} /* Ende print */