div { 
    position:relative; 
}

html, body {
/*  background-color: #EEEEEE;
  background-image: url(../ismages/body_background.jpg);
  background-repeat: repeat-y; */
  background: #EEEEEE;
  margin: 0px;
  padding: 0px;
  height:100%;
}
body.fe {
  background: #EEEEEE url(../images/body_background.jpg) repeat-x;
}
table {
  empty-cells: show;
  border-collapse: collapse;
  /*table-layout:fixed;*/
  /*height: 100%;*/
}

td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #666666;
  padding: 0px;
  vertical-align: top;
}
td.kopf {
  height: 100px;
  background: #8c6c06;
}
td.menu {
  background-color: #EEEEEE;
  width: 174px;
  border-right: 1px dotted #999999;
}
td.inhalt {
  padding: 0 5px 0 5px;
  word-wrap:break-word;
}
td.rechts {
  width: 175px;
  /*background: #F9F9F9;*/
  background: white;
  border-left: 1px dotted #999999;
}
td.fuss {
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #CCCCCC;
  font-size: 11px;
  color: #555555;
  padding: 1px 3px 1px 3px;
  text-align: center;
}
div.csc-frame-frame1 {
  border-top: 1px solid #999999;
  background-color: #F9F9F9;
  margin-left: 9px;
  margin-bottom: 3px;
  padding-bottom: 6px;
}

/* Kopf */

td.kopf_unten_links {
  color: #555555;
  background: #dddddd;
  width: 174px;
  height: 20px;
  border-top: 1px dashed #555555;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 4px;
}
td.kopf_unten_rechts {
  width: 576px;
  background: #eeeeee;
  border-top: 1px dashed #555555;
  border-left: 1px dashed #555555;
  border-right: 2px solid #555555;
  padding: 3px 2px 2px 15px;
  color: #8c6c06;
  font-size: 11px;
}
td.kopf_unten_rechts a {
  color: #8c6c06;
  text-decoration: none;
}
td.kopf_unten_rechts a:hover {
  text-decoration: underline;
}

/* Menu Ebene 1 */

td.menu ul{
  margin:0 0 0 0;
  padding:0;
  list-style:none;
  width:155px;
}
td.menu ul li{
  padding:0 0 1px 0;
  /*der abstand zw den menupunkten kann wegen dem ie nicht mit margin gesetzt werden*/
  margin:0;
}
td.menu ul li a{
  width:147px;
  /*die breitenangabe wir nur vom ie benoetigt*/
  display:block;
  color:#555555;
  background:#DDDDDD;
  border:0px;
  border-bottom: 1px dotted #CCCCCC;
  padding:3px 2px 3px 25px;
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
}
td.menu ul li a:hover{
  text-decoration: underline;
  border:0px;
  border-bottom: 1px dotted #CCCCCC;
}

/* Menu Ebene 2 */

td.menu ul.mnu2 li{
  padding:0 0 0px 0;
}

td.menu ul.mnu2 li a{
  color: #555555;
  background: #EEEEEE;
  font-size: 10px;
  border-bottom: 1px dotted white;
}
td.menu ul.mnu2 li a:hover{
  border-bottom: 1px dotted white;
  background: #DDDDDD;
  text-decoration: none;
}

/* Menu Ebene 3 */

td.menu ul.mnu3 {
  background: #F7F7F7;
}

td.menu ul.mnu3 li {
  padding: 0px;
}
td.menu ul.mnu3 li a {
  color: #555555;
  margin: 0px;
  margin-left:23px;
  padding:2px 2px 2px 5px;
  width:143px;
  background: white;
  border:0px;
  border-left: 1px solid white;
}
td.menu ul.mnu3 li a:hover {
  padding:2px 2px 2px 5px;
  border:0px;
  border-left: 1px solid #555555;
  text-decoration: none;
  background: #EEEEEE;
}
td.menu ul.mnu3_berufe li.act a {
  border-left: 1px solid #999999;;
}
td.menu ul.mnu3 li.act a {
  border-left: 1px solid #999999;;
}



/* Text */

h1 {
  font-size: 15px;
  color: #8c6c06;
  background: #f4d067;
  border-left: 4px solid #8c6c06;
  border-bottom: 1px dashed #8c6c06;
  padding: 1px 2px 1px 5px;
  margin: 0 0 8px 0;
  clear: both;
}
td.inhalt h1 {
  margin-top: 12px;
}
td.inhalt h1.csc-firstHeader {
  margin-top: 0px;
}
h2 {
  font-size: 15px;
  letter-spacing: 2px;
  margin: 15px 0 8px 9px;
}
p {
  margin: 0 0 6px 9px;
}
p.Infobox {
  border-left: 3px solid #8c6c06;
  padding-left: 5px;
  background: #F9F9F9;
  padding-top:6px;
  padding-bottom:6px;
  padding-left:9px;
}
td.inhalt ul {
  list-style-image: url(../images/bullet.gif);
}
ol {
  list-style-type:decimal;
  padding:0 0 0 0px;
  margin: 0 0 7px 50px;
}
ol li {
  padding: 0 0 0 0px;
  margin: 0px;
}
ol li ol {
  list-style-type:lower-alpha;
  margin: 0 0 7px 23px;
}
td.inhalt a:link {
  color: #8c6c06;
  text-decoration: underline;
}
td.inhalt a:visited {
  color: #8c6c06;
  text-decoration: underline;
}
td.inhalt a:hover {
  text-decoration: none;
}
td.inhalt table.csc-uploads {
  margin-left:9px;
}
td.inhalt .csc-uploads-fileSize {
  width: 60px;
  text-align: right;
}

