html, body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	background-image:url(../img/bgFade.gif);
	background-repeat:repeat-y;
	background-position:center top;

}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:730px;
	margin:0 auto;
	background-image:url(../img/bgAll.gif);
	background-repeat:repeat-y;
	background-position:center top;
	 background-color:#636466;

	
}
#header {
	width:730px;
	height:310px;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding-top:320px;padding-bottom:25px; background-color:#d1d2d4} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:730px;
	height:25px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}
#labfooter{
	width:730px;
	border-top:1px solid #de998c;
	background-image:url(../img/transp.png);
	height:25px;
	line-height:25px;
}
#content{
	padding-left:35px; 
	padding-right:35px;
}
p {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin:0px;
}
h1 {
	font-family: Arial;
	font-size: 22px;
	color: #be2025;
	line-height: 27px;
	margin:0px;
}
h2 {
	font-family: Arial;
	font-size: 11px;
	color: #be2025;
	line-height: 16px;
	margin:0px;
	font-weight: bold;
}
a {
	color: #333333;
}
a:hover {
	color: #be2025;
}
ul, ol {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-left: 25px;
	padding-left: 0px;
}
.login {
	font-size:10px;
	color:#c63d41;
}
input, textarea, select{
	font-family: Arial;
	font-size: 10px;
	margin: 0px;
}
form{
	margin:0px;
}
.bgLeft {
	background-image:url(../img/bgLeft.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.bgRight {
	background-image:url(../img/bgRight.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.quote {
	color:#c33235;
	font-size:12px;
	font-style:italic;
}
.quoteKlein {
	color:#c33235;
	font-size:11px;
}
.menu {
	color:#c33235;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height: 20px;
}
.menu:hover {
	color:#eab8a6;
}
.smenu {
	color:#c33235;
	font-size:14px;
	text-decoration:none;
}
.smenu:hover {
	color:#eab8a6;
}
img {
	behavior: url(/iepngfix.htc) 
}

