@charset "utf-8";

/* **************************************************************************************** BASIC LAYOUT */

div#header {
  background:url('/tl_files/img_layout/header_en.jpg') no-repeat;
}

div#footer_img {
  background:url('/tl_files/img_layout/footer_en.jpg') no-repeat;
}

/* ************************************************************************************* EXTENDED LAYOUT */

div#disclaimer {
   width:900px;
   height:350px;
   padding:30px 50px 0 60px;
   overflow:auto;
}

div#history div.ce_text { width:425px; }

div#overview {
   width:925px;
   height:375px;
   overflow:auto;
}

div#overview, div#news-lesen { padding:30px 0 0 60px; }
div#overview div.layout_short { margin:0 0 18px 0; }

/* ************************************************************************************* EXTENDED STYLES */

div#disclaimer div.ce_text p { margin:0 0 12px 0; }
div#disclaimer div.ce_text h3 { margin:0 0 4px 0; }

div#disclaimer div.ce_text h3 {
    font-size:0.6em;
    line-height:1.8em;
    margin:25px 0 0 0;
}

div#disclaimer div.ce_text p {
    font-size:0.6em;
    line-height:1.8em;
    margin:0;
}

div.gianna { margin:0 0 0 25px; }

/* news übersicht */

div#overview div.mod_newslist h2 a {
  font-size:18px;
  line-height:22px;
  font-weight:bold;
}

div#overview div.mod_newslist h2 { margin:0 0 5px 0; }
div#overview div.mod_newslist p.info { font-weight:bold; }

div#overview div.mod_newslist p.teaser,
div#overview div.mod_newslist p.info,
div#overview div.mod_newslist p.more { margin:0; }

/* text wieder schwarz */
div#overview a, div#mod_newslist a { color:#000; }
div#overview p.more a { color:#000090; }
div#overview p.more a:hover { color:#000; }


