body{
margin:0px;
padding:0px;
font: 14px  arial, helvetica, verdana;
color: #000000;
}

#logo{
padding:50px 0px 0px 50px;
clear:both;
}

#nav{
margin:20px 0px 0px 40px;
clear:both;
}
#nav a{
text-decoration:none;
color: #d3d3d5;
margin-left:10px;
}
#nav a:hover{
text-decoration:underline;
color: #d3d3d5;
}
#nav font{
color: #6e6e70;
margin-left:10px;
}


#box_main1{
width:auto;
background-color:#6e6e70;
clear:both;
}
#box_main2{
width:1200px;
}

#box_main3{
width:auto;
background-color:#ffffff;
clear:both;
}
#box_main4{
	background-color:#ffffff;
width:1200px;
}


#box_dunkel{
width:auto;
height:250px;
background-color:#6e6e70;
clear:both;
}
#martin{
float:left;
margin:5px 0px 0px 50px;
}
#text_adresse{
float:left;
color: #d3d3d5;
margin:15px 0px 0px 50px;
}
#text_adresse a{
text-decoration:none;
color: #d3d3d5;
}
#text_adresse a:hover{
text-decoration:underline;
color: #d3d3d5;
}
#text_info{
float:left;
width:400px;
color: #d3d3d5;
margin:15px 0px 0px 50px;
}

#box_bilder{
width:auto;
padding: 50px 0px 40px 50px;
clear:both;
}
#box_bilder img{
margin: 0px 10px 10px 0px;
}
#box_bilder a {
    text-decoration: none;
}

.lightbox {
    position: relative;
		overflow: visible !important;
		transform: translateY(-20px);
}
.lightbox-direction, .lightbox-direction:visited {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	transform: translateY(-50%);
	color: #666 !important;
	text-decoration: none !important;
	background: #fff;
	border-radius: 5px;
	font-size: 15px !important;
	font-weight: normal !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.lightbox img,
.lightbox .media {
  border: 10px solid #fff;
}
.lightbox-overlay {
	padding-top: 0 !important;
}
.lightbox-header {
	top: unset !important;
	bottom: -46px;
	position: absolute !important;
	background: #fff;
	padding: 20px 10px !important;
}
.lightbox-header h2 {
	margin: 0 !important;
	color: #666 !important;
	font-size: 15px !important;
	text-align: left !important;
}
.lightbox-close {
    position: absolute !important;
    bottom: -38px !important;
    color: #666 !important;
    top: unset !important;
		right: -1px !important;
		margin: 0 !important;
		color: #666 !important;
		font-size: 15px !important;
		text-decoration: none !important;
		font-weight: normal !important;
}
