
.typo3-adminPanel {
   position: absolute;
   top: 800px;
   left: 200px;
}

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(255,255,204);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  line-height: 140%;
  margin: 0;
  padding: 0;

}

table {
 font-size: 95%;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

/********** links ************/
.links {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 100%;
  background-color: rgb(52,29,102); 
  z-index: 1;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
}

/********** menu ************/
.menu {
  position: absolute;
  top: 78px;
  left: 6px;
  width: 144px;
  height: 100%;
  z-index:2;
  background-color: rgb(248,148,0); 
  padding-top: 25px;
}

/********** header1 ************/
.header1 {
  position: absolute;
  top: 0px;
  left: 150px;
  width: 95%;
  height: 40px;
  background-color: rgb(255,179,50);
}

/********** login ************/
.login {
   position: absolute;
   font-size: 85%;
   color: #FFFFFF;
   top: 5px;
   left: 400px;
   height: 35px;
   z-index: 3;
}

/********** header2 ************/
.header2 {
  position: absolute;
  top: 40px;
  left: 150px;
  width: 95%;
  height: 38px;
  background-color: rgb(255,208,82);
  color: rgb(52,29,102);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

/********** logo ************/
.logoKF {
  position: absolute;
  top: 30px;
  left:75px;
  z-index:5;
}

/********** content ************/
.content {
  position: absolute;
  top: 125px;
  left: 175px;
  width: 54em;
  height: 100%;
  background-color: rgb(255,255,204);
  color: rgb(0,0,0);
}



/********** rootline ************/
.rootline {
  position: absolute;
  top: 85px;
  left: 175px;
  width: 628px;
  height: 25 px;
  font-size: 85%;
  line-height:100%;
  color: #666666;
  }

.rootline a {
  text-decoration: none;
  color: #666666;
}

.rootline a:hover {
  text-decoration: underline;
} 



/********** right ************/
.right {
  position: absolute;
  top: 125px;
  left: 80em;
  width: 200px;
  height: 100%;
  background-color: rgb(255,255,204);
  font-size: 90%;
}


/********** Menu Styles ************/
.menu1-level1-no {
  padding: 5px;
  border-bottom: 1px dotted #FFFFFF; 
}
.menu1-level1-no a {
   color: rgb(255,255,255);
   text-decoration: none;
}
.menu1-level1-no a:hover {
   text-decoration: underline;
}
.menu1-level1-act {
  border-bottom: 1px solid #FFFFFF;
  color: rgb(255,255,255); 
  padding: 5px;
}
.menu1-level1-act a {
  color: rgb(255,255,255); 
  text-decoration: none;
  font-weight: bold;
}

.menu1-level2-no {
  font-size: 85%;
  padding-top: 3px;
  padding-left: 10px;
  text-indent: -8px;
}
.menu1-level2-no a {
   color: rgb(255,255,255);
   text-decoration: none;
}
.menu1-level2-no a:hover {
   text-decoration: underline;
}
.menu1-level2-act {
  margin-left: 10px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 85%;
  padding-top: 3px;
  text-indent: -8px;
  font-weight: bold;
}
.menu1-level2-act a {
   color: rgb(255,255,255);
   text-decoration: none;
}


.menu1-level3-no {
  font-size: 85%;
  padding-top: 3px;
  text-align: right;  
  padding-right: 5px;
}
.menu1-level3-no a {
   color: rgb(255,255,255);
   text-decoration: none;
}
.menu1-level3-no a:hover {
   text-decoration: underline;
}
.menu1-level3-act {
  font-size: 85%;
  padding-top: 3px;
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
}
.menu1-level3-act a {
   color: rgb(255,255,255);
   text-decoration: none;
}




/********** Überschriften ************/
.header_layout1, .H1, h1 {
  color: rgb(52,29,102);
  font-size: 150%;
  font-weight: bold;
  line-height: 200%;
}

.header_layout2, .H2, h2 {
  color: rgb(52,29,102);
  font-size: 130%;
  font-weight: bold;
  line-height: 180%;
}

.Klein {
   font-size: 80%;
}


/********** News ************/

.news-single-timedata, .news-single-author {
  font-size: 85%;
  text-align: right;
}

.news-list-date {
  font-size: 85%;
}

/********** Indexed-Search ************/
.tx-indexedsearch-rules {
   font-size: 85%;
}

