@charset "utf-8";
/* CSS Document */

/* inStorkow */

html {
	background-color: #fce7a3;
	background: url("../images/BG_Stoerer.png") repeat center top/**/, url("../images/BG_gelbVerlauf.jpg") fixed center top;/**/
}

body {
    min-width: 800px;
    overflow: hidden;
}

#bg {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#bg img {
    position: absolute;
    width: 100%;
}

#centered {
    left: 0px;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 100%;
    z-index: 2;
}

#logo {
    margin-right: 15px;
}