html, body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
  font-size: 100%;
  height: 100%;
  background-color: #337DAB;
}
/* Style für die download Tabelle */

table.csc-uploads  tr.tr-even td.csc-uploads-icon, tr.tr-even td.csc-uploads-fileName, tr.tr-even td.csc-uploads-fileSize{
   background-color: #CDC5AD;
   color: #000000; 
}

table.csc-uploads  tr.tr-odd td.csc-uploads-icon, tr.tr-odd td.csc-uploads-fileName, tr.tr-odd td.csc-uploads-fileSize{
   background-color: #EFE5C9;
}


/* Style für die erweiterte Tabelle */

table.klein, table.mittel, table.normal{
   border: 1px solid black;
   width: 100%; 
}

table.klein th{
  background-color: #CDC5AD;
  color:#00487C; /*#736E61;*/
  font-size: 85%;
  text-align: left;
  padding: 6px 0px 0px 6px;
   
}

table.klein td{
  background-color: #EFE5C9;
  font-size: 90%;
  text-align: left;
  color: #000000;
  padding: 6px 0px 0px 6px;
}

table.mittel th{
  background-color: #CDC5AD;
  color:#00487C; /*#736E61;*/
  font-size: 90%;
  text-align: left;
  padding: 6px 0px 0px 6px;
   
}

table.mittel td{
  background-color: #EFE5C9;
  font-size: 95%;
  text-align: left;
  color: #000000;
  padding: 6px 0px 0px 6px;
}

table.normal th{
  background-color: #CDC5AD;
  color:#00487C; /*#736E61;*/
  font-size: 100%;
  text-align: left;
  padding: 6px 0px 0px 6px;
   
}

table.normal td{
  background-color: #EFE5C9;
  font-size: 100%;
  text-align: left;
  color: #000000;
  padding: 6px 0px 0px 6px;
}





table.gelbgrau  th{
  font-size: 92%;
  text-align: left;
  color: #193A72;
  background-color: #CDC5AD;
  width: 800px; 
}

table.gelbgrau  th.th_abk{
  font-size: 92%; 
  color: #193A72;
  background-color: #CDC5AD;
  width: 70px;
}

table.gelbgrau  th.th_bez{
  font-size: 92%;
  color: #193A72;
  background-color: #CDC5AD;
  width: 400px; 
  
}

table.gelbgrau  th.th_ueber{
  font-size: 92%;
  color: #193A72;
  background-color: #CDC5AD;
 
}

table.gelbgrau   td{
  font-size: 92%;
  color: #000000;
  background-color: #EFE5C9;
}

table.print_tip{
 align: right;
 vertical-align: bottom;
}



#container { 
  width: 100%;
  height: 100%;
  min-width: 740px;
} 

#header {
  width: 100%;
  height: 88px;
  background-color: #337DAB;
  border-bottom: 4px solid #CDC5AD;
}

#header-outer{ 
  border: 0px solid white; 
  /*/*/ border-left-width: 560px; /* left column width. NN4 hack to hide borders */ 
  border-left-color: #337DAB;      /* left column colour */ 
  border-left-style: solid; 
  /*/*/ border-right-width: 246px; /* right column width. NN4 hack to hide borders */ 
  border-right-color: #337DAB;     /* right column colour */ 
  border-right-style: solid; 
  background-color: #337DAB;       /* center column colour */ 
  width: auto; 
} 

#header-inner {
  margin: 0px;
  width: 100%;
}
 
/*

#header-outer > #header-inner {
  border-bottom: 1px solid #337DAB;
}
*/

#header-leftcol {
  width: 560px;
  height: 88px;
  float: left;
  position: relative; 
  margin-left: -560px; 
  /*margin-right: 2px;*/
}

#header-leftcol h1 {
  margin: 0px;
  padding: 0px;
  height: 88px;
  background: url(images/header-logo_pemp.gif) no-repeat;
  text-indent: -2000px;
}

#header-maincol {
  float: left; 
  width: 100%; 
  height: 88px;
  position: relative; 
  /*margin: 0px -8px 0px -2px;*/
  margin: 0px -8px 0px 0px;
}

#header-links {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 100%;
  font-size: 92%;
  color: white;
  text-align: right;
  vertical-align: text-bottom;
}
  
#header-links a {
  color: white;
  text-decoration: none;
}

