/*
 * Index
 ***************************/
#indexMainTable {
	background-color:#FFFFFF;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	width:800px;
	height:100%;
}

/**************************************** TOP ****************************************/
div#headerDiv { 
	width:800px;
	height:120px;
	float:left;
	padding:0;
	margin-bottom:-3px;
}

#naviTopDiv {
	width:800px;
	height:20px;
	background-image:url(../images/layout/navi_top_BG.gif);
	background-repeat:repeat-x;
	float:left;
	font-size:12px; 
}

#naviBottomDiv {
	width:800px;
	height:20px;
	background-image:url(../images/layout/navi_bottom_BG.gif);
	background-repeat:repeat-x;
	float:left;
	font-size:12px; 
}

/**************************************** MIDDLE ****************************************/

#contentCell {
	background-color:#FFFFFF;
	text-align:left;
	padding:15px;
}


#mainInhaltDiv {
	font-size:12px; 
	width:770px;
	overflow:hidden;
}


/**************************************** BOTTOM ****************************************/
#bottomCell {
	height:20px;
	border-top:1px solid #999999;
	vertical-align:middle;
	text-align:right;
	font-size:10px;
	padding-right:5px;
}

.linkSmall { font-size:10px; }
