@font-face {
font-family: Arial, Helvetica, sans-serif;
}
html {
  height:100.1%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  /*background: none repeat scroll 0 0 #F0EFEB;*/
    color: #333333;
  border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  font-size:100,01%;
  line-height:18px;
  text-align: center;
  height:100%;
}
  
body #siteup {
    z-index: 1500000;
}
#siteup {
    bottom: 60px;
    height: 36px;
    overflow: hidden;
    position: fixed;
    right: 0;
    width: 33px;
    z-index: 9;
}
#siteupi {
    clip: rect(0px, 33px, 36px, 0px);
    position: relative;
}
#contactmenu {position:fixed; top:225px; right:-185px; width:220px; height:300px; z-index:9; overflow: hidden}
#contactmenu:hover { right:0px; }
#contactmenu-tab {  list-style-type: none; background-color:#990000; float:left; padding-left: 2px; padding-right: 2px; height:inherit; }
#contactmenu-content { text-decoration: none; background-color:#c0c0c0; float:left; vertical-align: center; padding-left: 10px; padding-right: 10px; height:inherit; }
#contactmenu-content ul, li { list-style-type: none; }


.wrapper-main {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 auto;
    position: relative;
    width: 1000px;
    top: 31px;
}
.wrapper {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#header {
  width: 100%;
   background: url("../images/farbverlauf-grau.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    /*
  background: #fff  url(images/-sitepics/bg-gray.jpg) repeat-x 1 0 #E5E3DC;
  background: #c0c0c0;
  */
    border-bottom: 0px solid #FFFFFF;
     padding-bottom: 0px;
  padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
     margin-right: auto;
     margin-left: auto;
     _text-align: left;
  overflow:hidden;
  height:auto;
}
.farbverlauf-header {
    background: url("../images/farbverlauf-grau.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
}
#logo {
   float: left;
   z-index: 0;
  position: relative;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    width: 990px;
  height: 120px;
}

.topmenu-div
  {
      float: left;
  width: 100%;
  position: absolute;
      height: 31px;
   line-height:15px;
    background:#990000;
  padding: 0px;
    border-style: solid;
         border-width: 0px;
         margin: 0px 0;
}
 #topmenu {
    float: left;
    position: absolute;
  width: 100%;
    height: 25px;
    z-index: 20;
   line-height:15px;
  /*background:#c0c0c0;*/
padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
  border-style: solid;
       border-width: 0px;
       margin-top: 1px;
       margin-left: 0px;
       margin-right: 0px;
    margin-bottom: 1px;
}
/*
#topmenu li {
  float: left;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-style: solid;
    border-top-width: 0;
    border-left-color: white;
    border-right-color: white;
}
 #topmenu ul {
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    margin: 0px;
}
*/
/* ===== Cascading Drop-down Navigation Menu with CSS (Part 1+2) von Ralph Phillips ========= http://www.youtube.com/watch?v=T7ayE5AtRUA =====*/

