.content .galerie {
    width:         100%;
    margin-bottom: 0.5em;
}

.content .galerie img
{
    display:       block;
    padding:       3px;
    border:        none;
}

.content .galerie p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.content .links {
    float:         left;
    margin-bottom: 0.5em;
} 

.content .popups {
    display: inline;
    float:   left;
    border:  none;
}

/* Hoover bild */
.content .thumbnail {
    position:         relative;
    z-index:          0;
}

.content .thumbnail:hover {
    background-color: transparent;
    z-index:          50;
}

.content .thumbnail span { /*CSS for enlarged image*/
    position:         absolute;
    background-color: #EEE;
    padding:              0px;
    left:             -1000px;
    border:               1px solid #B30000;
    visibility:       hidden;
    color:            black;
    text-decoration:  none;
}

.content .thumbnail span img { /*CSS for enlarged image*/
    border-width:     0px;
    padding:          2px;
}

.content .thumbnail:hover span { /*CSS for enlarged image on hover*/
    position:         fixed;
    visibility:       visible;
    top:              100px;
    left:             200px;
    z-index:          100;
}