#header-links a:hover {
  text-decoration: underline;
}

#header-rightcol {
  /*/*/ width: 246px; /* hack keeps NN4 right column right? */ 
  float: right; 
  height: 88px;
  position: relative; 
  margin-right: -246px; 
  margin-left: 1px; 
  background: url(images/header-rightcol-bg.gif) no-repeat;
}

#header-langs {
  margin-top: 18px;
  margin-right: 24px;

  text-align: right;
}

/*
#header-langs img.current-lang {

  border: 1px solid #00487C;
}
*/

#header-searchbox {
  margin-top: 25px;
  margin-left: 16px;
  text-align: left;
}

#header-searchbox form { 
  margin: 0px;
  padding: 0px;
}


#header-searchbox input.searchbox-input { 
  padding: 2px;
  width: 115px;
  font-size: 92%;
  background-color: #FFFFFF;
  border: 1px solid #A5ACB2;
}

#header-searchbox input.searchbox-button { 
  font-size: 92%;
  font-weight: bold;
  color: white;
  background-color: #00487C;
  border: 1px outset #A5ACB2;
}

#content {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 4px solid #EEE6CD;
}

#content-outer{ 
  border: 0px solid white; 
  /*/*/ border-left-width: 200px; /* left column width. NN4 hack to hide borders */ 
  border-left-color: #00487C;      /* left column colour */ 
  border-left-style: solid; 
  /*/*/ border-right-width: 246px; /* right column width. NN4 hack to hide borders */ 
  border-right-color: #EFE5C9;     /* right column colour */ 
  border-right-style: solid; 
  background-color: #FFFFFF;       /* center column colour */ 
  width: auto;
  height: 100%;
} 

#content-inner {
  margin: 0px;
  width: 100%;
}
 
#content-outer > #content-inner {
  border-bottom: 1px solid #FFFFFF;
}


#content-leftcol {
  width: 200px;
  float: left;
  position: relative; 
  margin-left: -200px; 
  /*margin-right: 2px;*/
}

#leftcol-content {
  padding: 8px;
}

#content-maincol {
  float: left; 
  width: 100%; 
  position: relative; 
  /*margin: 0 -8px 0 2px;*/

  margin: 0px -8px 0px 0px; 
}


#maincol-content {
	clear: both;
  padding: 16px;

  height: 1%; /*It is needed for IE to render 100% width for tables inside this div
                      It's just one of those IE bugs where you need to provide "layout" for the element*/
}

#maincol-image {
  height: 87px;
  background-color: #51AEE8;
  border-bottom: 1px solid #CDC5AD;
}

#maincol-rootline {
  padding: 8px 16px;
  font-size: 92%;
  float: left;
}

#maincol-rootline a {
  font-size: 92%;
  text-decoration: none;
}

#maincol-rootline a:hover {
  text-decoration: underline;
}

#maincol-print {
  text-align: right;
  padding: 8px 16px;
}

#efa-switch {
	float: right;
	padding: 8px 7px;
	fontsize: 12px;  /* die soll sich ja nicht verändern ;-) */
}
.fontsizeSwitchIcons { fontsize: 12px;  /* die soll sich ja nicht verändern ;-) */ }

#content-rightcol {
  /*/*/ width: 246px; /* hack keeps NN4 right column right? */ 
  float: right; 
  position: relative; 
  margin-right: -246px; 
  margin-left: 1px; 
  /* min-width: 250px; */
}

#rightcol-loginbox{
  /*
  width:100%;
  Breite 100% + padding machts im IE zu breit, es geht auch ohne ;-)
  */
  padding: 8px 16px;
  background-color: #CDC5AD;
}

#rightcol-loginbox form { 
  margin: 0px;
  padding: 0px;
}

#rightcol-loginbox .csc-form-label, #rightcol-loginbox .csc-form-label-req {

  padding: 4px 0px;
  color: #736e61
}

#rightcol-loginbox input.loginbox-input { 
  padding: 2px;
  width: 115px;
  font-size: 92%;
  background-color: #FFFFFF;
  border: 1px solid #A5ACB2;
}

#rightcol-loginbox input.loginbox-button { 
  font-size: 92%;
  font-weight: bold;
  color: #CDC5AD;
  background-color: #736E61;
  border: 1px outset #A5ACB2;
}

