/* Dieser Eintrag entfernt den gepunkteten Rahmen um Links beim anklicken. */
a:focus {
	outline: none;
}

ul.fg_pages_nav {
	display: inline;
	list-style-type: none;
	padding-left: 0px;
}

ul.fg_pages_nav li {
  	display: inline;
	padding: 0px 10px 0 15px;
  	background: url(./images/crumbs.png) no-repeat left center;
}

ul.fg_pages_nav li  a{
  	display: inline;
  	background: none ;
}

ul.fg_pages_nav li a.current {
  font-weight: bold;
}

body {
  height: 100%;
}

#fullSize {
	display: none;
}

.view_title {
	font-size: 1.2 em;
	font-weight: bold;
}

.categories_title {
	font-size: 1.2em;
	font-style: Italic;
	line-height: 45px;
}


	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	ADDS BY gf
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	

.fg-outer {
font-size: 1.0em;


 } 
 
  .fg-cat {
padding: 0 0 0 0px ;
float: left;
 width: 418px ;

 }
 

 

.categories li .goddi {

    width: 205px ;
	height: 205px ;
	text-align: center;
	}
	
.categories li .goddi2 {
   display: table-cell ;
   vertical-align: middle ;
    width: 205px ;
	height: 170px ;
	text-align: center ;

	}	
	

.photostyle li .goddi {

    width: 205px ;
	height: 320px ;
	text-align: center;
	}
	
.photostyle li .goddi2 {
   display: table-cell ;
   vertical-align: middle ;
    width: 205px ;
	height: 170px ;
	text-align: center ;

	}		
	



.photostyle img {
    /* fuer Firefox ab 3.5 */
    -moz-box-shadow: 6px 6px 6px grey;
    /* fuer Chrome */
    -webkit-box-shadow: 6px 6px 6px grey;
    box-shadow: 6px 6px 6px grey;
    /* fuer IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='grey');
    /* fuer IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='grey')";

}

.photostyle imgfull {
    display: table-cell ;
    vertical-align: middle;
	padding: 2px;
	border: 2px #9db2b9 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.photostyle img:hover { 
	border: 2px #313739 solid; 
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	ADDS BY PUMPI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.photostyle {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;	
}
	
ul.photostyle li {
	float: left;
	margin: 3px;
	padding: 0px;	
}

ul.photostyle li  a img{

border : 0 none;	
}

.htt-caption {
	display: block;

	}

ul.categories {
	list-style: none;
	margin: 0 0 5px 0;
}
	
ul.categories li {
	float: left;
	margin: 3px;
	padding: 0px;
}

ul.categories li  a img{

border : 0 none;	
}

.categories li:hover { 

}

.categories {
 padding: 0 0 0 0;
}

.categories img {
    /* fuer Firefox ab 3.5 */
    -moz-box-shadow: 6px 6px 6px grey;
    /* fuer Chrome */
    -webkit-box-shadow: 6px 6px 6px grey;
    box-shadow: 6px 6px 6px grey;
    /* fuer IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='grey');
    /* fuer IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='grey')";

}

.clear {
	clear: left;
	padding-top: 15px;
	border: 0px  solid #000;
	border-bottom: 1px  solid #000;
}						
		