/* ------------Menü rechts -----------------*/
#globalRightArea {
  position: absolute;
  overflow: hidden;
  top: 113px;
  right: 0px;
  width: 200px;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid white;
  background-image: url(../images/Hintergrund.jpg);
}
/* ------------Suche -----------------*/
.search{
   margin:0px;
  height: 25px;
  padding: 5px 5px 10px;
  background-color: #ABACAE;
}
/* ------------Schriftgrösse -----------------*/
#fontScale {
   margin: 0px;
   padding: 0px; 
}
#fontScale a { text-decoration: none; color: #000000; font-weight: bold;}

/*------------------Ansprechpartner ----------------*/
#rightContent{
margin: 0px ;
}
#rightContent h2{
 background-color: #ABACAE;
    display: block;
    margin: 20px 0px 10px 0px;
    padding: 0.3em 0.3em 0.3em 25px;
    background-image: url(../images/tele_15x15.png);
    background-repeat: no-repeat;
    background-position: 6px 4px;
 }
#logo {
background: url(../images/list_red_arrow.gif);
background-repeat: no-repeat;
background-position: 15px 6px;
padding: 2px 2px 3px 25px;
border-bottom: solid 1px #FFFFFF;
}
#rightContent p{
margin: 0px;
}
/*------------------ Info ----------------*/
#Info{
}
#Info h2{
 background-color: #ABACAE;
    display: block;
    padding: 0.3em 0.3em 0.3em 25px;
    background-image: url(../images/i_15x15.png);
    background-repeat: no-repeat;
    background-position: 6px 4px;
 }
#Info li{ 
background: url(../images/list_red_arrow.gif);
 background-repeat: no-repeat;
 background-position: 15px 3px;
 padding-bottom: 5px;
 padding-right: 5px;
 border-bottom: 1px solid #FFFFFF;
}
#Info a{
 display: block;
 margin: 5px 0 0 25px;
text-indent: 0px
}

/*---------Partnerprojekte -----------------------------*/
#rightPartnerprojekte{
margin: 0px;
}

#rightPartnerprojekte h2{
 background-color: #ABACAE;
    display: block;
    margin-bottom: 15px;
    padding: 0.3em 0.3em 0.3em 25px;
    background-image: url(../images/pfeil_15x15.png);
    background-repeat: no-repeat;
    background-position: 6px 4px;
 }
#rightPartnerprojekte p{
margin: 0px;
}
#rightPartnerprojekte img{
border: none;
margin-left: 20px;
}


/* =====================  ALT ======================
#globalRightArea {
  position: absolute;
  overflow: hidden;

  top: 163px;
  right: 0px;

  width: 200px;

  margin: 0px;
  padding: 0px;

  border-top: 1px solid white;
}

#globalRightArea li {
  list-style-type: none; 
  background: url(../images/list_blue_arrow.gif) 2px 5px no-repeat;
  padding-left: 12px;
  margin-bottom: 5px;
 }

#globalRightArea h2 { margin: 5px 0px 5px 0px;  padding: 0px; font-size: 1em; }
#globalRightArea img { border: 0px; } 
#globalRightArea p {  margin: 0px; padding: 0px; }

.rightContent { margin: 5px;}
.rightStartseite{ margin-top: 20px;}
*/