/*====================  rules for cascading navigation menu im topMenu ======================*/
  
  ul#navmenu, ul.sub1, ul.sub2, ul.sub3 {
    list-style-type: none;
    /*outline: 1px solid green;*/
  margin-left: 2px;
  margin-bottom: 0px;
  z-index: 999;
  background-color: #CCC;
    }
    
  ul#navmenu li {
    width: 150px;
  z-index: 999;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 4px;
  margin-left: 4px;
  padding-right: 0px;
  padding-left: 0px;
    }
    
  ul#navmenu a {
    text-decoration: none;
   z-index: 999;
    display: block;
    width: 150px;
    height: 25px;
    line-height: 25px;
    background-color: #FFF;
      margin-right: 4px;
  margin-left: 4px;
  padding-right: 1px;
  padding-left: 1px;
    border: 0px solid #CCC;
    border-radius: 0px;
    }
    
  ul#navmenu .sub1 li {
 /* border: 1px solid red;*/
      margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-left: 0px;
    }
    
  ul#navmenu .sub1 a {
    margin-top: 1px;
    margin-bottom: 1px;
    width: 140px;
    }
    
  ul#navmenu .sub2 li {
 /* border: 1px solid red;*/
      margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-left: 0px;
    }
  ul#navmenu .sub2 a {
    margin-left: 2px;
  margin-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
    }
     ul#navmenu .sub3 li {
 /* border: 1px solid red;*/
      margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-left: 0px;
    }
  ul#navmenu .sub3 a {
    margin-left: 2px;
  margin-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
    }

  ul#navmenu li:hover > a {
    background-color: #990000;
    color: #FFF;
    }
    
  ul#navmenu li:hover a:hover {
    background-color: #CCC;
    color: #ff0000;
    }
    
  ul#navmenu ul.sub1 {
    display: none;
    position: absolute;
    line-height: 25px;
    margin-right: 4px;
    margin-left: 4px;
    top: 26px;
    left: 0px;
    }
    
  ul#navmenu ul.sub2 {
    display: none;
    position: absolute;
  margin-right: 4px;
    margin-left: 0px;
    line-height: 25px;
    top: 0px;
    left: 151px;
    }
     ul#navmenu ul.sub3 {
    display: none;
    position: absolute;
  margin-right: 4px;
    margin-left: 0px;
    line-height: 25px;
    top: 0px;
    left: 151px;
    }

  ul#navmenu li:hover .sub1 {
    display: block;
    }    
  ul#navmenu .sub1 li:hover .sub2 {
    display: block;
    }
  ul#navmenu .sub2 li:hover .sub3 {
    display: block;
    }
    
  .darrow {
    font-size: 11pt;
    position: absolute;
    top: 4px;
    right: 0px;
    }
    
  .rarrow {
    font-size: 10pt;
    position: absolute;
    top: 3px;
    right: 5px;
    color: #990000;
    }

/* ======= ENDE =========  rules for cascading navigation menu im topMenu ========= ENDE ======== */


#languagemenu
{
    float: left;
    position: relative;
  z-index: 10;
  width: auto;
    height: auto;
   line-height:6px;
  text-align: left;
  /*background:#c0c0c0;*/
padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  border-style: solid;
       border-width: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 10px;
}
#languagemenu li
{
    list-style-type: none;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-buttom: 0px;
    border-style:solid;
    border-width: 1px;
  border-color: white;
  }
#languagemenu li:first-child
{
      border-width: 1px;
  border-color: white;
}

#socialnetworkmenu
 {
     float: right;
    position: relative;
  z-index: 10;
  width: 50%;
     height: 20px;
    line-height: 6px;
   /*background:#c0c0c0;*/
 padding-bottom: 1px;
     padding-left: 1px;
     padding-right: 1px;
     padding-top: 1px;
   border-style: solid;
        border-width: 0px;
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 5px;
     margin-bottom: 5px;
 }
#socialnetworkmenu li {
  float: right;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-style: solid;
    border-top-width: 0;
    border-left-color: white;
    border-right-color: white;
}
#cities
{
  position: relative;
  float: right;
  width: auto;
  height:18px;
   line-height:18px !important;
  background: none repeat scroll 0 0 #990000;
 padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border-style: solid;
    border-width: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
  text-align: right;
    z-index: 30;
}

#cities a:link {
    color: white;
}
#cities a:visited {
   color: white;
   text-decoration: none;
 }
 #cities a:hover, a:active, a:focus {
   color: #ff0000;
   text-decoration: underline;
  }
#cities li {
  float: right;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0px;
border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-style: solid;
    border-top-width: 0;
    border-left-color: white;
    border-right-color: white;
}
#cities ul
{
    padding: 0px;
   line-height:18px;
  font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
 colour: #ffffff;
}
#cities div
{
    float: right;
   font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
 colour: #ffffff;
}

  .image-title
{
    list-style-type: none;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 0px;
    padding-buttom: 0px;
   line-height: 14px;
}

  #languagemenu ul
, #socialnetworkmenu ul
, #footermenu ul
, #syndicate ul
, #cities ul
{
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    margin: 0px;
}
  #footermenu li
