/*
Content Tabellen
---------------------> 
*/
.StdTbl caption, .AlternaTbl caption{
	padding: 22px 0 8px 0;
	font-weight: bold;
	text-align: left;
}
.StdTbl, .AlternaTbl{
	font-size: 12px;
	background: url(img/tmpl/td-bg.jpg) no-repeat;
	margin-bottom: 24px;
	margin-left: 18px;
}

.StdTbl td, .StdTbl th, .AlternaTbl td, .AlternaTbl th{
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 5px 12px;
}
.StdTbl thead , .StdTbl tfoot{
	font-weight: bold;
}
.StdTbl td + img, AlternaTbl td + img{
	text-align: center;
}

#content .StdTbl td img{
	margin: 0;
	padding: 0;
}

.AlternaTbl{
	background-image: none;
	border-color: #FFFFFF;
}

.AlternaTbl .odd td{
	background-color: #f5f5f5;
}

.AlternaTbl .even td{
	background-color: #eeeeee;
}

.AlternaTbl caption{
	font-size: 18px;
	font-weight: normal;
}




/*
Content Tabellenlegende
---------------------> 
*/
.TblKeys p img{
margin: 0 3px 0 0;
}

.TblKeys p{
display: inline;
margin: 0 12px 0 0;
}



/*
Einsteiger Tabellen
---------------------> 
*/
.List{
	width: 618px;
}
.List td{
	text-align: center;
}

.listEmpty{
width: 12px;
}

.listHl{
	background-color: #E0E0E0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.listPic{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
/*	border-top: 1px solid #c6d0dc;
	border-left: 1px solid #c6d0dc;
	border-right: 1px solid #c6d0dc;*/
}




/*
Kontaktformular
---------------------> 
*/
#cForm{
	margin-left: 18px;
	width: 320px;
	}
#cForm td{
	padding-bottom: 2px;
	}

#cForm input{
	width: 220px;
	}

#cForm textarea{
	width: 220px;
	}









