/* Berghems Stylesheet */
/* Gemensamma stilar finns i common.css */
div.container { width: 65em;
}

/* Berghems Grundläggande Layout */

h1 {
    font-weight: normal;
}

/* Berghems Layoutboxar */

div.maintextbox { 
    background-color:	#F1F0EE;
}	

/* Berghems Sidhuvud */

div.header { 
    padding-top:   	2em;
    padding-bottom:     2em;
    margin: 		0em;
    margin-bottom: 	1em;
    height:    		10em;
    min-height: 	0; 
}

div.logo { 
    position: relative;
    padding-bottom: 1em;
}

img.blogo {
    width:          27%;
    display:        block;
    margin-left:    0;
}

img.logoSubtitle {
    width:          35%;
    display:        block;
    margin-left:    0;
}

img.llogo {
    display: block;
    position: absolute;
    bottom: 1.5em;
    right: 0;	
    }


a.menu { 
    background-color:   rgb(167, 167, 167);
    color:              white;
    outline: 		solid white 2px;
    width:              152px;
    border-radius:      4px;
    margin: 2px;
}

a.menu:hover    {
    background-color: gray;
}

/* Berghems Sidfot */

span.footer { 
    padding-top:    5px;
    border-top:     1px solid silver;
}

/* Berghems Startsida (index.php) */  

h1 > img {
width: 12em;
}

img.indexdecoLeft{
}
img.indexdecoCenter{
    margin-left:1.5em;	
    margin-right:1.5em;	
}
img.indexdecoRight{
}

/*  Berghems Kollektion (gallery.php)  */

div.galleryright { 
    color:   #101010;
	width:   51em;
}

div.thumbs {  
    margin: 		1em;
    margin-left:		0em;
    width:       	150px;
    height:      	150px;
    min-height:  	150px;
    max-width: 		150px;
	white-space: 	nowrap;
	overflow: 		hidden;
	text-overflow: 	ellipsis;
	object-fit: cover;
	
}

img.thumbs {
	object-fit: cover;
} 



select.sortbox {
    background: transparent;
    border:solid 1px gray;
    color: gray;
}
table.kvalitet { 
    display:block;
    float: left;
    border: 1px dotted silver;
    background: white;
    margin: 2em;
    margin-left: 0em;
    padding: 1em;			 
    width:       auto;
    height:		auto;
    white-space: nowrap;
}

img.mediums { 
	width: 100%;
	max-width: 100%;
	padding:	2em;
    padding-left: 0em;
    float:		left;
    clear:		both; 
    border:		none;
} 


/* Berghems Kontaktsida (contact.php)  */

/* Berghems Bildbank (bildbank.php)  */

img.decobank{
    float:          left;
    margin-top:     2em;
    margin-right:   0em;
    margin-left:    1em;
    margin-bottom:  1em;
    width:          300px;
    height:         400px;
}



/* COPEED */
#lefty {
	width: 35em;
	height: 398px;
	float: left;
	clear: left;
	margin: 1em;
	margin-left: 0;
}

    /* Slideshow */

    div.indeximages {
        display: block;
        float: right;
        clear: right;
        margin: 1em;
        margin-right: 0;
        width: 300px;
        height: 450px;
    }
    
    div.indeximages div {
    	width:  100%;
    	height: 100%;
    }

	div.indeximages div img {
		max-width:  100%;
		max-height: 100%;
	}
    
#slideshow { 
    margin: auto; 
    position: relative; 
    padding: 10px;
    clear: right;
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
