
body {
	font-family: Arial, Helvetica, sans-serif;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

.box {
    border-collapse: collapse;
}
/* #######################################################*/
.feed {
    text-align: justify;

}
.feed a {
    text-decoration: none;
    color: rgb(78, 87, 87);
}

.feed a:hover {
    color: rgb(59, 144, 194);
}

/* ##################### Fotos #######################*/
.single_img {
    text-align: center;
    } 
.single_img img {
    width: 65%;
        }   

.double_img {
    text-align: center;
    } 
.double_img img {
        width: 45%;
        } 

.triple_img {
    text-align: center;
    } 

.triple_img img {
        width: 30%;
        } 
  

/* #######################################################*/
#navigation {
    padding: 120px;
    text-align: center;
    background-image:url("../img/warnemuende_header_beach.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
#navigation h1 {
    margin: 16px;
    font-size: 24pt;
    text-align: center;
}
#navigation a {
    color: rgb(78, 87, 87);
    padding: 8px;
}

#navigation a:hover {
    color: rgb(59, 144, 194);
}

#site {
    /*line-height: 150%;*/
    max-width: 1200px;
    text-align: center;
    margin-left: 60px;
}



