a:link {
		color: #a73d5f; text-decoration: none; letter-spacing: 1px; }
a:visited {
		color: #a73d5f; text-decoration: none; letter-spacing: 1px; }
a:active {
		color: #a73d5f; text-decoration: none; letter-spacing: 1px; }
a:hover {
		color: #76913b; text-decoration: none; letter-spacing: 1px; }


body {
    color: #837a72;
    font-size: 12px;
    font-family: "Verdana", sans-serif;
    margin: 10px 0px 20px 0px;
    padding: 0px;
    background-color: #e7e7e7;
  }
  
img {
    border: 0px;
    width: 300px;
    height: 200px;
}

p {
	line-height: 17px;
	margin: 0px 2px 10px 2px;
}

div#wrapper {
	width: 870px;
	margin: 0px auto;
}

div#title {
	color: #4e4e4e;
	font-size: 11px;
	font-family: "Arial", sans-serif;
	letter-spacing: 1px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
}

span.title {
	color: #3588b2;
	font-size: 30px;
	font-family: "Arial", sans-serif;
	letter-spacing: 1px;
}

div#content {
	float: left;
	width: 680px;
}

div#links {
	float: right;
	width: 180px;
	padding: 10px 0px 0px 0px;
}

.content_box {
	float: left;
	width: 320px;
	height: 220px;
	padding: 10px;
	margin: 10px;
	background-color: #fff;
    box-sizing: border-box;
}

img { cursor: crosshair; }

.links_menu a {
	width: 100%;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 5px 5px;
	display: block;
	color: #974458;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
    border-bottom: 1px solid #dadada;   

}

.links_menu a:hover {
	color: #56923e;
	border-bottom: 1px solid #bfbfbf;
}

.bildkasten {
    width: 100%;
    height: 100%;
    background-size: cover;
    display:flex;justify-content:center;align-items:center;
}

.bildkasten > div {
    font-family: Tahoma;
    letter-spacing: 0;
    padding: 10px;
    visibility: hidden;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
   -moz-transition: opacity 0.8s ease-in-out;
   -webkit-transition: opacity 0.8s ease-in-out;
    text-shadow:  1px  1px 1px #000,
                  1px -1px 1px #000,
                 -1px  1px 1px #000,
                 -1px -1px 1px #000;
}

.bildkasten > div > h1 {
    margin-top: 0;
}

.bildkasten:hover > div {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 872px){
    html {
        overflow-x: hidden;
    }
    
    div#wrapper {
        width: 100%;
    }
    
    div#content {
        width: 100%;
        clear: both;
    }
    
    .content_box {
        width: 100%;
    }
    
    .content_box img {
        width: 100%;
    }
    
    div#links {
        clear: both;
        float: right;
    }
    .content_box {
        clear: both;
        width: 100%;
        margin: 10px 0px;
    }
}

.gradualfader {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .gradualfader:hover {
      opacity: 0.5;
      }