#bottomcont
{
  margin: auto;
  text-align: center;
  width: 930px;
  min-height:100%;
  padding: 0 18px 0 0;
  background-color: #FFFFF;
  clear: both;
}


div.aboutcont {
	width: 100%;
	text-align: left;
	padding-top: 10px;	
}

div.infocont
{
  float: left;
  text-align: left;
  width: 640px;
}
div.newsbarcont
{
  float: right;
  text-align: left;
  width: 270px;
  padding-top: 10px;
}

#wrapcont {
        position:relative;
        background-image: url(../img/new/bg_content.png);
	background-repeat: norepeat;
        left:0px;
        top:0px;
        width:930px;
        height:100%;
        min-height:400px;
        padding-left: 30px;
	padding-right: 29px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#maincont {
        width:930px;
	margin: 0px auto;
	padding-top: 5px;
	min-height:100%;
	text-align:left;
}

.clearfloat {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#footer {
        position:relative;
        background-image: url(../img/new/bg_foot.png);
        background-position: bottom center;
        left:0px;
        top:0px;
        width:1000px;
        height:40px;
}

#footer span {
	vertical-align:top;
}

#copyright {
	position: relative;
	top: 0px;
}

.klein {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
        color:#4c4c4c;
}
