body {
    display:-webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background-image: url(img/assets/bg_main_garten.jpg);
}
header, nav, nav a, article, section, aside, footer {
    /*border-radius: 0px 0.5em 0.5em;*/
    border: 0px solid;
    padding: 10px;
    margin: 10px;
    -webkit-flex: 1 100%;
    flex: 1 100%;
}

header {
    background-image: url(img/assets/header_bg_neu.jpg);
    display:-webkit-flex;
    -webkit-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
}

header * {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

header img {
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 50px;
}

header nav {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}

nav, nav ul, nav li{
    margin: 0;
    padding: 0;
    border: none;
}

nav ul {
    position: relative;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    -webkit-flex-direction: row;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

nav li {
    list-style-type: none;
    margin: 0 10px;
}

nav a {
    display:inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
}
a:link { color:#000033; text-decoration:none; font-weight:initial; }
a:visited { color:#000066; text-decoration:none; font-weight:normal; }
nav a:hover { color:#FFFFFF; text-decoration:#B5B5E1; }

#active {
    color:#FFFFFF;
    background-color: #485B83;
}

article {
    -webkit-flex: 4 1 0%;
    flex: 4 1 0%;
}
#articleSkulp{
    -webkit-flex: 4 1 0%;
    flex: 4 1 0%;
}

aside {
    width: 90%;
    height: 20%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

#HauptText {
    text-align: right;
}

#Links {
    -webkit-align-self: center;
    align-self: center;
    text-align: left;
}

#logo {
    height:62px;
    -webkit-align-self: center;
    align-self: center;
}

#navigation{
    position: relative;
    bottom: 8px;
    border: 1px solid black;
    background-image: url(img/assets/bg_tile_h2.png);
}

#navBg{
    position: relative;
    top: 42px;
}

#fotoSpace { 
    clear: left;
    margin: 0 auto;
    position:absolute; 
    width: 758px; 
    height : 454px; 
    left: 200px;
}
#fotoSpaceWrapper { 
    clear: left;
    margin: 0 auto;
    position:absolute; 
    top: 160px;
}

#pfeilR { 
    position:absolute; 
    width:80px; 
    height:360px; 
    top: 60px; 
}

#pfeilL { 
    position:absolute; 
    width:80px; 
    height:360px; 
    top: 60px; 
}

#closeButt { 
    position:absolute; 
    width:80px; 
    height:80px; 
    right: -80px;
    top:   0px; 
}

#textDate {
    position: absolute;
    left: 8px;
    /*bottom: 168px;*/
}
#yearBut {
    height: 460px;
    -webkit-align-self: center;
    align-self: center;
}
#presseShow {
    position: relative;
    left: 120px;
    height: 600px;
}

#copy {
    text-align: right;
}
#visitenKarte {
    position: relative;
    top: 80px;
    height: 600px;
    text-align: right;
}
#kreativU {
    /*                position: relative;
                    top: 80px;*/
    height: 590px;
    /*text-align: right;*/
}
#maps {
    position: relative;
    top: 80px;
    left: 20px;

    text-align: left;
}

#webdesign {
    color:#000000; 
    text-decoration:none; 
    font-weight:initial;
    text-align: right;
}

footer {
    /*background-color: #000033;*/
    /*background-color: #485B83;*/
    /*background-image: url(img/assets/header_bg999.png);*/
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
}

footer * {
    -webkit-flex: 1 1 0%;
    -webkit-justify-content: space-between;
    flex: 1 1 0%;
    justify-content: space-between;
}

footer p {
    text-align: right;
}
#textFooter {
    position: relative;
    top: 20px;
    color: #000000;
}
#impressum {
    position: relative;
    top: -38px;
    color: #000000;
    text-align: left;
}

#footerBg {
    position: relative;
    height: 80px;
    width: 105%;
    left: -30px;
    background-color: #485B83;
}
#footerBgKreativ {
    position: relative;
    height: 80px;
    width: 105%;
    left: -30px;
    top: -4px;
    background-color: #485B83;
}
#footerNoBg {
    position: relative;
    height: 80px;
    width: 105%;
    left: -30px;
    top: -32px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    /*background-color: #485B83;*/
} 
#impressum2 {
    position: relative;
    top: -68px;
    color: #000000;
    text-align: left;
}
#haftung {
    color: #000000;
}