@charset "utf-8";
@import "textformat.css";
@import "navi.css";
@import "fce.css";
@import "ext.css";

/* allgemein */

html, body {
	height:100%;
	margin: 0px; 
	padding: 0px; 
	border: none;
} 

* html .clearfix {height: 1%;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


body {	
	min-height: 100%; 
	height: 100%;
	padding-bottom: 1px;  /* keep scrollbar */
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}

a img {
  border: 0px;
}

#mloMain {
  margin: 0px auto; 
  width: 950px;
  height: 100%;
  min-height: 100%;
  padding: 0px;
}

/* Workaround for ie/firefox */
#mloMain[id] {
	height: auto;
}

/* head Area */
#mloHead {
  background-image: url(../gfx/css/bg_head.gif);
  background-repeat:repeat-x;
  background-color: #F4F4F4; 
  height: 92px; 
  width: 948px;
  border-left: 1px solid #AEAEAE;
  border-right: 1px solid #AEAEAE;
  overflow: hidden;
}

#mloHeadLogo {
	float: left;
	margin: 25px 20px 0px 20px;
	display: inline;
}

#mloHeadM1 { 
	margin: 70px 10px 0px 0px;
	overflow: hidden;
	float: right;
	display: inline;
}

/* Flash Area */
#mloFlash {
	width: 950px;
	overflow: hidden;
}

#mloFlash img {
	display: block;
}

/* middle Area */
#mloNav {
	height: 55px;
	color: #326F22;
	background-image:url(../gfx/css/bg_nav.gif);
	background-repeat:repeat-x;
	overflow: hidden;
}

#mloNavS {
	height: 40px;
	color: #326F22;
	background-image:url(../gfx/css/bg_nav_kl.gif);
	background-repeat:repeat-x;
	overflow: hidden;
}

#mloNavSearch {
	float: left;
	display: inline;
	margin: 30px 10px 0px 10px;
}

#mloNavM2 { 
	margin: 35px 10px 0px 0px;
	overflow: hidden;
	float: right;
	display: inline;
}

#mloNavS #mloNavSearch {
	margin-top: 15px;
}

#mloNavS #mloNavM2 {
	margin-top: 20px;
}

/* Content */
#mloContent {
	padding-bottom: 70px;
	margin-top: 35px;
	width: 950px;
}

#mloContentInner.bgline {
	background-image:url(../gfx/css/bg_cont.gif);
	background-repeat: repeat-y;
	background-position: 290px 0px;
}

#mloContentLeft {
	float: left;
	display: inline;
	width: 270px;
	overflow: hidden;
}

#mloContentM3 {
	overflow: hidden;
}

#mloContentContainer, #mloContentTools {
  margin-top: 50px;
}

#mloContentMain {
	float: left;
	display: inline;
	margin-left: 22px;
	width: 658px;
	overflow: hidden;
}


/* Footer */
#mloFooter {
	width: 100%;
	margin: 40px 0px 10px 0px;
}

#mloFooterIn {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#mloFooterInCopy {
	float: left;
	display: inline;
	color: #999999;
	font-size: 10px;
}

#mloFooterInCopy a {
	color: #999999;
	font-size: 10px;
}

#mloFooterInM4 {
	float: right;
	display: inline;
	overflow: hidden;
}

#mloFooterDisclaimer {
	clear: both;
	float: none!important;
	color: #666666;
	font-size: 9px;
	font-weight: bold;
}

#mloFooterDisclaimer p, 
#mloFooterDisclaimer strong, 
#mloFooterDisclaimer b, 
#mloFooterDisclaimer span {
	font-size:9px;
}
#mloFooterDisclaimer p, 
#mloFooterDisclaimer span {
	font-weight: normal;
}