html {
  background-color: #e1ded7;
}

body {
  background-color: #e1ded7;
  background-image: url(images-new/bg-bottom.png);
  background-repeat: repeat-y;
  background-position: center 0;
  width: 1218px;
  margin: 0 auto;
}

div#main-content {
/*  width: 980px; */
  position: relative;
/*  min-height: 442px; */
  min-height: 460px;
  margin: 0 auto;
  background-image: url(images-new/bg-top.png);
  padding-left: 119px;
  padding-right: 119px;
  background-repeat: no-repeat;
  background-position: center 0;
}

div#lp {
/*  background-image: url(images-new/border-left-bottom.png);
 *  */
  position: relative
  margin-left: -18px;
  z-index: 2;
}

div#custom-doc {
  background-color: white;
  position: relative;
  min-height: 442px;
}

div#hd {
/*  width: 980px; */
  height: 150px;
  background-image: url(images-new/header.gif);
  background-repeat: no-repeat;
}

div.navi-top {
  height: 40px;
  color: white;
  font-weight: bold;
  font-size: 110%;
}

div.navi-top-left {
  background-color: #8e8a89;
}

div.navi-top-right {
  background-image: url(images-new/navi-left-bg.png);
  margin-left: -1px;
  margin-right: -1px;
}
div.navi-top ul {
/*  padding-top: 12px;
  height: 28px;
  */
/*  height: 100%; */
/*  height: 28px; */
  display: block;
}

div.navi-top-left ul li{
  display: inline-block;
  float: left;
  background-image: url(images-new/navi-bg-purple.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: 40px;
  margin-left: 42px;
}

div.navi-top-left ul li a:visited , div.navi-top-left ul li a:link , div.navi-top-left ul li a:active {
  text-decoration: none;
  color: white;
}

div.navi-top-right ul li {
  display: inline;
  float: left;
  line-height: 40px;
  padding-left: 22px;
  padding-right: 12px;
}

div.navi-top-right ul li a:visited, div.navi-top-right ul li a:link, div.navi-top-right ul li a:hover, div.navi-top-right ul li a:active {
  color: white;
  text-decoration: none;
  font-size: 14.3px;
}
div.navi-top-right ul li:hover, div.navi-top-right ul li.active {
  position: relative;
  background-color: #e2a0bc;
  background-image: url(images-new/navi-bg-purple-40.png);
  background-repeat: repeat-x;
}

div.navi-top-right ul li ul { 
  display: none;
}

div.navi-top-right ul li ul a:visited, div.navi-top-right ul li ul a:link, div.navi-top-right ul li ul a:active {
  color: white;
  text-decoration: none;
}

div.navi-top-right ul li ul a:hover {
  color: black;
  text-decoration: none;
}
div.navi-top-right ul li:hover ul { 
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #a6d270;
  background-image: url(images-new/bg-navi-top-submenu.png);
  background-repeat: repeat-x;
  color: white;
  float: none;
}
div.navi-top-right ul li:hover ul li { 
  position: relative;
  display: block;
  background: transparent;
  color: white;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 26px;
  font-size: 12px;
}
div.navi-top-right ul li:hover ul li:hover { 
  position: relative;
  display: block;
  background: transparent;
  color: black;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 26px;
  font-size: 12px;
}
div.navi-top-right ul li:hover ul li span, div.navi-top-right ul li:hover ul li:hover span { 
  padding-left: 10px;
}

div.navi-top-right ul li:hover ul li div.navi-top-right-bottom { 
  position: absolute;
  background-color: #e2a0bc;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  height: 5px;
  top: 100%;
}

div.navi-top-right ul li:hover ul li div.navi-top-right-top { 
  background-color: white;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  height: 1px;
}

div#ft {
  background-color: #e1ded7;
  text-align: right;
  position: absolute;
  width: 100%;
/*  bottom: 0; */
  top: 100%;
  height: 100px; /* 35px */
  background-image: url(images-new/bg-bottom-footer.png); 
  background-repeat: no-repeat;
  background-position: center 0;
  margin-left: -20px;
  padding-left: 20px;
  margin-right:-20px;
  padding-right: 20px;
}
div#pageframe {
  min-width: 1240px;
  background-color: #e1ded7;
  margin: 0 auto;
}
div#pageframe-right {
/*  margin-left: 117px;*/
  width: 117px;
  height: 442px;
  background-image: url(images-new/border-left-bottom.png);
  float: right;
