@charset "UTF-8";
/* CSS Document */

#hintergrund {
        background: url('../images/bg.jpg');
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 100%;
        width: 100%;
        position: fixed;
        background-position: center center;
        background-repeat: no-repeat;
		z-index:-1000;
    }

<!--td img {display: block;}-->




#container {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	height: 100vh;
	width: 1200px;
		
	}
	
	<!--evtl. zu container hinzufügen: background-image: url(hintergrund_scrollbar.jpg);   background-repeat: repeat-y; -->
	
#inhalte {
	height: auto;
	position:relative;
	}

.halant {
font-family: 'Halant', serif;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFDEDC;
}