/*  -- 								Basics--    		*/

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll; 
	height: 100%;
}
body {
    background-color: #e9e9e9;  
	margin: 0; padding: 0;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	
}

body.print {
    background-color: #fff;
}

td,tr,p,span,input,li  {
	font:12px Arial, Helvetica, sans-serif;
}	

.clearBoth  { clear:both; }
.floatLeft  { float:left; }
.floatRight { float:right;}

/* -- 								Architektur-- 		*/

#page {
    position: relative; /* Mutter von Content und Fuss border:1px solid #a6a6a6; */
    margin: 0 auto; /* Zentrierung */
    width: 1001px;
    background:#fff url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/page_bg.gif) no-repeat;
    text-align: left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content {
	margin:0 0 25px 0; /* Content durch Margin bottom nie von Fuss abgedeckt border:1px solid #000; */
    padding:0;
    width: 100%;
	min-height: 562px;
    height: auto !important;
	clear: both; 
}

#foot {
    position: absolute;
    bottom: 0;
    height: 24px !important;
    width: 1001px;
    color: #666;
    background: #fff  url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/fuss.gif) no-repeat;
    overflow: hidden;
}

/*  --   				Navigation --    */

ul.leftNav { 
	margin:2px 0 0 1px;
	padding:0;
	list-style:none; 
}

ul.leftNav li { 
	float:left;
	width:216px; 
}

a.leftNav {
	display:block;line-height:25px;
	padding: 0 0 0 15px;
	font-size:12px;
	text-align:left;
	color:#011b56;
	text-decoration:none;
	font-weight:normal;
	background: url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_off.gif) no-repeat; 
}

a.leftNav:hover, a.leftNav:active {
	color:#818792;
	background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_on.gif) no-repeat;
} 

a.leftNav_sub {
	display:block;line-height:25px;
	padding: 0 0 0 30px;
	font-size:12px;
	text-align:left;
	color:#011b56;
	text-decoration:none;
	font-weight:normal;
	background: url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_on.gif) no-repeat; 
}

a.leftNav_sub:hover, a.leftNav_sub:active {
	color:#818792;
	background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_subon.gif) no-repeat;
} 

a.leftNav_on, a.leftNav_on:hover, a.leftNav_on:active {
 display:block;line-height:25px;
 padding: 0 0 0 15px;
 font-size:12px;
 text-align:left;
 text-decoration:none;
 font-weight:bold;
 background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_on.gif) no-repeat;
} 

a.leftNav_active, a.leftNav_active:hover, a.leftNav_active:active {
 display:block;line-height:25px;
 padding: 0 0 0 15px;
 font-size:12px;
 text-align:left;
 color:#e71810;
 text-decoration:none;
 font-weight:normal;
 background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_active.gif) no-repeat;
} 

a.leftNav_activeSub, a.leftNav_activeSub:hover, a.leftNav_activeSub:active {
 display:block;line-height:25px;
 padding: 0 0 0 30px;
 font-size:12px;
 text-align:left;
 color:#e71810;
 text-decoration:none;
 font-weight:normal;
 background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_activeSub.gif) no-repeat;
} 

a.leftNav_sub_on, a.leftNav_sub_on:hover, a.leftNav_sub_on:active {
 display:block;line-height:25px;
 padding: 0 0 0 30px;
 font-size:12px;
 text-align:left;
 color:#011b56;
 text-decoration:none;
 font-weight:bold;
 background: url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_subon_punkt.gif) no-repeat; 
} 

/*   --  Nav 3.Ebene --   */
 
a.leftNav_sub3 {
 display:block;line-height:25px;
 padding: 0 0 0 35px;
 font-size:12px;
 text-align:left;
 color:#6f849f;
 text-decoration:none;
 font-weight:normal;
 background: url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_sub3.gif) no-repeat; 
}
 
a.leftNav_sub3:hover, a.leftNav_sub3:active {
 color:#6f849f;
 background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_sub3on.gif) no-repeat;
} 
 

a.leftNav_sub3active, a.leftNav_sub3active:hover, a.leftNav_sub3active:active {
 display:block;line-height:25px;
 padding: 0 0 0 35px;
 font-size:12px;
 text-align:left;
 color:#e71810;
 text-decoration:none;
 font-weight:normal;
 background: url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/naviLi_bg_sub3on.gif) no-repeat; 
}

a.headNav {
	padding: 0 8px 6px 8px;
	font-size:12px;
	text-align:left;
	color:#69717f;
	text-decoration:none;
	font-weight:normal;
}
a.headNav:hover, a.headNav:active {
	text-decoration:underline;
}

