html {
	min-height: 100%;
    font-size: 100%;
}
body {
    background-image: url('noise.gif');
    font-size: 1em;
	margin: 0;
}
#wrapper {
    background-color: white;
	font-family: Arial;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 750px;
    height: inherit;
}
#head {
    max-width 750px;
	text-align: center;
}

#footer {
	text-align: center;
	max-width: 100%;
    margin: auto;
}
#banner{
    width: 100%;
}
#photo {
	max-width: 80%;
    margin: 2em;
}

.menue {
    font-size: 1.5rem;
    background-color: #d4ded3;
    display: block;
	line-height: 2em;
}

.line {
	margin: 1em 0;
	text-align: center;
	padding-top: 1em;
}
#content_wrapper {
    display: table;
    height: 100%;
	color: #525252;
	font-size: 1em;
	text-align: center;
	margin: 2em;
}
#gallery {
    display: table;
    margin: auto;
    max-width: 100%;

}
.image {
	position: relative;
	display: inline;
	width: 40%;
    margin: 0.5em;
}

.link {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
p {
	text-align: left;
}

#mail {
	color: #a3a3e3;
	font-style: italic;
}

#copyR {
    margin: 1em;
	text-align: center;
	color: #4B5D5C;
	font-size: 0.7em;
}


a:link {
	color: #424242;
	text-decoration: none;
}
a:visited {
	color: #424242;
	text-decoration: none;
}
a:hover {
	color: #a3a3e3;
}
a:active {
	color: #424242;
}
@media screen and (max-width: 70em) {
    .image{
        width: 90%;
    }
    #wrapper{
        max-width: 100%;
        width: 100%;
    }
    
    .menue{
        font-size: 4em;
    }
    #content_wrapper{
        font-size: 3em;
        line-height: 1.5em;
    }
    #copyR {
	   font-size: 1.5em;
    }
}