
#tabellen {
width:100%;
}

#tabellenZeile {

}

#tabellenSpalteLinks {
text-align:left;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
width:150px;
background-color:#EAEFF2;
color:#000;
font-weight:bold;
}

#tabellenSpalteMitte {
text-align: center;
background-color:#f9f9f9;
color:#000;
}

#tabellenSpalteRechts {
text-align:right;
padding-right:5px;
background-color:#f9f9f9;
color:#000;
}

#tabellenTrenner {
background-image: url(../grafik/trenner_content.gif);
background-repeat:repeat-x;
height:13px;
min-height:13px;
}

#tabellenSpacer {
height:9px;
min-height:9px;
}

#tabellenKopfLinks {
height:30px;
background-color:#fff;
color:#000;
padding-left:20px;
font-size:14px;
font-weight:bold;
background-image:url(../grafik/icons/pin_blau.gif);
background-repeat:no-repeat;
background-position:left;
top:5px;
}

#tabellenKopfMitte {
height:30px;
background-color:#fff;
color:#000;
padding-left:20px;
font-size:14px;
font-weight:bold;
top:5px;
}

#tabellenKopfRechts {
height:30px;
background-color:#fff;
color:#000;
padding-left:20px;
font-size:14px;
font-weight:bold;
top:5px;
}

a.DemoLink {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

a.DemoLink:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
