@charset "utf-8";

#container {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}

body {
	background-image: url(Bilder/hg_neu.jpg);
	background-repeat: repeat-x;

}
.button {
	color: #333;
	text-decoration: none;
}
#bilder_1 {
	float: left;
	width: 310px;
	padding-left: 3px;
}



#copytext {
	float: left;
	width: 990px;
	padding-left: 3px;
	height: 600px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 24px;
	line-height: 40px;
}
#header {
	float: left;
	width: 1000px;
}
.blackrand {
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#bilder_2 {
	float: left;
	width: 310px;
	padding-left: 25px;
	color: #333;
	line-height: 40px;
}
.textmitte {
	font-size: 16px;
	line-height: normal;
	color: #000;
}

#bilder_3 {
	float: left;
	width: 310px;
	padding-left: 25px;
}
#footer {
	float: left;
	width: 400px;
	padding-left: 3px;
	padding-top: 10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #333;
}
h2 {
	font-size: 24px;
	color: #333;
}
h3 {
	font-size: 36px;
	color: #3BA1D6;
}