/**********************************/
/* musikkapelle-oberstreu         */
/* "bilder" CSS styles            */
/* BM 08.09.2008                  */
/**********************************/

/*********************/
/*   BILDER thumbs   */
/*********************/

  .thumbTitle{
    float:left;
    text-align:center;
  }

  .thumbs_l{
    width:150px;
    height:110px;
    margin-top:37px;
    margin-bottom:37px;
    margin-left:17px;
    margin-right:17px;
    text-align:center;
    border:2px solid #7B5A39;
  }

  .thumbs_p{
    width:110px;
    height:150px;
    margin-top:17px;
    margin-bottom:17px;
    margin-left:37px;
    margin-right:37px;
    text-align:center;
    border:2px solid #7B5A39;
  }

  .thumbs_l a:hover{
  	background-color:transparent;
  }

  .thumbs_p a:hover{
  	background-color:transparent;
  }

  .thumbnum{
    font-size:0.65em;
		text-align:center;
		margin-top:1.0em;
		margin-bottom:3.0em;
  }

/**********************/
/*   BILDER galerie   */
/**********************/

  .tgtitle{
		color:#CC0066;
		font-size:1.85em;
		font-weight:bold;
		text-align:center;
  }

  .tgnum{
    font-size:0.65em;
		text-align:center;
		margin-top:1.0em;
		margin-bottom:3.0em;
  }

  .p_tgthumbs{
    display:inline;
    float:left;
    width:110px;
    height:150px;
    margin-top:17px;
    margin-bottom:17px;
    margin-left:37px;
    margin-right:37px;
    text-align:center;
    border-right:3px solid #7B5A39;
    border-bottom:3px solid #7B5A39;
    border-top:3px solid #7B5A39;
    border-left:3px solid #7B5A39;
  }

  .l_tgthumbs{
    display:inline;
    float:left;
    width:150px;
    height:110px;
    margin-top:37px;
    margin-bottom:37px;
    margin-left:17px;
    margin-right:17px;
    text-align:center;
    border-right:3px solid #7B5A39;
    border-bottom:3px solid #7B5A39;
    border-top:3px solid #7B5A39;
    border-left:3px solid #7B5A39;
  }

/*  div#tgthumbs .img{*/
/*    border-bottom:3px #DDDDDD;*/
/*  }*/

  .l_tgthumbs a:hover{
  	background-color:transparent;
  }

  .p_tgthumbs a:hover{
  	background-color:transparent;
  }
  
  .page_links{
    clear:left;
    float:right;
  }

  .active{
    color:#0000FF;
    font-weight:800;
  }
  .passive{
    color:#000000;
  }

  div.nav_pic_thumb{
    text-align:center;
    margin-top:3px;
  }

  div.nav_pic{
    text-align:center;
  }

  span.nav_pic_back{
  }

  span.nav_pic_forward{
  }

  div.p_big_pic img{
    position:absolute;  
    margin:10px;
    left:26%;
    height:90%;
    text-align:center;
    border:5px solid #7B5A39;
  }

  div.l_big_pic img{
    position:absolute;  
    margin:10px;
    left:5%;
    width:90%;
    border:5px solid #7B5A39;
  }


