.divider {
    clear: both;
    }
.colwrapper {
    overflow: hidden;
    float: left;
    position: relative;
    margin-bottom: 20px;
    width: 100%
    }

/*
    "hot news" (i.e. start page)
 */

#hot_news {
  padding-top: 50px;
}
/*
    "breadcrumbs" (i.e. "where-am-I" path)
 */
 
#breadcrumbs {
  width: 100%;
  height: 20px;
  padding: 10px 0px 10px 0px;
  list-style-type: none;
  display: block;
}
#breadcrumbs li {
  color: #808080;
  font-size: 10px;
  font-weight: bold;
  float: right;
}
#breadcrumbs li a,
#breadcrumbs li span {
  font-size: 11px;
  padding: 4px 4px 4px 4px;
  color: #808080;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
}
#breadcrumbs li a:hover {
  font-size: 12px;
  text-decoration: none;
}
#breadcrumbs li a:before,
#breadcrumbs li span:before {
  content: "\0000BB\0000A0";
}
#breadcrumbs:after {
}

/*
    the content document - list (more than one document)
 */

#content div.document_list {
  margin: 20px 10px 10px 10px;
  padding: 10px;
  border: 1px solid #444444;
  float: left;
}
#content div.document_list:after {
  clear: both;
}
#content div.list_item {
  width: 190px;
  margin: 5px;
  float: left;
}
#content h3.list_link {
  margin: 0;
  padding: 0;  
}
#content h3.list_link a {
  font-size: 11px;
}
#content p.list_date {
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#content div.ref_doc_list {
  margin: 20px 10px 10px 10px;
  padding: 0px;
  width: 300px;
  border: 1px solid #444444;
  float: left;
}
#content div.ref_doc_list:after {
  clear: both;
}
#content div.ref_doc_list h3 {
  text-align: center;
  line-height: 25px;
  margin: 0;
  padding: 0;  
}
#content div.ref_doc_list ul {
  padding: 5px;
  float: left;
}
#content div.ref_doc_list li {
  list-style-type: none;
  margin: 0 0 10px 0;
}
#content div.ref_doc_list a {
  font-size: 11px;
}
#content div.ref_doc_list li a:before {
  content: "\0000BB\0000A0";
}

/*
    the content document - generic
 */
.document p {
  padding: 3px 0;
}

.document ol,
.document ul {
  list-style-position: outside;
  margin: 5px 0 10px 35px;
}
.document ol {
  list-style: decimal;
}
.document ul {
  list-style-type: square;
}
.document ol li,
.document ul li {
  padding-top: 3px;
}

/*
    the content document - components
 */
.document {
}
.document .main_slogan {
  font-family: Helvetica, sans-serif;
  color: #8e0513;
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 0px;
/*
  font-style: italic;
  text-decoration: underline; */
}
.document h2 {
  padding-top: 2px;
}
.document img {
  margin: 0px 20px 20px 20px;
  padding: 0;
}
.document img.bullet {
  margin: 0px 10px 0px 0px;
  vertical-align: baseline;
}

.document a.content_link {
  color:#8E0513;
  text-decoration:underline;
}

.genericwebsitedoc .main_date {
  display: none;
}

/*
    the content document - sub documents (sections)
 */
.section {
  margin-bottom: 10px;
  margin-top: 10px; 
}

.section h3.landscape_small { padding-left: 100px; }
.section h3.landscape_medium { padding-left: 160px; }
.section h3.landscape_large { padding-left: 220px; }
.section h3.landscape_auto { padding-left: 0; }
.section h3.portrait_small { padding-left: 80px; }
.section h3.portrait_medium { padding-left: 12px; }
.section h3.portrait_large { padding-left: 160px; }
.section h3.portrait_auto { padding-left: 0; }

/*
    startpage
 */
#startpage {
  padding: 20px 0 0 0;
}
#startpage h1.top_heading {
  margin: 0 0 20px 0;
  padding:0;
}
#startpage div.top_text {
  margin: 0 0 20px 0;
  padding:0;
}
#startpage .teaser_list {
  margin: 20px 0;
  width: 100%;
  background-color:#ffffff;
  position:relative;
}
#startpage .teaser_list .teaser {
  margin:0 0 -492px 0;
  padding: 8px 8px 500px 8px;
  width: 30%;
  float:left;
  border-left: 1px solid #aaaaaa;
}
#startpage .teaser_list .first {
  border-left: none;
}
#startpage .teaser_list .teaser h2 {
  margin: 0 0 5px 0;
  padding:0;
  font-size: 13px;
}
#startpage .teaser_list .teaser p {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 11px;
}

/*
    news
 */
.teaser_list {
  float: left;
  width: 70%;
}
.teaser_list .teaser {
  margin: 0px 0 25px 0;
}
.teaser_list .teaser p {
  margin: 0;
  padding: 0;
}
.teaser_list .teaser p.date {
  padding: 0;
  color: #8E0513;
}
.teaser_list .teaser h3.heading {
  margin: 0;
  padding: 3px 0;
}
.teaser_list .teaser p.more {
  padding: 3px 0 0 0;
}

.toc_list {
  float: right;
  width: 25%;
}
.toc_list .toc {
  margin: 0 0 15px 0;
}
.toc_list p {
  margin: 0;
  padding: 0;
}
.toc_list .toc p.date{
  color: #8E0513;
}
.toc_list .toc p.link{}

