body {
  margin: 10px;
  margin-top: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #222222;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #648B6E;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  color: #777777;
  letterspacing: 2px;
  margin-top: 2px;
  margin-bottom: 6px;
}

h3 {
  font-size: 14px;
  font-weight:600;
  width:100%;
  background-color:#7BAA84;
  color:#FFFFFF;
  margin:0px;
  padding:2px;
}

h4 {
  font-size: 14px;
  font-weight:600;
  width:100%;
  background-color:#AAAAAA;
  color:#FFFFFF;
  margin:0px;
  padding:2px;
}

p {
  margin-top: 0px;
  margin-bottom: 7px;
}

p.Merke_Kasten {
  border: 1px solid #444444;
  background-color: #F6F6F6;
  padding: 5px;
}
.Merke_Kasten {
  border: 1px solid #444444;
  background-color: #F6F6F6;
  padding: 5px;
}
P.Merke_Kasten_mit_Info_Zeichen {
  width: 100%;
  border: 1px solid #444444;
  background-color: #F6F6F6;
  padding: 5px;
  padding-left: 60px;
  background-image:url(http://typo3.love-it-plus.de/fileadmin/LOVE_IT_PLUS/images/icons/info.jpg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 7px;
}
.Merke_Kasten_mit_Info_Zeichen {
  width: 100%;
  border: 1px solid #444444;
  background-color: #F6F6F6;
  padding: 5px;
  padding-left: 60px;
  background-image:url(http://typo3.love-it-plus.de/fileadmin/LOVE_IT_PLUS/images/icons/info.jpg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 7px;
}

p.Ueberschrift{
  font-size: 15px;
  font-weight: bold;
  color: #777777;
  letterspacing: 2px;
  margin-top: 2px;
  margin-bottom: 6px;
}
.Ueberschrift {
  font-size: 15px;
  font-weight: bold;
  color: #777777;
  letterspacing: 2px;
  margin-top: 2px;
  margin-bottom: 6px;
}


td {
  font-size: 12px;
  color: #222222;
  vertical-align: top;
}

td.hinterlegt_gruen {
  background-color: #DEEBDE;
}
td.hinterlegt_gruen p {
  margin: 0px;
}
td.hinterlegt_grau {
  background-color: #EBEBEB;
}
td.hinterlegt_grau p {
  margin: 0px;
}

a {
  color: #648B6E;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* Links im Menü */
/* ************* */

a.menu {
  color: #648B6E;
}
a.menu:hover {
  color: #F55A19;
}

div.menu_ebene_1 {
  margin-left:0px;
  padding-bottom: 2px;
}
div.menu_ebene_2 {
  margin-left:17px;
  padding-bottom: 2px;
}
div.menu_ebene_3 {
  margin-left:25px;
  padding-bottom: 2px;
}

a.menu_gr {
  color: #666666;
}
a.menu_gr:hover {
  color: #F55A19;
}

a.link_fuss {
  color: #FFFFFF;
  text-decoration: none;
}
a.link_fuss:hover {
  text-decoration: underline;
}

a.link_kopf {
  color: #222222;
  text-decoration: none;
}
a.link_kopf:hover {
  text-decoration: underline;
}

/* DIV - Blöcke für das Grundlayout */
/* ******************************** */

#aussen {
  width: 860px;
  height: 100%;
}

#kopf {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}

#mitte {
  width: 100%;
}

#fuss {
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align:middle;
  background-color: #9CBEA5;
  margin-top:0px;
}

#fuss2 {
  font-size: 12px;
  color: #999999;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align:middle;
}

#menue {
  width: 195px;
  /*height: 100%;*/
  float:left;
  margin-right:5px;
  background-color: #F9F9F9;
}

#content {
  width: 660px;
  /*height: 100%;*/
  float:left;
}

#content_kopf {
    height: 70px;
    background-color: #9CBEA5;
    margin-bottom: 5px;
}
#content_links {
    width: 455px;
    float: left;
    padding: 5px;
}
#content_rechts {
    width: 200px;
    /*height:100%;*/
    float:left;
    margin-left:5px;
    font-size: 11px;
    background-color:#EBEBEB;
}

/* Extensions */
/************/

.tx-dropdownsitemap-pi1 LI.open OL {
  display: block;
}
.tx-dropdownsitemap-pi1 LI.closed OL {
  display: none;
}
.tx-dropdownsitemap-pi1 LI.open UL {
  display: block;
}
.tx-dropdownsitemap-pi1 LI.closed UL {
  display: none;
}
.tx-dropdownsitemap-pi1 DIV {
  border: solid 1px #666666;
  background: #CED8E1;
  padding: 2px;
  margin: 2px;
}
.tx-dropdownsitemap-pi1 DIV.level_2 {
  background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_3 {
  background: #D0E0CC;
}
.tx-dropdownsitemap-pi1 DIV.level_4 {
  background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_5 {
  background: #E0CCCC;
}
.tx-dropdownsitemap-pi1 DIV.expAll {
  text-align: center;
}





div.news-amenu-container ul {
  margin: 0px;
}
div.news-amenu-container li {
  margin-left: 10px;
}
div.news-amenu-container li.news-amenu-item-year {
  list-style-type: none;
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 2px;
  background-color: #BBBBBB;
  color: #FFFFFF;
  font-weight: bold;
}
div.news-amenu-container dd {

}