@charset "utf-8";
/* CSS Document */
#imgHider {
	position:absolute;
	top: 169px;
	left: 50%;
	height: 488px;
	width: 1024px;
	padding: 0px;
	margin-left: -511px;
}
body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #E9D9CD
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent {
	background:url(img/eiswaegele.jpg) #FFF;
	width:1024px;
	height:768px;
	border:1px solid #a22a2b;
	background-position:left top;
	background-repeat: no-repeat;
}
#navBar {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A22A2B;
	line-height: normal;
	background-image:url(../img/navEiswaegele.jpg);
	height:30px;
}
#navBar li {
	display:inline;
	text-align: center;
	margin: 0px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	left: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A22A2B;
}
#navBar li a:link {
	text-decoration:none;
	color: #A22A2B;
}
#navBar li a:visited {
	text-decoration:none;
	color: #A22A2B;
}
#navBar li a:hover {
	text-decoration:underline;
	color: #A22A2B;
}
#mainBack {
	background-image:url(../img/backgrEiswaegele.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:488px;
	height: 630px;
}
#pageContentBack {
	width: 670px;
	margin: 0 auto;
	background-image: url(../img/backgrTransparent.png);
	overflow: hidden;
	background-repeat: no-repeat;
	padding:0px;
	padding-left:15px;
	padding-top: 48px;
	background-position: 0 48px;
	visibility:hidden;
}
#pageContent {
	padding-right:40px;
	overflow:auto;
	padding-top:0px;
	margin-top: 0px;
	border: none;
	height: 360px;
	color: #666;
	padding-bottom: 10px;
}
#mainContent {
	width:1024px;
	border:1px solid #a22a2b;
	background-position:left top;
	background-repeat: no-repeat;
}
p {
	font-size:20px;
}
#footer {
	background:url(../img/footerEiswaegele.jpg);
	height:30px;
	margin-top: 40px;
	text-align: right;
	vertical-align: middle;
	line-height: 30px;
	font-size: 12px;
}
#footer a:link {
	font-size:12px;
	color:#933;
	text-decoration:none;
}
#footer a:visited {
	font-size:12px;
	color:#933;
	text-decoration:none;
}
#footer a:hover {
	font-size:12px;
	color:#933;
	text-decoration:underline;
}
#pageBottom {
}
#mainHeadline {
}
h1 {
	padding:0px;
	margin:0px;
	height: 138px;
	width: 1024px;
	overflow: hidden;
}
h2 {
	margin:0px;
	border: none;
	color:#E0BCBC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	line-height: 30px;
}
