@charset "utf-8";

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image:url(images/Background.jpg);
	background-repeat: no-repeat;
	margin-top: -30px;
}

#container {
	text-align: left;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	width: 708px;
	height: 715px;
	background-image:url(images/bg1.jpg);
	background-repeat: repeat-y;
}

#container-reply{
	text-align: left;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	width: 708px;
	height: 650px;
	background-image:url(images/bg1.jpg);
	background-repeat: repeat-y;
}
	

#header {
	width: 708px;
	height: 106px;
}

#logo {
	width: 236px;
	height: 115px;
	float: left;
	
}

#headergrafik {
	width: 944px;
	height: 321px;
	float: left;
}


#content {
	width: 648px;
	height: 882px;
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content-reply{
	width: 648px;
	height: 482px;
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contact {
	text-align: center;
	margin-top: -10px;
}

#footer {
	width: 708px;
	height: 50px;
	background-color: #534b42;
	margin-top: -12px;
}
