/** Goof Fotobook **/

/** Übersicht der Kategorien **/
.gallerie {
width:100%;
float:left;}

.navigation {
width:100%;
background:#ffffff;}

.preview {
width:100%;
}

.thumbnail_preview {
width:290px;
float:left;
background:#F0EFF0;
margin-bottom:20px;
font-size:14px;
margin-right:5px;
margin-top:5px;
border:0px solid #a8a8a8
}

.thumbnail_preview a {
text-decoration:none;
font-size:14px;
}

.thumbnail_preview img {
border:1px solid #C4C4C4;
margin-right:5px;}

/** Ende Übersicht der Kategorien **/

/** Ansicht der Thumbnails **/
div.gallerie_view {
width:100%;
float:left;
margin-bottom:10px;
display:inline;
}

/** Standard Browser Firefox... **/
.gfpb_portret[class],
.gfpb_landscape[class] {
background:#F8F8F8;
display: table;
#position: relative;
overflow: hidden;
float:left;
margin-right:20px;
margin-top:20px;
height:160px;
}

.gallerie_inner[class] {
_top: 50%;
#position: absolute;
display: table-cell;
vertical-align: middle;
}


/** IE 6 **/
* html .gfpb_portret,
* html .gfpb_landscape {
background:#F8F8F8;
display: block;
position:relative;
overflow:hidden;
float:left;
margin-right:20px;
margin-top:20px;
height:160px;
width:150px;
}

* html .gallerie_inner {
position: absolute;
top:50%;
}

*html div.gallerie_inner a img {
position: relative;
top: -50%;}
/** Ende Ansicht der Thumbnails **/

.gallerie_title {
width:100%;
display:block;
background:#efefef;
font-size:14px;
color:#000000;
font-weight:bold;
height:1.2em;
margin-bottom:10px;
padding-left:0px;}