, #syndicate li
{
    list-style-type: none;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-buttom: 0px;
   border-style:solid;
      border-width: 0px;
    border-right-width: 1px;
}
  #socialnetworkmenu li
, #cities li
{
    list-style-type: none;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-buttom: 0px;
   border-style:solid;
      border-width: 0px;
    border-right-width: 1px;
}
/*
  #topmenu li:first-child
, #cities li:first-child
, #socialnetworkmenu li:first-child
, #footermenu li:first-child
, #syndicate li:first-child
, #breadcrumb li:first-child
{
      border-style:solid;
      border-width: 0px;
    border-right-width: 0px;
      border-left-width: 0px;
}
*/

/* ======= ENDE ======================  HEADER ========================= ENDE ======== */


div.clear-both
{
    clear: both;
    padding: 0px;
    margin: 0px;
    border-style:solid;
      border-width: 0px;
}


/* ======= ANFANG ======================  MAIN ====================== ANFANG ======== */


#main {
  width: 100%;
  height: auto;
  background: #ffffff;
  margin-top: 0px;
   margin-right: auto;
     margin-left: auto;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-align: left;
  z-index: 0;
}

.home-content {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    overflow: hidden;
    position: relative;
  top: 5px;
    z-index: 0;
    width: 990px
  padding-bottom: 0px;
     margin-right: auto;
     margin-left: auto;
     _text-align: left;
  overflow:hidden;
  height: auto;
  background:#ffffff;
      border-style:solid;
      border-width: 0px;
  border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-top-color: #c0c0c0;
    margin: 0px 0 10px 0;
}

#breadcrumb
 {
  float: left;
   position: absolute;
  width: 990px;
     height: 17px;
   line-height:15px;
  text-align: left;
   /*background:#c0c0c0;*/
 padding: 0px 0px 0px 0px;
   border-style: solid;
   border-width: 0px;
 margin: 3px 0px 3px 0px;
 }
#breadcrumb ul li {
    display: inline;
}
#breadcrumb table
{
  float: left;  
  margin-left: 5px;
}
#breadcrumb a.mainlevel
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-buttom: 0px;
    border-style:solid;
      border-width: 0px;
    border-right-width: 1px;
}
#breadcrumb a:first-child
{
      border-style:solid;
      border-width: 0px;
    border-right-width: 0px;
      border-left-width: 0px;
}

#logout
 {
  float: left;
   position: relative;
  width: 450px;
     height: auto;
  text-align: left;
   background:#c0c0c0;
 padding: 0px 0px 0px 10px;
   border-style: solid;
   border-width: 0px;
  border-color: #990000;
 margin: 25px 0px 10px 0px;
 }
#intern
 {
  float: right;
   position: relative;
  width: 450px;
     height: auto;
  text-align: left;
   background:#c0c0c0;
 padding: 0px 0px 0px 10px;
   border-style: solid;
   border-width: 0px;
  border-color: #990000;
 margin: 25px 0px 10px 0px;
 }
#slideshow {
    background: url("https://roma2016.xplore-festival.com/templates/xplore_home/imgs/slideshow-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 300px;
    float: right;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 760px;
    z-index: 0;
}
#flyer {
   
    height: 350px;
    float: left;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    width: 240px;
    z-index: 0;
}
<!--
#slideshow2 {
    background: url("https://roma2016.xplore-festival.com/templates/xplore_home/imgs/slideshow-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 350px;
    left: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 900px;
    z-index: 0;
}
-->
#slideshow-nav-holder {
    background: url("https://roma2016.xplore-festival.com/templates/xplore_home/imgs/slideshow-nav-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    overflow: hidden;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    width: 970px;
    z-index: 10;
}

#slideshow-nav {
    clear: left;
    display: block;
    text-align: center;
    position: relative;
}
#headline h1{
    font-size: 24px;
    margin: 20px 0 10px;
    text-align: center;
  }
#headline h2{
    font-size: 20px;
    margin: 20px 0 10px;
    text-align: left;
  }