a.white {
	padding:0;margin:0;
	font-size:12px;
	text-align:left;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
a.white:hover, a.white:active {
	text-decoration:underline;
}
a.txt {
	padding:0;margin:0;
	font-size:12px;
	text-align:left;
	color:#011b56;
	text-decoration:none;
	font-weight:normal;
}
a.txt:hover, a.txt:active {
	text-decoration:underline;
}

.pfeilBlau, a.pfeilBlau, a.pfeilBlau:hover, a.pfeilBlau:active  {
	padding:0;margin:0;
	font-size:14px;
	text-align:left;
	color:#9db5d1;
	text-decoration:none;
	font-weight:normal;
}

/* IE6,5.5 Ergaenzung zum Displayblock */
*html body a.leftNav,
*html body a.leftNav_on,
*html body a.leftNav_active,
*html body a.leftNav_sub,
*html body a.leftNav_sub_on,
*html body a.leftNav_activeSub,
*html body a.leftNav_sub3,
*html body a.leftNav_sub3active {
   height:25px;
 } 

/* ALT */
/* IE6,5.5 Ergaenzung zum Displayblock
*html body a.leftNav,
*html body a.leftNav_active,
*html body a.leftNav_sub {
			height:25px;
	} 
*/

/*  -- 					Layout --    */

table #navTab {
    background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/navi_bg.gif) no-repeat;
}
table #contentTabSpace {
    background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/content_kopf.gif) no-repeat;
}
table #contentTab {
	margin:22px 0 0 0;
	padding:4px 4px 4px 4px;
    background:#fff;
	width:439px;
	border:1px #0a4287 solid;
}
table #contentTab_small {
	margin:10px 0 0 0;
	padding:4px 4px 4px 8px;
    background:#fff;
	width:218px;
	border:0px #0a4287 solid;
}

/*  --                Formular -- */

.spalteLi{
	background:#dce3ed;
	color:#001a53;
	width:180px;
	height:30px;
	text-align:left;
	font-weight:bold;
	}
	
.spalteRe{
	background:#adbcd1;
	color:#011b56;
	text-align:center;
	width:260px;
	}
	
.f236{
	width:236px;
	border:1px solid #dce3ed;
}
.f115{
	width:115px;
	border:1px solid #dce3ed;
}
.f174{
	width:174px;
	border:1px solid #dce3ed;
}
.f54{
	width:54px;
	border:1px solid #dce3ed;
}
/*  -- 					Txt --    */

.txt, .whiteUnderline{
	color:#011b56;
	text-align:left;
	font-size:12px;
}
.mitte{
	color:#011b56;
	text-align:left;
	font-size:16px;
}
h2.mitte{
	margin:0;
	padding:8px 0 8px 0;
}
.txtSmall{
	color:#7590b4;
	font-size:11px;
}

.txtRot{
	color:#e71810;
	font-size:12px;
}

.txtWeiss{
	color:#fff;
	text-align:left;
	font-size:12px;
}
.txtSchwarz{
	color:#000;
	text-align:left;
	font-size:12px;
}
.whiteUnderline{
	margin:0 0 6px 0;
	padding:4px 0 2px 0;
 	border-bottom:1px #fff solid;
}
.whiteUnderline{
	margin:0 0 6px 0;
	padding:4px 0 2px 0;
 	border-bottom:1px #fff solid;
}

.spacer12{
	margin:0;
	padding:0 12px 0 12px;
}
.spacer20{
	margin:0;
	padding:0 20px 0 20px;
}
.spacer6{
	margin:0;
	padding:6px 0 6px 0;
}
.spacer10{
	margin:0;
	padding:10px 0 10px 0;
}

.news{
	margin:0;
	padding:0 0 6px 0;
}

/*   --  Sitemap --   */

ul.sitemap { 
 margin:6px 0 6px 0;
 padding:0;
 list-style:none; 
}
 
ul.sitemap li { 
 float:left;
 width:130px; 
}

a.sitemap {
 display:block;
 line-height:25px;
 margin:0;
 padding: 0 0 0 20px;
 font-size:12px;
 text-align:left;
 color:#011b56;
 text-decoration:none;
 font-weight:normal;
 background: url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/sitemapPfeil.gif) no-repeat; 
}
 
a.sitemap:hover, a.sitemap:active {
 color:#818792;
 background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/sitemapPfeil.gif) no-repeat;
} 
 
a.sitemap_e2 {
 display:block;
 line-height:25px;
 margin: 0 0 0 15px;
 padding: 0 0 0 18px;
 font-size:12px;
 text-align:left;
 color:#011b56;
 text-decoration:none;
 font-weight:normal;
 background: url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/sitemapPfeil_e2.gif) no-repeat; 
}
 
a.sitemap_e2:hover, a.sitemap_e2:active {
 color:#818792;
 background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/sitemapPfeil_e2.gif) no-repeat;
} 

/* YÜKSEL */

	.button_senden{ 
		background: url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/button_formular_senden.gif) no-repeat;
		width:439px;
		height:29px;
		border:0;
      margin:0px 0 0px 0;       
		cursor:pointer;
		}

	ul.rightNav { 
			margin:0;padding:8px 0 8px 0;float:right;list-style:none;}
	li.rightNav_pdf { 
			float:left;width:208px;margin-bottom:8px;
			background:url(http://www.mpc-capital-stiftung.de/contell/cms/images/mpc-capital-stiftung/pdfSymbol.gif) no-repeat;}

	a.rightNav {
			display:block;padding: 0 0 0 16px;font-size:12px;text-align:left;color:#000;
			text-decoration:none;font-weight:normal; }

	a {
			font-size:12px;text-align:left;color:#011b54;
			text-decoration:none;font-weight:bold;}
	a:hover, a.norm:active { 
			text-decoration:underline; }

	.formFoot { color:#4c6599; font:11px Arial, Helvetica, sans-serif; text-align:left; padding:5px 12px 5px 13px; }

.spacer10left{
	margin:0;
	padding:0 10px 0 10px;
}

#print_page {
    position: relative; /* Mutter von Content und Fuss border:1px solid #a6a6a6; */
    margin: 0 auto; /* Zentrierung */
    width: 1001px;
    text-align: left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
