body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: 'Droid Sans', sans-serif;
	-webkit-background-size: 1920px 1080px;
}

.head1 {
	width: 100%;
	height: 55px;
	background-color: #ffcc00;
	position: relative;
	padding-top: 25px;
}

.whitespace {
	width: 100%;
	height: 8px;
	background-color: #ffffff;
	position: relative;
}

.gelbbar {
	width: 960px;
	height: 6px;
	background-color: #ffcc00;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}

.blackspace {
	width: 100%;
	height: 41px;
	position: relative;
	margin: 0px;
	background-image: url(../layout/menubg.jpg);
	background-repeat: repeat-x;
}

.inhalt1 {
	font-family: 'Droid Sans', sans-serif;
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.footer1 {
	width: 100%;
	background-color: #ffcc00;
	position: relative;
	height: 220px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
}

.footer2 {
	width: 100%;
	position: relative;
	height: 300px;
	background-image: url(../layout/foot2_bg.jpg);
	background-repeat: repeat-x;
}

.footer3 {
	width: 100%;
	position: relative;
	height: 100px;
	background-image: url(../layout/foot3_bg.jpg);
	background-repeat: repeat-x;
}

.logo {
	width: 960px;
	position: relative;
	height: 43px;
	margin-right: auto;
	margin-left: auto;
}
h4 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffcc00;
	text-shadow: 1px 1px 1px #757575;
    filter: dropshadow(color=#757575, offx=1, offy=1);
	margin-left: 25px;
}

h5 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #ffcc00;
	text-shadow: 1px 1px 1px #757575;
	filter: dropshadow(color=#757575, offx=1, offy=1);
	margin-left: 35px;
}

h6 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	margin-left: 5px;
}


.inhalt1 p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 30px;
}

.box1 {
	width: 300px;
	height: 200px;
	float: left;
	border: 2px solid #CCC;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* WebKit */
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* Firefox */
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* Standard */
	background-image: url(../layout/box.jpg);
	background-repeat: repeat-x;
}
.box2 {
	float: left;
	height: 200px;
	width: 300px;
	margin-left: 25px;
	border: 2px solid #CCC;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* WebKit */
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* Firefox */
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* Standard */ 
	background-image: url(../layout/box.jpg);
	background-repeat: repeat-x;
}
.box3 {
	width: 300px;
	height: 200px;
	float: right;
	border: 2px solid #CCC;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* WebKit */
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* Firefox */
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* Standard */ 
	background-image: url(../layout/box.jpg);
	background-repeat: repeat-x;
}

.box4 {
	width: 264px;
	float: left;
	font-size: 14px;
	padding: 20px;
}
.box5 {
	float: left;
	width: 264px;
	margin-left: 25px;
	font-size: 14px;
	padding: 20px;
}
.box6 {
	width: 264px;
	float: right;
	font-size: 14px;
	padding: 20px;
}

.bread1 {
	height: 10px;
	float: left;
}

.bread2 {
	height: 10px;
	float: right;
}

.breadwrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