#headline h3{
    font-size: 18px;
    margin: 10px 0 5px;
    text-align: center;
  }
#headline h4{
    font-size: 16px;
    margin: 10px 0 5px;
    text-align: center;
  }
.divider1 {
    background: url("../images/line-gray.jpg") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    clear: both;
    height: 25px;
    margin: 0px;
    width: 100%;
}
.divider2 {
    background: url("../images/line-gray.jpg") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    clear: both;
    height: 10px;
    margin: 0px;
    width: 100%;
}
.holder {
    overflow: hidden;
  height: auto;
}

#presenterbildmenu {
  margin: 0px 0px 5px;
}

#cust-navigation195, #cust-navigation209, #cust-navigation211, #cust-navigation171, #cust-navigation184, #cust-navigation185, #cust-navigation205, #cust-navigation206
{
    position: absolute;
    right: 0px;
    top: -20px;
}

.mini-gallery-holder {
    float: left;
    margin-bottom: 20px;
    width: 720px;
}
.mini-gallery {
    display: block;
    margin-left: 30px;
    overflow: hidden;
}

a img {
    border: 0 none;
}

/*=====================  left side modules  ==========================================*/
#left
{
    width: 700px;
    float: left;
}
                                                                                                     
div.modules
{
  margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 5px;  
}
  div.modules_menu
{
      border-style:solid;
      border-width: 0px;
    border-right-width: 2px;
      border-bottom-width: 2px;
border-bottom-style: solid;
    border-bottom-color: #990000;
     border-left-color: #ffffff;
     border-right-color: #990000;
     border-top-color: #ffffff;
    border-left-style-value: solid;
    border-left-width-value: 0;
    border-right-style-value: solid;
    border-right-width-value: 5px;
    border-top-style: solid;
    border-top-width: 0;
    margin: 0px;
    padding: 0;
}
  
div.modules_menu div
{
    /*border-style: solid;
    border: 0px 0px 0px 0px;
    border-bottom-color: #c0c0c0;
     border-left-color: #c0c0c0;
     border-right-color: #ffffff;
     border-top-color: #ffffff;*/
      margin: 10px 0 0;
      padding: 0px;
}
  
  div.modules_menu div div
{
      border-style:solid;
      background: #ffffff;
      border-width: 0px;
      margin: 0px;
      padding: 0 5px 0 0;
}

  div.modules_menu div div div
{
      padding: 0px;
      border-style:solid;
      border-width: 0px;
margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    background: #ffffff;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
div.modules_menu div div div ul
{
    padding: 1px;
      border-style:solid;
      border-width: 0px;
      background: #c0c0c0;
    margin: 0px;
  }
div.modules_menu div div div ol
{
    padding: 1px;
      border-style:solid;
      border-width: 0px;
      background: #c0c0c0;
    margin: 0px;
  list-style-type: disc;
  }

div.modules_menu div div div h4
{
    padding: 1px;
      border-style:solid;
      border-width: 0px;
      background: #ffffff;
  }

div.modules_menu div div div ul li
{
    position: relative;
  line-height:18px;
    left: 15px;
    padding-right: 0px;
  list-style-type: disc;
}
div.modules_menu div div div ol li
{
    position: relative;
  line-height:18px;
    left: 15px;
    padding-right: 0px;
  list-style-type: disc;
}
/*=====================================  center  ==========================================*/

#center
{
    float: right;
  width: 280px;

    font-family: Arial,Helvetica,sans-serif;
    margin: 0 0 0 10px;
  padding-bottom: 0px;
     
     _text-align: left;
  overflow:hidden;
  height: auto;
 background: #ffffff;
     /* border-style:solid;
      border-width: 1px;
  border-bottom-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-top-color: #c0c0c0;*/
}

#homecenter1, #homecenter3
 {
  float: left;
   position: relative;
  width: 270px;
     height: auto;
  text-align: left;
   background:#ffffff;
 padding: 5px 10px;
   border-style: solid;
   border-width: 0px;
  border-color: #990000;
 margin: 0px 0px 0px 0px;
 }

#homecenter2, #homecenter4
 {
  float: left;
   position: relative;
  width: 280px;
     height: auto;
  text-align: left;
   background:#ffffff;
 padding: 5px 10px;
   border-style: solid;
   border-width: 0px;
  border-color: #990000;
 margin: 0px 0px 0px 0px;
 }

#content {
    /*line-height: 1.5em;*/
    min-height: 600px;
    overflow: hidden;
    position: relative;
    top: 5px;
  margin: 0px 0px 10px 0px;
}
.title-holder {
    background: url("https://roma2016.xplore-festival.com/templates/xplore_home/imgs/title-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 82px;
    line-height: 1em;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 1000px;
}
#page-content {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    width: auto;
}
#inhalt    {
    position: absolute;
    height: auto;
    
    bgcolor: #cccccc;
    color: #000000;
    }
