@charset "utf-8";
/* CSS Document */
#wrapper {
	position:relative;
	left:0;
	top:0;
	width:700px;
	height:auto;
	margin:0 auto;
	z-index:1;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
	height:188px;
	border-top:1px solid #E2001A;
	border-left:1px solid #E2001A;
	border-right:1px solid #E2001A;
	background-color:#FFF;
	z-index:2;
}
#subheader {
	position:absolute;
	left:0px;
	top:188px;
	width:700px;
	height:10px;
	z-index:3;
	background-color: #E2001A;
	border-left:1px solid #E2001A;
	border-right:1px solid #E2001A;
}
#content {
	position:absolute;
	left:0px;
	top:198px;
	width:700px;
	height:1650px;
	z-index:5;
	border-left:1px solid #E2001A;
	border-right:1px solid #E2001A;
	text-align: center;
}
#footer {
	position:absolute;
	left:0px;
	top:1848px;
	width:700px;
	height:50px;
	z-index:6;
	border-top:1px solid #E2001A;
	border-left:1px solid #E2001A;
	border-right:1px solid #E2001A;
	border-bottom:1px solid #E2001A;
	background-color:#FFF;
	text-align: center;
	
}
.Stil1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
}
.Stil2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.Stil3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}
.Stil4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	text-align: center;
}
