body {
	margin: 0;
	padding: 0;
	font-family: trebuchet ms;
	}
	
#bg{
	width: 100%;
	height: 1000px;
	background-image: url("../img/bg.jpg");	
	background-repeat: repeat-x;
	}

#inhalt{
	color: #DFD39B;
	font-size: 60px;
	width: 100%;
	height: 200px;
	vertical-align: bottom;
	text-align: center;
}

#inhalt2{
	color: #DFD39B;
	font-size: 40px;
	width: 100%;
	height: 100px;
	vertical-align: top;
	text-align: center;
}

#logo-leupold{
	width:100%;
	height: 300px;
	background-image: url("../img/logo-leupold.png");
	background-repeat: no-repeat;
	display: block;
	background-position: top;
}

.test{
	width: 350px;
	height: 100px;
	padding-left: 20%;
}

.test2{
	width: 200px;
	height: 200px;
}

#logo-oldtimer{
	width: 100%;
	height: 300px;
	background-position: top;
	background-image: url("../img/logo-oldtimer.gif");
	background-repeat: no-repeat;
	display: block;
}

.box1{
	width: 100%;
	height: 300px;
}