#component
{
  position: relative;
    top: 0px;
width: auto;
    padding: 5px;
    border-style:solid;
      border-width: 0px;
      margin: 5px;
  font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
 colour: #000000;
}
.component div
{
    float: left;
width: auto;
    padding: 0px;
    border-style:solid;
      border-width: 0px;
      margin: 0px;
}
#component ul
{
list-style-type: disk;
display: right;
  text-align: right;
border-left: 0px solid #999999;
    list-style-image: ulr("../images/xxx.png");
    list-style-position: inside;
    margin: 0;
    padding: 0 0 0 10px;
}
#component ol
{
list-style-type: decimal;
display: left;
  text-align: left;
border-left: 0px solid #999999;
    list-style-image: ulr("../images/xxx.png");
    list-style-position: outside;
    margin: 0;
    padding: 0 0 0 10px;
}
#component ol ul
{
list-style-type: disc;
display: left;
  text-align: left;
border-left: 0px solid #999999;
    list-style-image: ulr("../images/xxx.png");
    list-style-position: outside;
    margin: 0;
    padding: 0 0 0 10px;
}
#component.lcr
{
    width: 440px;
    _width: 456px;
  float: right;
  text-align: right;
}

  #component.lc
, #component.cr
{
    width: 675px;
    _width: 791px;    
}

 #component.c
{
    width: 910px;
    _width: 926px;    
}

#center2
{
    float: right;
  position: relative;
    top: 0px;
  width: auto;
    padding: 0px;
    border-style:solid;
    border-width: 0px;
    border-color: #c0c0c0;
    margin: 0px;
display: block;
 background:#ffffff;
  }

.newsletter {
    float: left;
    width: 230px;
   height: 105px;
    border-style:solid;
      border-width: 1px;
  border-color: #000000;
  top: 0  !important;
margin: 0 250px 0 0;
  padding: 5px;
  background: yellow;
  position: relative;
  clear: both;
   text-align: left;
}

#presentermenu
{
    padding-left: 0px;
    margin: 10px 0 30px 5px;
  width: 990px;
   overflow:hidden;
   height: auto;
  background: #F0EFEB;
}

ul.category-module
{
margin: 0px auto 0px auto;
  display: inline-block;
  margin: auto;
 float: right;
  position: relative;
  text-align: center;
}

.category-module li
{
  display: inline-block;
    position: relative;
margin: 0px auto 0px auto;

text-align: center;
   line-height: 4px;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    border-left-style: solid;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: white;
    border-right-color: white;
}

