/*================================

CSS für Stadt-creussen

Datei:		table_style.css
Inhalt:		Tabellenaufbau
		
Autor:		Frantic

================================*/

.tablecont_576 {
	width: 576px;
	border: thin solid #CED6E1;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tablecont_288 {
	width: 288px;
	border: thin solid #CED6E1;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tablecont_144 {
	width: 144px;
	border: thin solid #CED6E1;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tablecontainer {
	border: thin solid #CED6E1;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tablehead {
	background: #00386C;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	letter-spacing:0px;
}


.table_content {
	background: #E9E9E9;
}

.sidebar_head {
	background: #00386C;
	font-size: 110%;
	color: white;
	padding: 2px;
}
