/* Farben
#FFFF33 = MSFB-gelb
#FF0000 = MSFB-rot
#E0DFDF = MainPage Hintergrund MSFB-grau
#FBFBFB = Infield Hintergrund MSFB-fast weis
#566C78 = Schrift Menü dunkel grau
#0F5EBF = dunkel blau (zum Testen)



#E08040 = Testfarbe

*/

/* Block Kopf und Fuß */

.tbltitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: normal;
}

.tblfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: normal;
}

.tbltop {
	background: url('/main-images/tbl_top_bkgd.png') bottom left repeat-x;
	height: 22px;
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tbltopleft {
	background: url('/main-images/tbl_top_left.png') bottom left no-repeat;
	padding-left: 110px;
}

.tbltopright {
	background: url('/main-images/tbl_top_right.png') bottom right no-repeat;
	padding-right: 68px;
}


.tblminititle {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-top: 2px;
	font-weight: normal;
}

.tblminitop {
	background: url('/main-images/tbl_mini_top_bkgd.gif') bottom left repeat-x;
	height: 16px;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tblminitopleft {
	background: url('/main-images/tbl_mini_top_left.gif') bottom left no-repeat;
	padding-left: 57px;
}


.tblminitopright {
	background: url('/main-images/tbl_mini_top_right.gif') bottom right no-repeat;
	padding-right: 57px;
}


.tblbttm {
	background: url('/main-images/tbl_bttm_bkgd.png') bottom left repeat-x;
	height: 40px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tblbttmleft {
	background: url('/main-images/tbl_bttm_left.png') bottom left no-repeat;
	height: 40px;
	padding-left: 25px;
}

.tblbttmright {
	background: url('/main-images/tbl_bttm_right.png') bottom right no-repeat;
	height: 40px;
	padding-right: 26px;
}

.tblshad {
	background: url('/main-images/tbl_shad_bkgd.png') bottom left repeat-x;
	height: 14px;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tblshadleft {
	background: url('/main-images/tbl_shad_left.png') bottom left no-repeat;
	padding-left: 25px;
}

.tblshadright {
	background: url('/main-images/tbl_shad_right.png') bottom right no-repeat;
	padding-right: 26px;
}