#loginbox-links {
  padding-top: 8px;
}

.loginbox-link {
  padding-left: 8px;
  height: 22px;

  line-height: 22px;
  color: #736E61;
  background: #CDC5AD url(images/loginbox-link-bg.gif) no-repeat;
}

.loginbox-link a {
  color: #736E61;
  text-decoration: none;
}

.loginbox-link a:hover {
  color: #736E61;
  text-decoration: underline;
}


#content-mainmenu {
  margin: 24px 0px;
  font-size: 92%;
  border-bottom: 1px solid #CDC5AD;
}

#content-mainmenu ul {

  margin: 0px;
  padding: 0px;

  white-space: nowrap;
  list-style-type: none;
  list-style-image: none;
}
    
#content-mainmenu ul li {
  font-size: 92%;
  font-size: 100%;  
  margin: 0px;
  padding: 0px;
  /* height: 20px; zerstört den Menüaufbau im IE7*/
  line-height: 20px;
  text-align: left;
  background-color: #00487C;
  border-top: 1px solid #CDC5AD; 
}

#content-mainmenu ul li.mainmenu-item-act {
  background-color: #337DAB;
}

#content-mainmenu ul li.mainmenu-item-cur {
  background-color: #337DAB;
}


#content-mainmenu ul li a {
  padding-left: 8px;
  color: #EFE5C9;
  text-decoration: none;
}

#content-mainmenu ul li a:hover {
  text-decoration: underline;
}

#content-mainmenu ul li a.mainmenu-link-act {
  color: #FFCF3E;
  background: url(images/mainmenu-link-bg1.gif) no-repeat;
}


#content-mainmenu ul li a.mainmenu-link-cur {


  color: #FFCF3E;
  background: url(images/mainmenu-link-bg1.gif) no-repeat;
}

#content-mainmenu ul ul li {
  background-color: #337DAB;
}

#content-mainmenu ul ul li.mainmenu-item-act {
  background-color: #41A0DB;

}

#content-mainmenu ul ul li.mainmenu-item-cur {
  background-color: #41A0DB;
}

#content-mainmenu ul ul li a {



  padding-left: 16px;
}

#content-mainmenu ul ul li a.mainmenu-link-act {
  background: url(images/mainmenu-link-bg2.gif) no-repeat;
}

#content-mainmenu ul ul li a.mainmenu-link-cur {
  background: url(images/mainmenu-link-bg2.gif) no-repeat;
}



#content-mainmenu ul ul ul li {
  background-color: #41A0DB;
}

#content-mainmenu ul ul ul li a {
  padding-left: 24px;
}

#content-mainmenu ul ul ul li a.mainmenu-link-act {

  background: url(images/mainmenu-link-bg3.gif) no-repeat;
}

#content-mainmenu ul ul ul li a.mainmenu-link-cur {
  background: url(images/mainmenu-link-bg3.gif) no-repeat;
}

#content-links {
  font-size: 92%;
}

#content-links-title {
  padding-left: 12px;
  height: 22px;
  line-height: 22px;
  font-size: 100%;
  font-weight: bold;
  color: #736E61;
  background: #CDC5AD url(images/leftcol-title-bg.gif) no-repeat;
}

#content-links ul {
  margin: 8px 0px;
  padding: 0px;
  white-space: nowrap;
  list-style-type: none;
  list-style-image: none;
}

#content-links ul li {
  margin: 0px;
  padding: 0px;
  height: 20px;
  line-height: 20px;
  text-align: left;
}

#content-links ul li a {
  padding-left: 8px;
  color: #CDC5AD;
  text-decoration: none;

}


#content-links ul li a:hover {
  text-decoration: underline;
}

#footer{
  height: 20px; 
  width: 100%; 
  text-align: center;
  line-height: 20px;
  font-size: 92%;
  color: white;
  background-color: #337DAB; 
} 

#footer-links a {
  color: white;
  text-decoration: none;
}

#footer-links a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}



/*printer styles*/ 
@media print{ 
  /*hide the left column when printing*/

  #content-leftcol {
    display: none;
  } 
  
  #content-outer {

    border-left: 0;
  } 

  /*hide the right column when printing*/
  #content-rightcol {
    display: none;
  } 
  
  #content-outer {
    border-right: 0;
  } 
}
