img {
    width: 1440px;
    height: auto;
}

body.start {
    background: url("../images/V1-Startseite_bg.jpg") repeat-x;
    background-size: 1px auto;
}

body.folge {
    background: url(../images/V1-Folgeseite_bg.jpg) repeat-x;
    background-size: 1px auto;
}

body.start.layout2 {
    background: url("../images/V2-Startseite_bg.jpg") repeat-x;
    background-size: 1px auto;
}
body.start.layout3 {
    background: url("../images/V3-Startseite_bg.jpg") repeat-x;
    background-size: 1px auto;
}

body.folge.layout2,
body.folge.layout3 {
    background: url("../images/V2-Folgeseite_bg.jpg") repeat-x;
    background-size: 1px auto;
}

header {
    position: fixed;
    width: 100%;
	height: 110px;
    text-align: center;
    background: white url("../images/header_bg.png") repeat-x;
    background-size: 1px auto;
}
header.projekte {
	height: 208px;
}
.layout2 header {
    height: 150px;
    background: white url("../images/V2-Startseite_header_bg.png") repeat-x;
    background-size: 1px auto;
}
nav {
	display: none;
    position: fixed;
    top: 0;
    height: 518px;
    width: 100%;
    text-align: center;
    background: white url("../images/V2-Startseite_header_bg.png") repeat-x;
    background-size: 1px auto;
}
nav.showNav {
	display: block;
}

#akkordeon {
	background: white url("../images/V1-Folgeseite_akkordeon_bg.jpg") repeat-x;
    background-size: 1px auto;
}

#akkordeonHide {
	background: white url("../images/V1-Folgeseite_bg.jpg") repeat-x;
    background-size: 1px auto;
	background-position: left -1026px;
}

section {
    width: 100%;
    text-align: center;
}
footer {
    width: 100%;
	height: 277px;
    text-align: center;
    background: #c8c8c8;
}