#news .document {
  float: left;
  width: 70%;
}

#news .genericwebsitedoc .main_date {
  display: block;
}

/*
    the stand_alone_content content
 */
#search_result h1 { padding-top: 0px; }
#search_result h2 { padding-top: 20px; }
#search_result .search_string:before {
  content: open-quote;
}
#search_result .search_string:after {
  content: close-quote;
}
#search_result .document_list ul {
  list-style: none;
  margin: 10px;
}
#search_result .document_list li {
  padding-top: 10px;
}
#search_result li a {
  font-size: 11px;
  padding-left: 4px;
  color: #808080;
  font-weight: bold;
  text-decoration: none;
}
#search_result li a:hover {
  font-size: 12px;
  text-decoration: none;
}
#search_result li a:before {
  content: "\0000BB\0000A0";
}

/*
    floating message 
 */
#floating_msg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display:none;
  z-index:1000;
  position:absolute;
  top:0px;
  left:0px;
  width:0px;
  height:0px;
  text-align:center;
  vertical-align: middle;
  border:solid 1px #000000;
  background-color:#CCCCCC;
  color:#000000;
  padding:20px;
}

/*
    imprint
 */
.imprint p {
  line-height:1.5em;
}
table.imp_contact {
  border-collapse: collapse;
  border: none;
  margin-top: 10px;
}
table.imp_contact td {
  vertical-align: top;
  padding: 2px 0 2px 0;
}
table.imp_contact td.label {
  font-weight: bold;
  padding-right: 7px;
}
table.imp_contact td.gap {
  height: 5px;
  padding: 0;
}

/*
    Sitemap 1
 */
#dirshow {
  font-size:small;
  left:1em;
  position:absolute;
  top:2em;
}
#dirshow a {
  background:#ccc;
  border:2px solid;
  border-color:#fff #999 #999 #fff;
  color:#444;
  padding:2px 3px;
  text-decoration:none;
}
#dirshow a:hover {
  background:#bbb;
  border-color:#aaa #fff #fff #aaa;
  color:#222;
}
#sitemap {
  font:normal 16px Verdana,Arial,sans-serif;
  overflow:hidden;
}
.document #sitemap ul {
  list-style:none;
  margin:0;
  padding:0;
}
#sitemap li {
  background-color:#eee;
  float:left;
  margin:0 0 -0.1em;
  min-height:1em;
  padding:.2em .4em;
  position:relative;
  width:10.2em;
}
#sitemap ul ul {
  font-size:90%;
  margin-top:-1.4em;
}
#sitemap ul ul li {
  background:#ddd;
  border-top:0.5em solid #fff !important;
  border-left:0.5em solid #66c;
  left:11.7em;
}
#sitemap ul ul ul li {
  background:#ccc;
  border-color:#9c3;
  width:11.2em;
}
#sitemap ul ul ul ul li {
  background:#bbb;
  border-color:#c93;
  width:13em;
}
#sitemap ul ul ul ul ul li {
  background:#aaa;
  border-color:#c33;
  color:#fff;
  left:13.8em;
}

/*
    Sitemap 2
 */
div#sitemap2 {
    background: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 620px;
    }
#sitemap2 ul.columns {
    padding: 0.5em;
    border: none; 
    margin: 0.45em;
    width: 180px;
    float: left;
    padding-bottom: 100em;
    margin-bottom: -99.5em;
    }
#sitemap2 ul {
    margin-left: 0;
    padding-left: 0;
    }
#sitemap2 li {
    list-style-type: none;
    margin: 3px 0;
    }
#sitemap2 ul.columns {
    background: url(/UP/I2D/static/nav_bg3.jpg) repeat-y;
    }
#sitemap2 h4 {
    color: #000; /*#fffef0;*/
    background: transparent url(/UP/I2D/static/bgOFF.gif) repeat-x top left; /*#1f88cc;*/
    padding: 1px;
    } 
#sitemap2 h4 a {
    color: #000;
    } 


/*
    Sitemap 3
 */
DIV#sitemap3 {
   padding: 1em 1.5em;
   line-height: 20px;
   }

DIV#sitemap3 LI {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
DIV#sitemap3 LI {
   background: url(/UP/I2D/static/extm.gif)
               no-repeat
               0% 0%;
   }
DIV#sitemap3 LI.last {
   background: url(/UP/I2D/static/exlm.gif)
               no-repeat
               0% 0%;
   }
DIV#sitemap3 LI a.abschnitt {
   line-height:15px;
   /* text-decoration: none; */
   background:#1f88cc; /*#eee;*/
   color: #fffef0; /**/
   padding: 2px;
   border: 1px solid #ccc;
   display:block;
   width:500px;
   }
DIV#sitemap3 LI > a.abschnitt {
   line-height:14px;
   }
DIV#sitemap3 LI a.abschnitt:hover {
   /* background:#def; */
   padding: 2px;
   border: 1px solid #9cf;
   }
DIV#sitemap3 UL {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
DIV#sitemap3 UL {
   background: url(/UP/I2D/static/exim.gif)
               repeat-y
               0% 0%;
   }
DIV#sitemap3 UL.last {
   background-image: none;
   }