/*=====================  right side modules  ==========================================*/
#right
{
    width: 5px;
    _width: 3px;
    float: right;
    padding: 5px;
    border-style:solid;
      border-width: 0px;
      border-left-width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ======= ANFANG ==============  FOOTER ================  FOOTER ================  FOOTER ============= ANFANG ====== */

#footer {
    background: url("../images/farbverlauf-grau.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    position: relative;
    width: 100%;
    border-top: 5px solid #FFFFFF;
    height: auto;
    top: 35px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0px 0px;
}
.farbverlauf-footer {
    background: url("../images/farbverlauf-grau.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
}
.footermenu-div
  {
      float: left;
  width: 100%;
      height:17px;
   line-height:15px;
    background:#990000;
  padding: 1px;
    border-style: solid;
         border-width: 0px;
         margin: 5px 0;
}

#footermenu
  {
      float: left;
  width: 990px;
      height:17px;
   line-height:15px;
    background:#990000;
  padding-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 1px;
    border-style: solid;
         border-width: 0px;
         margin: 0px;
  text-align: left;
   font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
 color: #ffffff;
}
#footermenu a:link {
    color: white;
}
#footermenu a:visited {
  color: white;
  text-decoration: none;
}
#footermenu a:hover, a:active, a:focus {
  color: #ff0000;
  text-decoration: underline;
 }
#footermenu li {
  float: left;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-style: solid;
    border-top-width: 0;
    border-left-color: white;
    border-right-color: white;
}

#footer1 {
    float: left;
    width: 992px;
  height: 110px;
    border-style:solid;
      border-width: 0px;
margin: 5px;
  padding: 0px;
  /*background: #ffffff;*/
  position: relative;
  clear: both;
   text-align: center;
}

div.newsletter, div.producers, div.schwelle7 {
float: left;
}
.footer-newsletter {
    float: left;
    width: 230px;
   height: 105px;
    border-style:solid;
      border-width: 1px;
  top: 0  !important;
margin: 0 250px 0 0;
  padding: 5px;
  background: #ffffff;
  position: relative;
  clear: both;
   text-align: left;
}

.footer-location {
    float: right;
    border-style:solid;
      border-width: 1px;
   /* top: -224px !important; */
  top: -117px !important;
 /* width: 490px !important; */
   width: 710px !important;
  height: 105px;
margin: 0px;
  padding: 5px;
  background: #ffffff;
  position: relative;
  clear: both;
   text-align: left;
}
#footer2 {
    float: left;
    width: 990px;
    border-style:solid;
      border-width: 0px;
margin: 5px;
  padding: 0px;
  /*background: #ffffff;*/
  position: relative;
  clear: both;
   text-align: center;
}
#footer2 div
{
    border-style: solid;
    border-width: 0px;
    float: center;
    margin: 0px;
    padding: 5px 0;
    width: 990px;
}

/*
  #syndicate
{
      clear: both;
      float: left;
      width: 960px;
      padding: 0px;
      border-style: solid;
      border-width: 0px;
      margin: 5px;
      margin-left: 5px;
      margin-right: 5px;
}

div.search {
  float:right;
}

/* ======= ENDE ======================  FOOTER ======================= ENDE ======== */





/*===================  some other joomla! classes  ==========================================================*/

.item-separator { /* was in J! 1.5= .article_separator */
}
.items-more { /* was in J! 1.5= .blog_more */
}
/*[Print, PDF, Email] button in an article were before in td.buttonheading and are now in an unsorted list*/
#container ul.actions {
    list-style: none;
    float: right;
}
.actions li {
    float: left;
    margin-left: 5px;
}
/*new*/
.print-icon {
}
.email-icon {
}

/*==============   Category list table  ========================================*/
category-list  
{
    width: 100%;  /* 675px; */
}

.category-list {
 text-align: left;
 float: left;
  line-height:25px;
  font-style: italic;
padding-left: 5px;
  padding-bottom: 5px;
}
.category-list li, cat-list li {
   text-align: left;
 float: left;
   line-height:25px;
  background-color: #ffffff;
  width: 100%;
  padding-left: 0px;
}
.category-list, cat-list ul {
   text-align: left;
 float: left;
   line-height:25px;
  background-color: #ffffff;
  width: 100%;
  padding-left: 0px;
}

                                          
/*===================  Category Blog stuff  ==========================================*/

.page_subheading h4
{
 font-style: italic;
  color: #990000;
margin-bottom: 10px !important;
}

