
/*
'#################################################
' Tabelle fÃ¼r GerÃ¤teliste
'#################################################
*/

table {
	width: 520px;
	border-collapse:collapse;
	border:1px solid #dddddd;
}
caption {
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: left;
	text-indent: 10px;
	background: url(../picsBasis/Tabelle/bg_caption.jpg) right top;
	height: 45px;
	color: #FF0000;
}
thead th {
	background: url(../picsBasis/Tabelle/bg_th.gif) no-repeat right;
	height: 47px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 7px;	
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}

tbody tr {
	background: url(../picsBasis/Tabelle/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: url(../picsBasis/Tabelle/bg_td_2.jpg) repeat-x top;
}

tbody th,td {
	font-size: 1em;
	line-height: 1.4em;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	text-align: left;
}

table a  {
/*		background-image: none;
		padding: 0;*/
		background-image: url(../picsBasis/link_int.gif);
		background-repeat: no-repeat;
		padding-left: 1em;
		background-position: left center;
		font-weight: bold;

	}
	
tfoot th {
	background: url(../picsBasis/Tabelle/bg_total.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(../picsBasis/Tabelle/bg_total.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

/*
'#################################################
' Tabelle fÃ¼r Team
'#################################################
*/

#team td {
	padding-left: 1.4em;
	width:20%;	
}


/*
'#################################################
' Tabelle unsichtbar zu Layoutzwecken
'#################################################
*/

table.layout {
    border: none;
	border-collapse:collapse;
	table-layout: fixed;
}

.layout tbody {
	border: none;
}

.layout tbody tr {
	background: none;
	border: none;
}


.layout tbody th,td {
	font-size: 1em;
	line-height: 1.4em;
	color: #777777;
	padding: 10px 7px;
	text-align: left;
	border: none;
}

table#produkte {
	width: 500px;
}

#produkte td.left {
	width: 100px;
	text-align: center;
	padding-right:10px;
	vertical-align: top;
}

#produkte td.right {
	width: 380px;
	padding-left:10px;
	vertical-align: top;
}

#produkte h3, h5 {
	padding: .5px;
}

#produkte a:link, #produkte a:hover, #produkte a:visited {
	background-image: none;
	font-weight: normal;
	padding:0;
	color:#777777;
}

#produkte tr:hover {
	background-color: #eeeeee;
}

/*
'#################################################
' Tabelle für Produktlisten
'#################################################
*/


table.formular {
	width: 395px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.formular td {
	width: 190px;
	/*border: red solid 1px*/;
}

.formular td.twocol {
	width: 380px;
}

.formular th {
	color:#dddddd;
}


/*
'#################################################
' Funktionsbeschreibung der Modelle
'#################################################
*/


table.modelle {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

table.nonvisible {
    background-color: grey;
}

.modelle td,th {
		width: 50px;
/*		border: red solid 1px;*/

		}
		
.notvisible {
        background-color: red;	
}		

		
.modelle th, .modelle th a {
	color: #dddddd;
}

td.firstcol, th.firstcol {
	width: 150px;
}

th.name {
	font-size: 1.5em;	
}

table.modelle table 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	width: 350px;
	border: none;
}

table.modelle table tr {
	background: none;
}

table.modelle table td {
	border: none;
	padding: 0;
	vertical-align: top;
}

table.modelle table td.left {
	width: 110px;
	text-align: right;
	font-weight: bold;
}

table.modelle table td.right {
	width: 270px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}

/*.formular td.twocol {
	width: 380px;
}*/
