body,table,td {font-family:Verdana, Arial; font-size:10px;color:#003;empty-cells:show;} 
html, body{
  background-color:#FFF;
	margin:0;
	padding:0;
	height:100%;
}
* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

/* Allgemein */
#container{
position:relative;
min-height: 100%;
}
* html #container {
    padding:0;
    height:100%;
    overflow:auto;
}
/* Head */
* html #head_container{
    padding:0;
/*    height:100%;    !!!*/
    overflow:auto;
}
#head{
	background:url("img/mclogo.png"); 
	background-repeat: no-repeat;
	background-position:2px 2px;
  width:100%;
  height:30px;
  text-align:center;
  background-color:#E9F0F0;
  border-bottom:1px solid #CCC;
  position:fixed;
	top:0px;		
  z-index:20;
}
#nav{
  vertical-align:top;
  text-align:right;
  z-index:21;
  color:#5EB3C2;
  font-size:12px;
  padding-right:10px;
  padding-top:7px;
}
#topBox{
  position:relative;
  top:40px;
	height:100px;
  width:800px;
	margin:auto;
	text-align:center;
}
#topNav{
  position:relative;
  top:35px;
	height:15px;
  width:793px;
	margin:auto;
	text-align:left;
	font-size:11px;
	padding-top:1px;
	padding-left:5px;
	border:1px solid #CCC;
}
#mcbanner{
position: absolute; 
top:0px; 
left:35px;
}
*+html #mcbanner{
top:1px;
}
.table_top{
  width:100%;

}
.tb_left{
	background:url("img/box/infoBlock_left.jpg"); 
	background-repeat: no-repeat;
	width:31px;
 	height:68px;		
}
.tb_main{
	background:url("img/box/infoBlock_main.jpg"); 
	background-repeat: repeat-x;
 	height:68px;
}
.tb_right{
	background:url("img/box/infoBlock_right.jpg"); 
	background-repeat: no-repeat;
	width:31px;		
 	height:68px;		
}
.tb_left,.tb_main,.tb_right{
	border-bottom:1px solid #CCC;
}
.tb_bottom{
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
/* Content */
#content{
  position:relative;
	top:40px;
	width:800px;
}
.table_main{
	 background:url("img/1001110.jpg"); 
	 background-repeat: repeat;	
	 width:800px;	
	 table-layout:fixed;
	 empty-cells:show;
}
.td_mainLeft,.td_mainRight{
	 height:160px;
   background-color:#E9F0F0;
	 border-top:1px solid #CCC;
	 border-left:1px solid #CCC;			
	 vertical-align:top;
}
.td_mainLeft{	
	 padding:5px;
   width:110px;
	 text-align:left;
	 border-bottom:1px solid #CCC;		 
}
.td_mainContent{
		border-top:1px solid #CCC;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;					
		padding:5px;
		vertical-align:top;		
		text-align:left;
}
.td_mainRight{		
	 background:url("img/box/mcright.png"); 
	 background-repeat: no-repeat;		
	 width:58px;	
}
.td_foot{
	 background:url("img/box/mcfoot.png"); 
	 background-repeat: no-repeat;		
	 width:800px;	
	 height:66px;
	 vertical-align:top;
	 text-align:left;
	 padding-left:370px;
	 padding-top:18px;
	 color:#4EAEBE;
	 font-size:12px;
}
#content_main{
  position:absolute;
	left:120px;
	top:5px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;	
}
#display{
	position:relative;
  width:295px;
	height:20px;
	left:475px;
}
.tb_bottom{
  text-align:center;
  background-color:#E9F0F0;
	border-top:1px solid #FEFEFE;
	height:20px;								 
}

/* footer */
#footer{
position:fixed;
bottom:0;
width:100%
}
#bottom_top{
  position:absolute;
	text-align:center;
	bottom:10px;
	width:100%;
	height:25px;
  background-color:#FFF;
  border-top:1px solid #DDD;
  z-index:8;	
  padding:6px 0 0 0;
}
#bottom{
  position:absolute;
	bottom:0;
	width:100%;
	height:15px;
  text-align:center;
  background-color:#E9F0F0;
  border-top:1px solid #CCC;
  z-index:9;		
	color:#006;
}

/* KONTAKT FRAME */
.kontakt_frame{
  height:250px;
}
/* Sonstiges */
A {
  color:#00F;
  text-decoration: none;
}

A:hover {
  color:#003;
  text-decoration: none;
}
A.nav,A.nav:active,A.nav:visited{
  color:#5EB3C2;
  text-decoration: none;
}										 							 		 									 						 					 	
A.nav:hover{
  color:#666;
  text-decoration: none;
}
IMG {
    border: 0;
		}
/* NAVIGATIONS SCHUTZ HIDDEN */		
#navclap{
background:url("img/box/navbalk.gif"); 
background-repeat: no-repeat;	
background-position: -4px -4px;	
position:absolute;
width:112px;
height:251px;
visibility:hidden;
}
/*COOLE NAVIGATION*/
.coolnav {
	width: 110px;
	font-family: verdana;
	margin: 0px;
	padding: 0px;
	list-style:none;
	border: 1px solid #4EAEBE;
	border-bottom-width: 0px;
}

.coolnav li a {
	font-size: 11px;
	line-height: 23px;
	height: 23px;
	display:block;
	color:#4EAEBE;
	text-decoration: none;
	font-weight: normal;
	background-color: #B7DEE5;
	border: 1px solid #4EAEBE;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-color: #fff;
	cursor: pointer;
}

.coolnav li a span {
	height: 23px;
	text-indent: 4px;
	display:block;
	margin-left: 25px;
	background-color: #B7DEE5;
}

.coolnav li a:hover {
	background: url(img/icon/pfeil_nav.jpg) no-repeat 7px 6px;
	background-color: #E9F0F0;
}

.coolnav li a:hover span {
	color:#444;
	background-color: #E9F0F0;
}
/*TOOLTIP*/
.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(bt.gif) no-repeat bottom}
