/* CSS fuer News im Galerie-Design */

/*Detailansicht*/
div#singleGalerieNews .bild{
float: left;
width: 386px;
text-align:center;
}

div#singleGalerieNews #newsInhalt{
float: right;
width: 122px;
height: 262px;
}

div#singleGalerieNews h1{
  font-size: 12px;
}

div#singleGalerieNews h3{
  font-size: 0.9em;
  font-weight: normal;
  color:#646464;
}

div#singleGalerieNews #newsNavi{
float: right;
width: 122px;
height: 24px;
font-size: 0.8em;

}
div#singleGalerieNews #newsNavi a{
color: #467A40;
}

/* Listenansicht */
#galerie {
  float:left;
/*  background: pink;*/
  width:528px;
}

#galerie .bild{
float:left;
width: 122px;
margin-right: 10px;
margin-bottom: 0px;
}

* html #galerie .bild{
float:left;
width: 122px;
margin-right: 0px;
margin-bottom: 0px;
}


div#galerie .entry{
float:left;
width: 122px;
margin-right: 10px;
margin-bottom: 4px;
}

#galerie .title{
width: 122px;
float:left;
color:#467A40;
line-height: 33px;
font-weight:bold;
font-size: 9px;
line-height: 12px;
}

#galerie .teaser{
  float:left;
  width: 122px;
  font-size: 9px;
  line-height: 10px;
}
#galerie .teaser p{
padding:0;
margin:0;
}

#galerie a{
 float: left;
 padding:2px;
}
#galerie a:link,
#galerie a:visited{
border: solid 1px #848484;
}

#galerie a:hover,
#galerie a:focus,
#galerie a:active{
border: solid 1px #467A40;
background:#CEDBC6;
}