/*  position: absolute;
  right: 0px;
  top: 0px;
  */
}

div#pageframe-left {
/*  position: absolute;
  top: 0;
  left: 1130px;
  */
  width: 139px;
  height: 442px;
  background-image: url(images-new/border-right.png);
  float: right;
}

div#pageframe-left-bottom {
  background-image: url(images-new/border-right-bottom.png);
}

div.navi-center-left {
  color: #73b51d; 
  font-size: 14px;
  font-weight: bold;
  margin-top: 27px;
  margin-top: 30px;
  position: relative;
}

div.navi-center-left ul.top li {
  display: block;
  min-height: 40px;
  width: 220px;
  margin-top: 5px;
  background-color: #f3f3f1;
  margin-left: 30px;
}

div.navi-center-left ul.top li:hover {
  display: block;
  min-height: 40px;
  width: 220px;
  margin-top: 5px;
  background-color: #f3f3f1;
  background-image:url(images-new/navi-bg-purple-40.png);
  background-repeat:repeat-x;  
  margin-left: 30px;
}

div.navi-center-left ul.top li a {
  text-decoration: none;
  color: #73b51d;
}

div.navi-center-left ul.top li:hover a {
  text-decoration: none;
  color: white;
}

div.navi-center-left ul.top li.active {
  display: block;
  min-height: 40px;
  width: 220px;
  margin-top: 5px;
  background-image: url(images-new/bg-navi-center-left-active.png); 
  background-repeat: repeat-x;
  background-color: white;
  color: white;
}

div.navi-center-left ul.top li.active a {
  text-decoration: none;
  color: white;
}

div.navi-center-left ul.top li div.menuentry {
  padding-left: 18px;
  line-height: 40px;
}

div.navi-center-left ul.top li ul {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
}

div.navi-center-left ul.top li ul li {
  display: block;
  min-height: 15px; 
  margin-top: 5px;
  background: transparent;
  margin-left: 0;
  color: black;
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
}

div.navi-center-left ul.top li ul li:hover, div.navi-center-left ul.top li ul li.active {
  display: block;
  min-height: 15px; 
  margin-top: 5px;
  background: transparent;
  margin-left: 0;
  color: #da7fa8;
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
}