.items-column h4 {
color: #990000;
margin-bottom: 10px !important;
}
.cols-1 {
display: block;
float: none !important;
margin: 0 !important;
}
.cols-2 .column-1 {
float: left;
width: 46%;
}
.cols-2 .column-2 {
float: right;
margin: 0;
width: 46%;
}
.cols-3 .column-1 {
float: left;
margin-right: 4%;
padding: 0 5px;
width: 29%;
}
.cols-3 .column-2 {
float: left;
margin-left: 0;
padding: 0 5px;
width: 29%;
}
.cols-3 .column-3 {
float: right;
padding: 0 5px;
width: 29%;
}
.cols-4 .column-1 {
float: left;
margin-right: 4px;
padding-right: 5px;
  padding-bottom: 15px;
width: 23%;
}
.cols-4 .column-2 {
float: left;
  margin-right: 4px;
margin-left: 0;
padding-right: 5px;
  padding-bottom: 15px;
width: 23%;
}
.cols-4 .column-3 {
float: left;
  margin-right: 4px;
padding-right: 5px;
  padding-bottom: 15px;
width: 23%;
}
.cols-4 .column-4 {
 float: left;
  margin-right: 0px;
 padding-right: 5px;
  padding-bottom: 15px;
 width: 23%;
 }

.items-row {
margin-bottom: 10px !important;
overflow: hidden;
}
.column-1, .column-2, .column-3, .column-4 {
padding: 10px 5px;
}
.column-2 {
margin-left: 40%;
width: 55%;
}
.column-3 {
width: 30%;
}
.column-4 {
  margin-right: 20px;
width: 22%;
}

.blog-more {
padding: 10px 5px;
}

  div._menu
{
      border-style:solid;
      border-width: 0px;
    border-right-width: 5px;
      border-bottom-width: 5px;
border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #990000;
     border-left-color: #ffffff;
     border-right-color: #990000;
     border-top-color: #ffffff;
    border-left-style-value: solid;
    border-left-width-value: 0;
    border-right-style-value: solid;
    border-right-width-value: 5px;
    border-top-style: solid;
    border-top-width: 0;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
  
div._menu div
{
      padding: 0px;
      border-style:solid;
    border-right-width: 1px;
      border-top-width: 1px;
      border-bottom-width: 0px;
    border-left-width: 0px;
    border-bottom-color: #c0c0c0;
     border-left-color: #c0c0c0;
     border-right-color: #ffffff;
     border-top-color: #ffffff;
      margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 5px;
}
  
  div._menu div div
{
      padding: 0px;
      border-style:solid;
      border-width: 0px;
margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 5px;
    background: #ffffff;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
}

  div._menu div div div
{
      padding: 0px;
      border-style:solid;
      border-width: 0px;
margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    background: #ffffff;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

/*==============   xp-schedule table  ========================================*/
xp-schedule table  
{
    width: 100%; <!-- 675px;-->
}

.xp-schedule table th {
  line-height:25px;
  font-style: italic;
padding-left: 5px;
  padding-bottom: 5px;
}
.xp-schedule table td.td1 {
   line-height:25px;
  background-color: #ffffff;
  width: 10%;
  padding-left: 0px;
}
.xp-schedule table td {
  line-height:25px;
  border: 1px;
  background-color: #c0c0c0;
  width: 30%;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}


/*=======================positionen======================================*/

#left5{
  float: left;
text-align: left;
  height: 300px;
  width: 202px;
margin-right: 0px;
margin-top: 0px;
}
#variabel0{
    float: right;
margin-right: 0px;
margin-top: 0px;
}
#variabel1{
  float: right;
text-align:right;
margin-right: 0px;
margin-top: 0px;
}

.jsn-container{
text-align: center;
margin-right: 0px;
margin-top: 0px;
}




/*==================  iframe  ==============================================*/
#component iframe
{
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    margin: 0px;
    
}
#component.c iframe
{
    width: 910px;
    height: 2000px;
}
    
  #component .lc iframe
, #component .cr iframe
{
    width: 660px;
     height: 300px;    
  }

#component .lcr iframe
{
    width: 225px;
}


 iframe .googlemap
{
    width: 660px;
     height: 300px;    
    