.generaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	border: 0;
	margin: 0;
	border-top: 0;
	
	padding-top: 0px;
	padding: 0;
	left:50px;
	padding-bottom: 0px;
	border-bottom: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Layermenu {
	position:absolute;
	width:200px;
	height:115px;
	z-index:10;
	left: 1px;
	top: 77px;
}
#Layereditable {
	position:relative;
	width:780px;
	height:500px;
	z-index:1;
	border: 0;
	margin: 0;
	padding: 0;
}
.titletext {
	font-size: 24px;
	font-weight: bold;
	padding-top: 0px;
	border-top: 0;
	margin-top: 20px;
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.subtitle {

	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
	border-top: 0;
	margin-top: 40px;
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.subsubtitle {

	font-weight: bold;
}
.mail {
vertical-align:bottom;
}



.pics {
	border: 0;
}
/*trick so that images in modal popup are resized*/ 
html, body {

  height: 100%;

}
body {
	background-image: url(img/inoxbrosse.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a {
	text-decoration: underline;
	color:#666666;
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
hr{
width:1000px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5px; /* Location of the box */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	height: 100%;
  width: 100%;
}
.modal-Image {
display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 95%;
  max-width: 95%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*menu*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: left;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;

  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  text-decoration: underline;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  	background-image: url(img/inoxbrosse.gif);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

.dropdown-content a {

  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
    z-index: 10;
}



.dropdown:hover .dropdown-content {
  display: block;
}