div.navi-center-left ul.top li ul li span {
  display: block;
  padding-left: 18px;
  background-image: url(images-new/double-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

div.navi-center-left ul.top li ul li span a:link, div.navi-center-left ul.top li ul li span a:visited {
  text-decoration: none;
  color: #666666;
}

div.navi-center-left ul.top li ul li span a:hover, div.navi-center-left ul.top li ul li.active span a {
  text-decoration: none;
  color: #da7fa8;
}

/* Third level */
div.navi-center-left ul.top li ul li ul {
  margin-top: 5px;
  margin-left: -2px;
}

div.navi-center-left ul.top li ul li ul li span a:hover, div.navi-center-left ul.top li ul li.active ul li span a {
  color: #666666;
}

div.navi-center-left ul.top li ul li ul li.active span a:hover, div.navi-center-left ul.top li ul li.active ul li.active span a {
  color: #DA7FA8;
}


div.navi-center-left ul.top li div.menuline {
  background-color: #da7fa8;
  height: 5px;
  padding-left: 0;
  margin-top: 5px;
  margin-left: 0;
}

div.navi-center-left ul.bottom li div {
  line-height: 40px;
}

div.navi-center-left ul.bottom li {
  display: block;
  height: 40px;
  margin-left: 30px;
  width: 202px;
  margin-top: 5px;
  background-image: url(images-new/navi-left-bg.png);
  padding-left: 18px;
  color: white;
}
div.navi-center-left ul.bottom li:hover, div.navi-center-left ul.bottom li.active {
/*  background-image: url(images-new/bg-navi-center-left-active.png); */
  background-image: url(images-new/navi-bg-purple-40.png);
  background-repeat: repeat-x;
}

div.navi-center-left ul.bottom li a {
  text-decoration: none;
  color: white;
}

div.navi-center-left-login {
  background-image: url(images-new/navi-left-bg-login.png); 
  margin-top: 10px;
  margin-left: 30px;
  width: 205px;
  height: 150px;
  background-repeat: repeat-x;
  color: white;
  padding-left: 15px;
  padding-top: 10px;
}


div.navi-center-left-login div {
  padding-bottom: 10px;
}

div.navi-center-left-login form input {
  margin-bottom: 10px;
}

div.navi-center-left-login form input[type="submit"] {
  background-color: #70b51c;
  border: none;
  height: 22px;
  color: white;
  padding-left: 3px;
  padding-right: 3px;
}

div.navi-center-left-login form input[type="text"],div.navi-center-left-login form input[type="password"] {
  border: 1px solid #a19d9c;
  height: 23px;
  color: #a19d9c;
  padding-top: 1px;
  padding-left: 4px;
  line-height: 23px;
  width: 188px;
}

div.navi-center-left-phone {
  background-image: url(images-new/navi-left-bg-contact.png); 
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 20px;
  height: 150px;
  background-repeat: repeat-x;
  color: #8e8a89;
  padding-left: 15px;
  padding-top: 10px;
}
div.navi-center-left-phone div {
  padding-top: 10px;
  color: #de91b1;
  font-size: 140%;
}

div.navi-bottom-left {
  margin-left: 30px;
  width: 202px;
  color: black;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  bottom: 117px; /* 50px */
  right: 730px;
  text-align: left;
}

div.navi-bottom-left ul {
/*  padding-left: 30px; */
}

div.navi-bottom-left ul li {
  list-style-image: url(images-new/double-arrow.png);
}

div.navi-bottom-left ul li a {
  text-decoration: none;
  color: black;
}

div.navi-bottom-left-totop {
  margin-left: 30px;
  width: 202px;
  color: black;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  bottom: 60px; /* 50px */
  right: 730px;
  text-align: left;
  background-image: url(images-new/double-arrow-up.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 15px;
  z-index: 100;
}

div.navi-bottom-left-totop a {
  color: #8D8988;
  text-decoration: none;
}


div.footer-center {
  color: #8d8988;
  position: absolute;
  bottom: 60px; /* 0 */
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
/*  width: 300px; */
  text-align: center;
}

div.navi-bottom-right {
  font-weight: bold;
  color: #8e8a89;
  position: absolute;
  bottom: 60px; /* 0 */
  right: 0;
}

div.navi-bottom-right ul {
  padding-right: 22px;
}

div.navi-bottom-right ul li {
  display: inline;
  padding-left: 10px;
}

div.navi-bottom-right ul li a {
  text-decoration: none;
  color: #8e8a89;
}

div.rootline {
/*  padding-top: 5px;
  padding-bottom: 5px;
*/
  padding-left: 22px;
  color: #5b5756;
  letter-spacing: 0em;
  height: 30px;
  line-height: 30px;
}

div.rootline a.rootline {
  text-decoration: none;
  color: #666666;
  background-image: url(images-new/double-arrow.png);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 center;
  float: left;
  padding-left: 15px;
  padding-right: 5px;
}


/* Content Styles */

div.maincontent {
  width: 669px;
  overflow: hidden;
  margin-bottom: 20px;
/*  min-height: 800px; */
  padding-left: 20px;
  color: #666666;
}

div.article {
  background-image: url(images-new/content-bg-top.png); 
  background-repeat: repeat-x;
  padding-bottom: 40px;
  padding-left: 20px;
}

div.article h2 {
  color: #70b51c;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}

div.article a {
  color: #70b51c;
  font-weight: bold;
  text-decoration: none;


}

div.article ul li {
  list-style-image: url(images-new/li-bg.png);
  margin-left: 18px;
}

div.article-simple {

}

div#testa {
  position: relative;

}
/*
div#testb {
  background-image: url(images-new/border-left-bottom-bottom.png);
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: repeat-y;

}
  */

div.csc-header {
  background-image: url(images-new/content-bg-top.png); 
  background-repeat: repeat-x;
  padding-bottom: 0px;
  padding-left: 20px;
  margin-left: -20px;
}

div.csc-header h1.csc-firstHeader {
  color: #70b51c;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}

/* Sitemap */
div.csc-sitemap {
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 20px;
  line-height: 1.5em;
}

div.csc-sitemap ul li {
  margin-left: 20px;
  list-style-image: url(images-new/double-arrow.png);
}
div.csc-sitemap ul li li {
  margin-left: 50px;
  list-style-image: url(images-new/double-arrow.png);
}

div.csc-sitemap a {
  text-decoration: none;
  color: black;
}


div.maincontent li {
/*  margin-left: 50px; */
  /* list-style-image: url(images-new/li-bg.png); */
  /* margin-left: 18px; */
  /* list-style-image: url(images-new/double-arrow.png); */
/*  list-style-position: outside; */
  background-image: url(images-new/li-bg.png);  
  background-position: left 2px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

div.maincontent p {
/*  padding-left: 20px; */
  padding-right: 30px;
}

div.maincontent ul { 
  padding-right: 30px;
}

div.maincontent > * {
}

div.maincontent a {
  color: #666666;
}

div.maincontent div.csc-textpic, div.maincontent div.csc-textpic-text {
  padding-bottom: 20px;
  margin-right: 10px;
}
div.maincontent div.csc-textpic h1, div.maincontent div.csc-textpic-text h1 {
  color: #70b51c;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: bold;
}

div.maincontent div.csc-textpic h1, div.maincontent div.csc-textpic-text h2 {
  color: #70b51c;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

div.maincontent div.csc-header h1 {
  color: #70b51c;
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}

div.content-image {
  background-image: url(images-new/content-bg-top.png); 
  background-repeat: repeat-x;
  padding-top: 20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 10px;
}
div.content-image div.csc-textpic-imagewrap {
  text-align: center;
}


div.content-image dl {
  /*margin: 20px 20px 20px 20px !important; */
  margin-right: 20px !important;
/*
  padding: 6px 6px 6px 6px;
  border: 1px solid #e0ddd6;
*/
}
/*
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
  margin-left: 0;
}
*/
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img.border-1 {
  padding: 6px 6px 6px 6px;
  border: 1px solid #e0ddd6;
}
/*
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image {
  padding-bottom: 10px;
}
*/

div.csc-textpic-imagewrap {
/*  margin-top: 20px; */
}
div.element-border-top {
  background-image: url(images-new/content-bg-top.png); 
  background-repeat: repeat-x;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 10px;
}

div.maincontent > div.csc-textpic:first-child {
  background-image: url(images-new/content-bg-top.png); 
  background-repeat: repeat-x;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 10px;
}

/* uebernommen */
table.contenttable {
	background-color: white;
	border: 3px solid #D5EDD4;
	border-collapse: collapse;
}

table.contenttable td, table.contenttable th {
	border: 1px solid #D5EDD4;
	border-spacing: 0px;
	padding: 5px;
}

table.contenttable tr.tr-odd {
	background-color: #F3F3F3;
}

table.maxwidth td, table.maxwidth th {
	font-size: 9px;
}
.multiCol .col {
        float: left;
        margin-right: 5px;
        width: 170px;
        overflow: hidden;
}

.multiCol .typoContent {
        overflow: hidden;
}

.multiCol {
        overflow: hidden;
}

.twoCol .col1, .twoCol .col2 {
        width: 325px;
	padding-bottom: 10px;
}

.twoCol .col1 {
        margin-right: 10px;
}


.twoCol .col2 {
        margin-right: 0px;
}

.threeCol .col3 {
        margin-right: 0px;
}

.threeCol {
        margin-bottom: 5px;
}

div#lexikon ul li {
  border-bottom: 1px solid #73b51d;
  padding: 8px 0 8px 8px;
  list-style-image: none;
  background-image: none;
}

div#lexikon ul li a {
  text-decoration: none;
}

