@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: 960px;
  height: 100%;
  min-height: 100%;
  padding: 0px;
}

/* Workaround for ie/firefox */
#mloMain[id] {
	height: auto;
}

/* head Area */
#mloHead {
  height: 75px; 
  width: 960px;
  overflow: hidden;
}

#mloHeadLogo {
	float: left;
	margin: 25px 20px 0px 20px;
	display: inline;
}

#mloHeadSearch { 
	margin: 10px 10px 0px 0px;
	overflow: hidden;
	float: right;
	display: inline;
}

#mloHeadM1 { 
	margin: 12px 0px 0px 0px;
	overflow: hidden;
	float: right;
	display: inline;
}

/* top navigation */
#mloNav {
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  height: 26px;
  background-image:url(../gfx/css/bg_m2_n.gif);
	background-repeat:repeat-x;
	overflow: hidden;
}

#mloNavM2 { 
	margin: 0px;
	height: 26px;
	overflow: hidden;
	float: right;
	display: inline;
}

/* image */
#mloImage {
  	border-top: 3px solid #b62727;
}

#mloImagePic {
	float: left;
	display: inline;
	width: 640px;
}

#mloImageTicker {
	float: left;
	display: inline;
	width: 320px;
}

/* Subnav */
#mloSubNav {
	height: 30px;
	overflow: hidden;
	background: url(../gfx/css/bg_dot.gif) repeat-x bottom center;
}

/* Content */
#mloContent {
	padding-bottom: 80px;
	margin-top: 38px;
	width: 960px;
}

#mloContentFlash {
	padding-bottom: 50px;
	width: 960px;
}

#mloContentContainer {
  float: left;
	display: inline;
	width: 320px;
	overflow: hidden;
}

#mloContentMain {
	float: left;
	display: inline;
	margin-right: 45px;
	width: 595px;
	overflow: hidden;
}


/* Footer */
#mloFooter {
	width: 100%;
	height: 40px;
	margin: -40px 0px 0px 0px;
}

#mloFooterIn {
	width: 960px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#mloFooterInCopy {
	float: right;
	display: inline;
	color: #999999;
	font-size: 10px;
  margin: 2px 5px 0 0;
}

#mloFooterInCopy a {
	color: #00685c;
	font-size: 10px;
}

#mloFooterInM4 {
  margin: 2px 0px 0px 10px;
	color: #999999;
	font-size: 10px;
	float: right;
	display: inline;
	overflow: hidden;
}
#mloFooterInTools {
	color: #999999;
	font-size: 10px;
	padding-top: 2px;
	float: right;
	display: inline;
	overflow: hidden;
}

#mloFooterDisclaimer {
  float: left;
  color: #999999;
	font-size: 10px;
	margin: 3px 0 0 0;
}