html {
  height: 100%;
}

.mainContent {

    width: 800px;
    color: blanchedalmond;
height: 100%;
}

.contentContainer {
    background-color: rgba(84, 82, 65, 0.7);
    border: solid 1px;
    border-top: 0px;
    border-color: #28261F;
    margin-left: 1px;
    padding: 15px;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.contentAuthor{
	
	float: right;
}

body {
    background-color: #171715;
    height: 100%;
    min-height: 100%;

}

.site {
    margin: auto;
    padding: 10px;
    height: 100%;
    border-radius: 25px;
    border: 1px solid #614d42;
    background-color: rgba(47, 38, 33, 0.7);
    width: 1250px;
}

.mainBlock {

    color: #A8A595;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    vertical-align: top;
}



.mainContHeader {
    text-align: center;
    padding-top: 5px;
    color: #A8A595;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    height: 31px;
    width: 175px;
    background-image: url(../img/navMenuSW2.png);
    margin-bottom: 0px;
    margin-left: 1px;
}

.contentFooter {
    bottom: 20px;
    height: 80px;
}

.contentUpp {
    min-height: 550px;

}

A {
    text-decoration: none;
    color: #A8A595;
}
.background{
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100%;

}
.impressum{
	font-size: 11px;
}