/*
===================================================
Benefit-Strategie layout.css
===================================================
*/
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}



html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#MainFrame
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 768px;
	background-image: URL(../images/allover/benefit_spirale.gif);
	background-repeat: no-repeat;
	
}


#HeaderLine
{
	width: 100%;
	height: 80px;
}

#HeaderImageLine
{
	width: 100%;
	height: 150px;
	background-image: URL(../images/allover/benefit_strategie_1.jpg);
}

#FirstLevelLine
{
	width: auto;
	height: 60px;
	padding: 0px 0px 0px 210px;
}

#SpecialNavi
{
	float:right;
	width:220px;
	height:20px;
	text-align: right;
}

#Welcome
{
	float:right;
	width:200px;
	height:20px;
}


#FooterLine
{
	height:14px;
	width: 890px;
	background: #003478;
	
	padding: 2px 0px 2px 10px;
}

#MainLine
{
	padding: 20px 0px 0px 0px;
	width: 100%;
	height:auto;
	display: table;
}



#SecondLevelNavi
{
	width:200px;
	float:left;
}

#MainContent
{
	margin: 0px 10px 10px 230px;
	/*Ergänzungwegen Seitengroesse*/
	min-height:300px;
	width: 660px;
}

#RightContent
{
	float:right;
	width:200px;
}

.csc-header-n2, .csc-header-n3, .csc-header-n4{
	margin-top: 20px;
}

.aufzinsung {
	width: 100%;
}
.aufzinsung td{
	font-size: 10px;
	color: #33333f;
	text-align: right;
background: #eeeeef;
}
.aufzinsung th{
	font-size: 11px;
	font-weight: bold;
	color: #33333f;
	text-align: center;
	vertical-align: top;
	background: #6aade4;
	padding: 0px 3px 0px 3px;
}
