/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2011, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size:100.01%; }

 /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333333;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#003a80;
    margin:0 0 1em 0;
  }

  h1 { font-size:13px; text-transform: uppercase; }
  h2 { font-size:13px; }                       
  h3 { font-size:13px; font-weight: normal; }                        
  h4 { font-size:11px; }                        
  h5 { font-size:11px; text-transform: uppercase; }                    
  h6 { font-size:11px; font-weight: normal; }                    

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height:1.2em; margin: 0 0 0 17px; }
  ul { list-style-type:square; }
  ul ul { list-style-type:square; margin-bottom:0; }

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:17px; line-height:14px; padding-bottom: 11px; }

  dt { font-weight:bold; }
  dd { margin:0 0 0.8em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height:16px; margin:0 0 1em 0; }

  blockquote, cite, q {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }
 
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }
  
  sub { vertical-align: sub; font-size: smaller; }
  sup { vertical-align: super; font-size: smaller; }

  hr {
    color:#cccccc;
    background:transparent;
    margin:0 0 14px 0;
    padding:0;
    height: 0px;
    border:0;
    border-bottom:1px #cccccc solid;
    line-height: 0;
  }

  hr.blue {
    color:#003A80;
    background:#003A80;
    margin:0 0 14px 0;
    padding:0;
    height: 0px;
    border:0;
    border-bottom:1px #003A80 solid;
    line-height: 0;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color:#003a80; background:transparent; text-decoration:none; }
  a:visited  { color:#003a80; }
  
  a.rollover { color:#333333; text-decoration: underline; }
  a.rollover:hover { color:#003a80; }
  a.small { font-size: 10px; }
  a.underline { text-decoration: underline; }
  a.bold { font-weight: bold; }
  
  a.arrow { background: url("../../images/single_arrow.png") no-repeat 0px 5px; padding-left: 10px; display: block; }
  a.arrow_left { background: url("../../images/single_arrow_left.png") no-repeat 0px 5px; padding-left: 10px; display: block; }
  a.double_arrow { background: url("../../images/double_arrow.png") no-repeat 0px 3px; padding-left: 16px; display: block; }
  a.double_arrow_left { background: url("../../images/double_arrow_left.png") no-repeat 0px 3px; padding-left: 16px; display: block; }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  a:focus { }
  a:hover,
  a:active { }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color:#c30; }
  .dimmed { color:#888; }

  .info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }

  .note { background:#efe; color:#040; border:2px #484 solid; padding:10px; margin-bottom:1em; }
  .important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
  .warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }

  .float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
  .float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
  .center { display:block; text-align:center; margin:0.5em auto; }
  
  .align-right { text-align: right; }
  .align-left { text-align: left; }
  .align-center { text-align: center; }
  .align-justify { text-align: justify; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table { width:auto; border-collapse:collapse; margin-bottom:0.5em; }
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding:0.5em; }
  thead th {  }
  tbody th {  }
  tbody th[scope="row"], tbody th.sub {  }

  tbody th { text-align:left; }
  tbody td { }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub {  }
  tbody tr:hover td {  }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

  #col3_content img { margin-top: 8px; }

  #mosaic { width: 520px; /*border-top: 1px solid #ffffff;*/ }
  #mosaic table { margin: 50px 0 50px 0; padding: 0; border: none; }
  #mosaic td { padding: 0; }
  #mosaic td.empty { width: 65px; height: 65px; padding: 0; margin: 0; }
  #mosaic td a { line-height: 0; }
  #mosaic img { margin: 0 0 0 0; }
  
  h2 span.slide_header_closed { background: url("../../images/single_arrow_down.png") no-repeat right 4px; padding-right: 18px; cursor: pointer; }
  h2 span.slide_header_opened { background: url("../../images/single_arrow_up.png") no-repeat right 3px; padding-right: 18px; cursor: pointer; }
  .hide { display: none; }
  
  .csc-textpic-caption { line-height: 14px; }
  .margin_bottom { margin-bottom: 20px; }
  
  
  #tx-powermail-pi1_fieldset_1 legend,
  #tx-powermail-pi1_fieldset_3 legend { display: none; }
  
  #tx-powermail-pi1_fieldset_2, 
  #tx-powermail-pi1_fieldset_4 { margin-top: 15px; margin-bottom: 10px; } 
  
  #tx-powermail-pi1_fieldset_2 legend, 
  #tx-powermail-pi1_fieldset_4 legend { color: #003A80; font-weight: bold; }
  
  .tx-powermail-pi1_fieldset { line-height: 1em; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html label { color: #003A80; float: left; width: 140px; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html input { width: 290px; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html select { width: 290px; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html { clear: left; margin-bottom: 5px; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html input[type="submit"] { cursor: pointer; background: url("../../images/double_arrow.png") no-repeat right 3px; padding-right: 16px; text-align: left; border: none; color: #003A80; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html .powermail_submit_uid12 { width: 94px; margin-top: 15px; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html .powermail_submit_uid26 { width: 60px; margin-top: 15px; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_10 label, .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_23 label { width: 200px; margin-top: 15px; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_10 label { font-weight: bold;}
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_10 textarea, .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_23 textarea { width: 432px; margin:5px 0 15px 0; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_11 legend, .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_24 legend { margin-bottom: 10px; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_11 input, .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_24 input { width: 20px; }
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_11 label, .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_24 label { float:none; width: 200px; margin-top: 5px; }
  
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_13, 
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_25 { margin-top: 15px; }
  
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_13 legend, 
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_25 legend { margin-bottom: 10px; }
  
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_13 input, 
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_25 input { width: 20px; }
  
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_13 label,
  .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_25 label { float:none; width: 200px; margin-top: 5px; }
  
  .tx-powermail-pi1_fieldset input[type="text"].invalid { border-color: red; }
  .tx-powermail-pi1_fieldset input[type="number"].invalid { border-color: red; }
  .tx-powermail-pi1_fieldset input[type="email"].invalid { border-color: red; }
  .error { color: red; }
    
  .user-hniprofile-pi1 .input_row label { color: #003A80; float: left; width: 140px; }
  .user-hniprofile-pi1 .input_row input { width: 290px; }
  .user-hniprofile-pi1 .input_row input[type="checkbox"] { width: 20px; }
  .user-hniprofile-pi1 .input_row .checkbox_group { width: 290px; margin-left: 140px; }
  .user-hniprofile-pi1 .input_row textarea { width: 290px; }
  .user-hniprofile-pi1 .input_row { clear: left; margin-top: 5px; }
  .user-hniprofile-pi1 .submit_row { margin-top: 15px; text-align: center; }
  .user-hniprofile-pi1 .submit_row input[type="submit"] { background: url("../../images/double_arrow.png") no-repeat right 4px; padding-right: 16px; text-align: left; border: none; color: #003A80; }
  #fachgruppen input[type="submit"] { background: url("../../images/double_arrow.png") no-repeat right 4px; padding-right: 16px; text-align: left; border: none; color: #003A80; }
  
  .tx-hnippview-pi1 div#suchbox { background: none; border: none; padding: 0; }
  .tx-hnippview-pi1 div#suchbox select { width: 295px; }
  .tx-hnippview-pi1 div#suchbox #floatleft { width: 145px; }
  .tx-hnippview-pi1 div#suchbox #pub_darstellung { line-height: 16px; }
  .tx-hnippview-pi1 div#suchbox #pub_darstellung select[name="order_by"] { width: 120px; }
  .tx-hnippview-pi1 div#suchbox #pub_darstellung h3 { margin-bottom: 0; }
  .tx-hnippview-pi1 input[type="submit"], .tx-hnippview-pi1 input[type="reset"] { cursor: pointer; background: url("../../images/double_arrow.png") no-repeat right 3px; padding-right: 16px; text-align: left; border: none; color: #003A80; }
  .tx-hnippview-pi1 input[type="reset"] { margin-left: 20px; }
  
  .tx-felogin-pi1 label { color: #003A80; float: left; width: 140px; }
  .tx-felogin-pi1 input { width: 298px; }
  .tx-felogin-pi1 div { clear: left; margin-top: 5px; }
  .tx-felogin-pi1 input[type="submit"] { background: url("../../images/double_arrow.png") no-repeat right 4px; padding-right: 16px; padding-left: 0; text-align: left; border: none; color: #003A80; width: 80px; }
  .tx-felogin-pi1 #submit_div { margin: 15px 0 0 140px; }
  
  
  #col3_content .news-latest-item img.news-latest-image, 
  #col3_content .news-list-item img.news-list-image { float: left; margin-top: 3px; margin-bottom: 1em; }
  
  .news-latest-item p a, 
  .news-list-item p a, 
  .news-marginal-item p a { background: url("../../images/single_arrow.png") no-repeat 0px 5px; padding-left: 10px; }
  
  .news-latest-item h2 a, 
  .news-list-item h2 a { color: #333333; }
  
  .news-latest-item p, 
  .news-latest-item h2, 
  .news-list-item p, 
  .news-list-item h2 , 
  .news-list-item table { margin-left: 175px; }
  
  .news-marginal-item img { margin-bottom: 5px; }
  .news-marginal-item .news-marginal-more { text-align: right; }
 
  .news-list-item table { width: 264px; margin-bottom: 1em; }
  .news-single-item table { width: 440px; margin-bottom: 1em; }
  .news-list-item table td,
  .news-single-item table td { padding-top: 0; padding-bottom: 0; }
  .news-list-item table td.col1,
  .news-single-item table td.col1 { width: 65px; font-weight: bold; padding-left: 0; vertical-align: top; }
  .news-list-item table td.col2, 
  .news-single-item table td.col2 { padding-right: 0; }
  
  #col3_content .news-single-item img.news-single-image { float:left; margin-top: 3px; margin-right: 10px }
  .news-single-item .news-single-files a { padding: 0 10px 0 5px; }
  .news-single-item ul { margin-bottom: 1em; }
  .news-single-item .news-single-img { margin-bottom: 1em; }
  .news-single-item .news-single-img .news-single-imgcaption { font-weight: bold; font-size: 13px; margin-left:175px;}
   
  .news-latest-container .news-list-browse, 
  .news-list-container .news-list-browse { text-align: center; } 

  .tx-indexedsearch .tx-indexedsearch-searchbox table { width: 100%; }
  .tx-indexedsearch .tx-indexedsearch-searchbox td { padding: 0; width: 50%; }
  .tx-indexedsearch .tx-indexedsearch-searchbox input[type="text"] { width: 280px; border: 1px solid #003A80; }
  .tx-indexedsearch .tx-indexedsearch-searchbox input[type="submit"] { cursor:pointer; text-align: right; padding-right: 16px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background: url("../../images/double_arrow.png") no-repeat center right; border: none; color: #003A80; text-transform: uppercase; }
  .tx-indexedsearch .tx-indexedsearch-res td { padding: 0; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { font-weight: bold; } 
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { font-style: italic; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-textpath { color: #003A80; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-path a { font-style: normal; color: #333333; text-decoration: underline; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info  { background: none; }
  .tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr { font-style: normal; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: #003A80; font-style: italic; }
  .tx-indexedsearch .tx-indexedsearch-whatis { margin-top: 26px; margin-bottom: 13px; }
  .tx-indexedsearch .tx-indexedsearch-browsebox { text-align: center; }
  .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox { margin: 0; }
  .tx-indexedsearch .tx-indexedsearch-browsebox li { margin: 0; padding: 0; margin: 0 3px 0 3px; }
  .tx-indexedsearch .tx-indexedsearch-browsebox li.prev { padding-left: 10px; background: url("../../images/single_arrow_left.png") no-repeat center left; margin-right: 20px; }
  .tx-indexedsearch .tx-indexedsearch-browsebox li.next { padding-right: 10px; background: url("../../images/single_arrow.png") no-repeat center right; margin-left: 20px; }
  .tx-indexedsearch .tx-indexedsearch-browselist-currentPage a { color: #333333; }
  
  .clearer { clear: both; }
  

/** Videoaufloesung für FancyPlayer **/
.Video {
       width:640px;
       height:360px;
       display:block;
}
div.fancyplayer {
  margin-bottom: 14px;
}

/** Buttons für das Publikationssuche-Plugin **/
input.pubsuche {
    background: url("../../images/double_arrow.png") no-repeat scroll 0px 3px transparent;
}


/** Submit und Reset Buttons **/

input[type="submit"], 
input[type="reset"] { cursor: pointer; background: url("../../images/double_arrow.png") no-repeat right 3px; padding-right: 16px; text-align: left; border: none; color: #003A80; }

}

/** Anpassungen für user_hni_profile **/

div.user-hniprofile-pi1 div.item_blue {
    margin-top: 8px;
}

div.user-hniprofile-pi1 input.pictureinput {
    margin-left: 140px;
}

/** Anpassungen fuer Projekte AG Schaefer **/

 .news-list-morelink {
  padding-left:5px;
}


  .softwaretechnik-news-list-item p a {
    background: url("../../images/single_arrow.png") no-repeat scroll 0 5px transparent;
    padding-left: 10px;
}
  .softwaretechnik-news-list-item h2 a { color: #333333; }
  
  .softwaretechnik-news-list-item p,
  .softwaretechnik-news-list-item h2 ,
  .softwaretechnik-news-list-item table { margin-left: 175px; }
  

  .softwaretechnik-news-list-item table { width: 264px; margin-bottom: 1em; }
  .softwaretechnik-news-list-item table td,
  .softwaretechnik-news-list-item table td.col1,
  .softwaretechnik-news-list-item table td.col2,
   
  .news-list-browse,
  .news-list-container .news-list-browse { text-align: center; }

   .softwaretechnik-news-list-item img {
    float: left;
    margin-bottom: 1em;
    margin-top: 3px;
    width:16opx;
}

.softwaretechnik-news-single-item div.news-single-img {
    width: 145px;
}

.softwaretechnik-news-single-item div.news-single-img img {
  width: 220px;
  height:auto;
}

h4.softwaretechnik-news-single-imgcaption {
  width: 440px;
  margin-top:10px;
}

.softwaretechnik-double_arrow_left {
  padding-top:20px;
}

.softwaretechnik-double_arrow_left a {
  background: url("../../images/double_arrow_left.png") no-repeat scroll 0 3px transparent;
  display: block;
  padding-left: 16px;
}

/** Anpassungen für Softwaretechnik Abschlussausarbeitungen **/
.softwaretechnik-BA_MA-single-item div.news-single-img img {
  max-width: 152px;
  height:auto;
  margin-top:0;

}
.softwaretechnik-BA_MA-single-item div.news-single-img {
    width: 152px;
    float:right;  
}
.softwaretechnik-news-list-item .more {
    float:right;
    margin-right: 10px;
    background: url("../../images/single_arrow.png") no-repeat scroll 0 5px transparent;
    padding-left: 10px;
}
.softwaretechnik-news-list-item .clearer {
  padding-top:10px;
}

/*Abstand der Listenelemente auf zweiter Ebene: */
ul li ul {
 margin-top: 11px;
}

/* Login-Button oben rechts */
div#topnav .login {
  text-align: right;
  margin-bottom: 5px;
  right: 0px;
  bottom: 0px;
  font-size: 11px;
}

div#topnav .login #logout {
  width: 30px;
  height: 30px;
  margin-bottom: -9px;
  margin-left: 5px;
}

div#topnav .login #login {
  width: 15px;
  height: 15px;
  margin-bottom: -3px;
  margin-left: 5px;
}

/* Social Buttons */
div#quick_access .socialbuttons {
  background: none;
  border: none;
  margin-top: 10px;
}

div#quick_access .socialbuttons table {
  width: 100%;
  height: 30px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  overflow: visible;
}

div#quick_access .socialbuttons tbody {
  padding: 0px;
  margin: 0px;
}

div#quick_access .socialbuttons tr {
  padding: 0px;
  margin: 0px;
  height: 30px;
}

div#quick_access .socialbuttons td {
  padding: 0px;
  margin: 0px;
  text-align: center;
  width: 25%;
  height: 30px;
  overflow: visible;
}

div#quick_access .socialbuttons img {
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 30px;
  padding: 0px;
  z-index: 10
}

div#quick_access .socialbuttons img:hover {
  margin-top: -5px;
  margin-bottom: -5px;
  width: 40px;
  height: 40px;
  z-index: 20;
}

/* Formatierung des Intranetbereichs */

div#quick_access .intranet {
  background-color: # f99e91;
  border-top: 2px solid #ff2200;
  border-bottom: 2px solid #ff2200;
}

/* erster div container fuer die Seite /ueber-uns/organisation/ - Responsive Design */
.organisationcontainer {
  min-width: 470px;
  margin: 0px 5px 0px 0px;
  clear: both;
}

.kuratorium {
  float: left;
  max-width: 145px;
  margin: 0px;
}

.orgarbsekpr {
  float: left;
  max-width: 150px;
  min-width: 140px;
  margin-top: 10px;
}

.organisationimg {
  float: left;
  padding: 0px 8px 0px 0px;
}

.organisationdivlinks {
  float: left;
  min-width: 230px;
  margin: 15px 5px 0px 0px;
  position: relative;
}

.organisationprechts {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px 10px;
  max-width: 125px;
  min-width: 125px;
}

/* fuer Elemente die erst ab einer bestimmten Aufloesung angezeigt werden sollen */
.rahmen-hidden {
    display: inline;    /* default */
}
