html, body {
   margin: 0 auto;
   border: 0;
   background-color: #ebebeb;
   text-align: center; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
}

#mainWrapper {
        position: relative;
        top: 5px;
        margin: 0 auto;
        width: 900px;
        background-color: white;
        height: auto;
}

#headline {
   position: relative;	
   text-align: left;
   margin: 0 auto;
   margin-top: 20px;
   top: 0px;
   left: 0px;
   width: 898px;
   height: 130px;
   background-color: white;
   border: 1px solid  #0000FE;
   /*background-image: url(../../img/logo_neu2.JPG);
   background-repeat: no-repeat;
   background-position: 20 5;*/
}

#headline a {
   text-decoration: none;
   border: 0px;
   }

#headline img {
   padding-top: 5px;
   padding-left: 20px;
   border: 0px;
   }

#adressInfo {
   position: relative;
   float: right;
   text-align: right;
   width: 150px;
   font-size: 80%;
   padding-top: 10px;
   padding-right: 20px;
}

#main {
   position: relative;
   margin: 0 auto;
   top: 0px;
   left: 0px;
   width: 898px;
   border: 1px solid #0000FE;
   float: left;
   background-color:  #0000FE;
}

#mainNavi {
   position: relative;
   text-align: center;
   margin: 0 auto;
   top: 0px;
   left: 0px;
   width: 898px;
   height: 30px;
  background-color: #0000FE;
   border-left: 1px solid #0000FE;
   border-right: 1px solid #0000FE;
}

#subNavi {
   position: relative;
   text-align: left;
   margin: 0 auto;
   float: left;
   top: 0px;
   left: 0px;
   width: 160px;
   height: auto;
   background-color: #1e90ff;
   font-size: 85%;
   margin-bottom: 50px;
}
 
#content {
   position: relative;
   float: left;
   text-align: left;
   padding: 15px;
   padding-bottom: 25px;
   top: 0px;
   left: 0px;
   width: 708px;
   height: auto;
   background-color: white;
}

#border {
   position: relative;
   padding-right: 10px;
   text-align: right;
   margin: 0 auto;
   clear: left;
   background-color: #0000FE;
   width: 890px;
   height: 20px;
   color: white;
   font-size: 80%;
}

.mainMenu {
   position: relative;
   top: 0px;
   left: 160px;
   margin: 0px;
   padding: 0px;
   height: 30px;
   float: left;
}

.mainMenu a {
/*   padding: 1px 1px;*/
  text-decoration: none;
  color: white;
}
/*
.mainMenu a:hover {
   margin: 0px;
   padding: 1px 1px;
   color: white;
   text-decoration: none;
   background-color: #4a91bd;
}
*/
.naviitem {
   float: left;
   text-indent: 10px;
   margin: 0px;
   margin-top: 0px;
   padding-top: 5px;
   padding-bottom: 4px;
   padding-left: 5px;
   padding-right: 15px;
   list-style: none;
   border-right: 1px solid white;
   background-color: #0000FE;
   background: url("../../img/nav_bg.gif");
   height: 30px;
}

.naviitemActive {
   float: left;
   text-indent: 10px;
   margin: 0px;
   margin-top: 0px;
   padding-top: 5px;
   padding-bottom: 4px;
   padding-left: 5px;
   padding-right: 15px;
   list-style: none;
   border-right: 1px solid white;
   background-color: #fe7302;
   color: lime;
   font-weight: bold;
   background: url("../../img/nav_bg_on.gif");
   height: 30px;
}
 
.naviitemActive a {
   color: black;
}

.subMenu {
   margin: 0px;
   padding: 0px;
   color: white;
}

.subMenu a {
   margin: 0px;
   padding: 0px;
   color: white;
   text-decoration: none;
}

.naviitemSub {
   text-indent: 2px;
   margin: 0px;
   padding-top: 5px;
   padding-left: 5px;
   list-style: none;
   border-top: 1px dotted white;
   border-bottom: 1px dotted white;
   background: url("../../img/nav_bg_small.gif");
   height: 20px;
}

.naviitemSubActive {
   text-indent: 2px;
   margin: 0px;
   padding-top: 5px;
   padding-left: 5px;
   list-style: none;
   border-top: 1px dotted white;
   border-bottom: 1px dotted white;
   background: url("../../img/nav_bg_small.gif");
   height: 20px;
}

.naviitemSubActive a {
   color: white;
   font-weight: bold;
}

#searchBox  {
   position: absolute;
   width: 0px;
   height: 0px;
/*   border: 1px solid lime;*/
}

.csc-mailform {
   border: 0px;
}

.csc-mailform-field label {
   width: 150px;
   float: left;
}

h1 {
   font-size: 20px;
   text-decoration: underline;

}


/*Menu of pages [START]*/
.csc-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.csc-menu a {
   color: black;
}
/*Menu of pages [END]*/

.tx-jppageteaser-pi1-list-entry {
  padding-bottom: 20px; 
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #0000FE;float: left
  width: 100%;
  } 
 
.tx-jppageteaser-pi1-browsebox {
   clear: both;
   }

.tx-jppageteaser-pi1-list-entry-first {
  padding-bottom: 50px; 
}

.tx-jppageteaser-pi1-list-entry.h1 {
   padding: 0px;
color: red;
}

.csc-bulletlist {
   list-style-image: url(../../img/listitem.gif);
}

img {
   border: 1px solid #0000FE;
}