/* Text in der rechten Spalte */

td.rechts h1 {
  background: #CCCCCC;
  color: #555555;
  font-size: 13px;
  line-height: 16px;
  padding: 2px 2px 2px 5px;
  border: 0;
  border-bottom: 1px dashed #555555;
  border-right: 2px solid #555555;
}
td.rechts p {
  margin: 0 3px 6px 3px;
}
td.rechts a:link {
  color: #8c6c06;
  text-decoration: underline;
}
td.rechts a:visited {
  color: #8c6c06;
  text-decoration: underline;
}
td.rechts a:hover {
  text-decoration: none;
}
td.rechts div.color {
  background: #EEEEEE;
  /*background: #DDDDDD;*/
  padding-bottom: 4px;
  margin-bottom: 3px;
}
td.rechts div.color h1 {
  font-size: 15px;
  color: #8c6c06;
  background: #f4d067;
  border-left: 4px solid #8c6c06;
  border-bottom: 1px dashed #8c6c06;
  padding: 2px 2px 2px 5px;
  margin: 0 0 8px 0;
}
td.rechts div.color ul {
  margin:0 0 0 23px;
  padding:0;
  list-style-type: square;

}
td.rechts div.color li {
  padding:0 0 1px 2px;
  /*der abstand zw den menupunkten kann wegen dem ie nicht mit margin gesetzt werden*/
  margin:0;
}

td.fuss a {
  color: #555555;
  text-decoration: none;
}

/* Sitemap */

div.csc-menu p {
  margin: 0px;
}

div.csc-menu-2 p.csc-sitemap-level1 a:link, div.csc-menu-2 p.csc-sitemap-level1 a:visited {
  width: 399px;
  /*die breitenangabe wir nur vom ie benoetigt*/
  display:block;
  color:#555555;
  background:#DDDDDD;
  border:0px;
  border-bottom: 1px dotted #CCCCCC;
  padding:3px 2px 3px 8px;
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
}
div.csc-menu-2 p.csc-sitemap-level1 a:hover {
  text-decoration: underline;
}

div.csc-menu-2 p.csc-sitemap-level2 a:link, div.csc-menu-2 p.csc-sitemap-level2 a:visited {
  display:block;
  color: #555555;
  background: #EEEEEE;
  font-size: 10px;
  border-bottom: 1px dotted white;
  padding:3px 2px 3px 18px;
  font-size:11px;
  text-decoration:none;
}
div.csc-menu-2 p.csc-sitemap-level2 a:hover {
  border-bottom: 1px dotted white;
  background: #DDDDDD;
  text-decoration: none;
}
div.csc-menu-2 p.csc-sitemap-level3 {
  background: #F9F9F9;
}
div.csc-menu-2 p.csc-sitemap-level3 a:link, div.csc-menu-2 p.csc-sitemap-level3 a:visited {
  display:block;
  color: #555555;
  margin: 0px;
  margin-left:18px;
  padding:2px 2px 2px 5px;
  background: #F2F2F2;
  border:0px;
  border-left: 1px solid white;
  font-size:10px;
  text-decoration: none;
}
div.csc-menu-2 p.csc-sitemap-level3 a:hover {
  padding:2px 2px 2px 5px;
  border:0px;
  border-left: 1px solid #555555;
  text-decoration: none;
  background: #DDDDDD;
}
div.csc-menu-2 p.csc-sitemap-level4 {
  background: #F9F9F9;
}
div.csc-menu-2 p.csc-sitemap-level4 a:link, div.csc-menu-2 p.csc-sitemap-level4 a:visited {
  display:block;
  color: #555555;
  margin: 0px;
  margin-left:18px;
  padding:2px 2px 2px 15px;
  background: white;
  border:0px;
  border-left: 1px solid white;
  font-size:10px;
  text-decoration: none;
}
div.csc-menu-2 p.csc-sitemap-level4 a:hover {
  padding:2px 2px 2px 15px;
  border:0px;
  border-left: 1px solid #555555;
  text-decoration: none;
  background: #EEEEEE;
}

div.csc-menu-3 {
  margin: 0 5px 7px 5px;
}
p.csc-section {
  margin-bottom: 3px;
}