/**
* 
* Gally Websolutions, www.websolutions.gally.ch
**/

html, body {
}
body {

}
#header-contenter {
    clear: both;
	padding-top: 25px;
    text-align: center;
    width: 100%;
    z-index: 100000;
}
#header {
	z-index:1;
	margin:0 auto 0 auto;
	text-align:center;
	width:1024px;
}
#filler {
	/*height:50px;*/
}

#logo {
	width:365px;
	height:123px;
	
	/*background:url(../img/logo.jpg);
	background-repeat:no-repeat;*/
	margin-top:10px;
	margin-bottom: 30px;
}

hr.headerline {
	border-bottom: 1px solid #000000;
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-top: 10px;
}

#logo a{
	width:365px;
	height:123px;
}

#navi {
	float:right;
	margin-bottom: 1px;
}

#content-contenter {
	text-align:center;
	clear:both;
	width:100%;
	background-color:#ffffff;
}
#content {
	margin:0 auto 0 auto;
	text-align:left;
	float: left;
	width:530px;
	padding-left: 25px;
	padding-bottom:40px;
}


#menuicon {
	position:relative;
	float:right;
	background:url(../img/responsive/menu-icon.png);
	background-repeat:no-repeat;
	background-color:#DCE49B;
	width:50px;
	height:50px;
	cursor:pointer;
	display:none;
	/*margin-top: 30px;*/
}


#menuicon:hover {
	background-color:#40B4A7;
}

#gallygallery_header {	
	width:525px;
	height:168px;
}

#demoinfo{
	text-align:center;
	background-color:#FFFFFF;
	color:#383a40;
	font-size:10px;
	width:100%;
	height:20px;
	}



#footer {
	/*background-color:#383a40;*/
	color:#fff;
	clear:both;
	padding:40px 5px 40px 5px;
	font-size:12px;
	width:100%;
	height:50px;
	 box-sizing: border-box;
	 margin-top:25px;
	}

#homeicon 
{
	background:url(../img/icon-home.svg);
	background-repeat:no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	margin-left: 5px;
	box-sizing: border-box;
}

#mailicon
{
	background:url(../img/icon-mail.svg);
	background-repeat:no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	margin-left: 5px;
	box-sizing: border-box;
}

#profilicon
{
	background:url(../img/icon-profil.svg);
	background-repeat:no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	margin-left: 5px;
	box-sizing: border-box;
}

#facebookicon
{
	background:url(../img/icon-facebook.svg);
	background-repeat:no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	margin-left: 5px;
	box-sizing: border-box;
}

#homeicon a, 
#mailicon a,
#profilicon a,
#facebookicon a
{
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
}

#iconswrapper
{
	display: block;
	float: right;
	margin-top: -20px;
	position: relative;
	
}

#bildrechts {
	width: 260px;
	float: left;
	display: block;
	margin-top: 55px;
}

#bildrechts img {
	max-width: 260px;
}

#bildlinks {
	background:url(../img/formen.svg);
	background-repeat:no-repeat;
	width: 200px;
	height: 500px;
	float: right;
	display: block;
}

#contentwrapper
{
	width: 1024px;
	margin: 0 auto;
}

.imagegalleryoverview{
	clear:both;
	margin-bottom:20px;
}
.imagegalleryoverview h3 {
	color:#007ec5;
}
.imagegalleryoverview ul{
	list-style-type:none;
	overflow:auto;
}
.imagegalleryoverview ul li{
	list-style-position: inside;
	display: block;
    float: left;
    height: 200px;
    list-style-type: none;
    margin: 5px 25px 8px 25px;
    overflow: hidden;
    padding: 0;
    width: 120px;
}
.imagegalleryoverview ul li span{
	display: block;
    height: 120px;
    overflow: hidden;
    padding: 0;
    width: 120px;
}

.imagegalleryoverview ul li img{
	min-height:120px;
	min-width:120px;
}
.imagegalleryoverview img {
    max-width: none;
}


.imagegallery{
	clear:both;
	margin-bottom:20px;
}
.imagegallery h3 {
	color:#007ec5;
}
.imagegallery ul{
	list-style-type:none;
	overflow:auto;
}
.imagegallery ul li{
	list-style-position: inside;
	display: block;
    float: left;
    height: 100px;
    list-style-type: none;
    margin: 5px 13px 8px 0;
    overflow: hidden;
    padding: 0;
    width: 100px;
}

.imagegallery ul li img{
	min-height:100px;
	min-width:100px;
}
.imagegallery img {
    max-width: none;
}
#content .imagegallery img {
    max-width: none !important;
}