/* ----------------------------------------------------------- */
/* CSS lan4me Style: ps 08.01.2006                           */
/* Last Update:  11.01.2006                                    */
/* ----------------------------------------------------------- */

/* body */
/* ----------------------------------------------------------- */
body {
    background: #ffffff;
    color: #000000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
html, body {
    top:0; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}
a:link, a:visited {
    color: #0000bd;
    text-decoration: none;
}

a img {
    border-style: none;
}

/* header */
/* ----------------------------------------------------------- */
#header_container {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 80px;
    margin: 0;
    padding:0;
    background-color: #efefef;
    border: solid #0000de;
    border-width: 0 0 20px 0; /*oben, rechts, unten, links*/
    white-space: nowrap;
}
/* IE Hack - layout-corrections*/
* html #header_container {
    width: 100%;
    height: 100px;
}

#header img {
    position: absolute;
    top: 20px;
    left: 10px;
}

#header h1 {
    position: absolute;
    top: -15px;
    left: 250px;
    color: #0000de;
    padding: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
}
/* IE Hack - layout-corrections*/
* html #header h1 {
    top: 5px;
}

#header h2 {
    position: absolute;
    top: 35px;
    left: 250px;
    color: #ef0000;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}
/* IE Hack - layout-corrections*/
* html #header h2 {
    top: 50px;
}

/* menu */
/* ----------------------------------------------------------- */
#menu_container {
    position: absolute;
    top: 100px; left: 0;
    width: 170px;
    background-color: #efefef;
    border-color: #0000de;
    border-style: solid;
    border-width: 0 1px 1px 0; /*oben, rechts, unten, links*/
}

#menu_container #menu ul {
    margin: 0px;
    padding: 6px 5px 0 0;
    white-space: nowrap;
}

#menu_container #menu ul ul {
    padding-top: 0px;
}

#menu_container #menu li {
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 8px;
}

#menu_container #menu ul ul.submenu li {
    font-size: 13px;
    font-weight: normal;
    padding-left: 13px;
}

#menu_container #menu ul li #selected {
    color: #0000bd;
}

#menu_container #menu ul ul.submenu li #selected {
    font-weight: bold;
    color: #0000bd;
}
#menu_container #menu ul ul.submenu li #active {
    font-weight: bold;
    color: #0000bd;
}

#menu_container #menu li#active {
    text-decoration: none;
    color: #000000;
}

#menu_container #menu a:link, #menu_container #menu a:visited {
    text-decoration: none;
    color: #000000;
}


#menu_container #menu ul ul.submenu a:link, #menu_container #menu ul ul.submenu a:visited {
    text-decoration: none;
    color: #000000;
}

#menu_container #menu a:hover, #menu_container #menu ul ul.submenu a:hover, #content a:hover {
    color: #ef0000;
    border-bottom:1px solid;
    border-top:1px solid;
    border-color: #ef0000;
    text-decoration: none;
}

#content a:hover img{
    border: none;
}

#menu {
    padding-bottom: 20px ;
}

#copy {
    padding: 0.8em 0.8em 0.8em 0.8em;
    font-size: 12px;
    font-style: italic;
    color: #7f7f7f;
    border-color: #0000de;
    border-style: solid;
    border-width: 1px 0 0 0;

}

/* content_container */
/* ----------------------------------------------------------------- */
#content_container {
    margin: 0;
    padding-top: 100px;
    padding-left: 180px;
    padding-right: 10px;
    padding-bottom: 3em;
    font-size: 15px;
    line-height: 1.5em;
    max-width: 800px;
}

/* rightcontent */
#rightcontent {
  max-width: 260px;
  float:  right; 
  padding : 5px 0px 5px 5px; /* oben, rechts, unten, links */
  margin: 5px 0px 5px 5px; 
}

/* rootline */
#rootline {
    color: #ffffff;
    position: absolute;
    top: 78px;
    left: 175px;
    padding: 0px;
    font-size: 13px;
    white-space: nowrap;
}

#rootline a {
    color: #ffffff;
    text-decoration: underline;
}

/* content */
#content {
  position : static;
  padding : 5px 5px 5px 5px;
  margin : 5px 5px 5px 5px;
}

.contenttable {
  border: 1px solid #0000de;
  background-color: #efefef;
}

.contenttable td,.contenttable th {
  border: 1px solid #0000de;
  padding: 2px 20px 2px 10px; /* oben, rechts, unten, links */

}

.contenttable-1 {
  border: 0px solid #ffffff;
  background-color: #ffffff;
}

.contenttable-1 td, .contenttable-1 th {
  vertical-align:top;
  border: 0px solid #ffffff;
  padding: 2px 20px 2px 10px;
}

.td-0 {
  font-weight: bold;
}
 
#content_container h1 {
    color: #000000;
    font-size: 20px;
    line-height: 17px;
    padding: 5px 0px 0px 0px;
}

#content_container h2 {
    color: #000000;
    font-size: 18px;
    line-height: 17px;
    padding: 15px 0px 0px 0px;
}

#content_container h3 {
    color: #000000;
    font-size: 16px;
    margin: 15px 0px 0px 0px;
}

#content_container h4 {
    color: #000000;
    font-size: 16px;
    margin: 15px 0px 0px 0px;
}
#content_container h5 {
    color: #000000;
    font-size: 14px;
    margin: 15px 0px 0px 0px;
}

p, pre {
    margin: 0px 0px 0px 0px;
}

#center {
   text-align: center;
}

/* Bildunterschrift */
.csc-caption {
  font-size: 0.8em;
}

.csc-menu {
    margin-left: 15px;
    font-weight: bold;
}
.csc-abstract {
    margin-left: 30px;
    font-weight: normal;
}

/* iframe for guestbook */
iframe {
  width: 100%;
  height:1600px;
}
* html iframe  {
  width: 85%;
  height: 1650px;
}

/* typo3-admin-panel positioning */
.typo3-adminPanel {
  position: absolute;
  top: 650px;
  left: 0px;
}
