@charset "utf-8";
body  {
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	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 */
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;

}
img {
	display:none;
}
object{
	display:none;
}
.container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;

	float: none;
	
} 
.noprint{
	display:none;
}

.maximenuCKH{
	padding-left: 40px;
}
.sidebar1 {
/*	float: left;*/
	width: 208px;
	margin-top: 0;
	padding-bottom: 10px;
	height: 100%;	
	background-image: url()!important;
	background-repeat: no-repeat;
	background-position: bottom;
}
.gradientbutton{
	padding-left:20px;
	background-image: url()!important;
	background-color:#ffffff !important;
	
}
.textonly{
	display:inline !important;
	padding-left:20px;
}