/* CSS-Datei für die dynamisch geöffneten Info-Boxen "Eibox". Das JS-Script 'eibox.js'
   verändert je nach Bedarf die Breite oder die Höhe einiger Box-Elemente - hier erkennbar 
   an der größeren Einrückungen von width oder height */

/* Formatierungen für die Bild-Eiboxen (Solche Eiboxen enthalten lediglich ein Bild) */
.eibox {
 position : absolute;
 	width : 360px;
 height : 29px;
 visibility : hidden;
}
.eibox_li {
 background : url("/pics/eiboxl.gif") top left no-repeat;
 margin : 0;
 padding : 0;
 position : absolute;
 top : 0;
 left : 0;
 width : 6px;
 	height : 250px;
 overflow : hidden;
}
.eibox_re {
 background : url("/pics/eiboxr.gif") top right no-repeat;
 margin : 0;
 padding-left : 9px;
 padding-right : 15px;
 position : absolute;
 top : 0;
 left : 6px;
  	width : 360px;
}
.eibox_lu {
 background : url("/pics/eiboxlu.gif") bottom left no-repeat;
 position : absolute;
 left : -6px;
 bottom : -1px;
 width : 6px;
 height : 250px;
 font-size : 1px;
}
.eibox_ru {
 background : url("/pics/eiboxru.gif") bottom right no-repeat;
 position : absolute;
 right : 0;
 bottom : -1px;
  	width : 0;
 height : 7px;
 font-size : 1px;
}
.content_first {
 margin-top : 40px;
}

/* Formatierungen für die Text-Eiboxen (Solche Eiboxen enthalten hauptsächlich Textinformationen, selten kleinere Bilder dazu) */
.txt_eibox_ro {
 background : url("/pics/eiboxr_txt.gif") top right no-repeat;
 margin : 0;
 padding : 0;
 width : 360px;
 position : absolute;
 top : 0;
 left : 0;
 overflow : hidden;
}
.txt_eibox_lo {
 background : url("/pics/eiboxl.gif") top left no-repeat;
 margin : 0;
 padding : 0;
}
.txt_eibox_ru {
 background : url("/pics/eiboxru.gif") bottom right no-repeat;
 margin : 0;
 padding : 0;
}
.txt_eibox_lu {
 background : url("/pics/eiboxlu2.gif") bottom left no-repeat;
 margin : 0;
 padding : 0;
}
.txt_eibox_ct {
 width : 320px;
 overflow : visible;
 margin : 0;
 padding : 40px 20px 15px 20px;
 text-align : justify;
}
.txt_eibox_ul {
 text-align : left;
}
.tbox {
margin-left : 6px;
}

/* Formatierung für beide Modelle */
.eibox_head {
 position : absolute;
 top : 0;
 left : 5px;
 	width : 303px;
 height : 21px;
 padding-top : 8px;
 font-family : Tahoma, Verdana, sans-serif;
 font-weight : bold;
 cursor : default;
}
.minbut {
 right : 29px;
}
.maxbut{
 right : 29px;
 visibility : hidden;
}
.closebut{
 right : 6px;
}
.buttons {
 position : absolute;
 top : 6px;
 width : 21px;
 height : 21px;
 padding : 0;
 margin : 0;
}
.eibox_headline {
 margin-left : 5px;
}