
/*

orange color: #f68b21;

*/

/* TABLE */


/*
###########################################################################
#    table.table-kb
###########################################################################
*/

table.table-kb {
	width: 500px;
	padding: 0px 0px 25px 0px;
}

	table.table-kb td {
		padding: 3px;
		background: url(img_global/dotted_100.gif) bottom repeat-x;
	} 
	
		table.table-kb .tr-0 td { /*erste reihe*/
			background: none;
			border-bottom: 2px solid #f68b21;
			font-weight: bold; 
			font-size:0.75em;
		} 
		
		
		table.table-kb .tr-last td { /*letzte reihe*/
			background: none;
			border-bottom: 1px solid #999;
		}
		
		table.table-kb .td-0 {
			width: 375px;
		}
		
		table.table-kb .td-1 {
			text-align: right;
		}
		
		table.table-kb td a {
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
		}
		
		table.table-kb td a:hover {
			color: #f68b21;
			text-decoration: none;
			padding: 0px 0px 0px 15px;
			background: url(img_global/pfeil_link.gif) no-repeat left top;
		}



/*
###########################################################################
#    table.table-news   tr-even
###########################################################################
*/
table.table-finanz {
	margin: 10px 0px 0px 0px;
}

	table.table-finanz td {
		padding: 3px;
		background: url(img_global/dotted_100.gif) bottom repeat-x; 
		text-align:right;
	} 
		
		table.table-finanz .tr-0 td { /*erste reihe*/
			background: none;
			border-bottom: 2px solid #f68b21;
			font-weight: bold; 
			text-align:right;
			vertical-align:top;
		} 
		
		table.table-finanz .tr-last td {
			border-bottom: 1px solid #999;
			background: none; 
			text-align:right;
			vertical-align:top;
			padding-left:15px;
		}
		
			table.table-finanz td a {
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}
			
			table.table-finanz td a:hover {
				color: #f68b21;
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}
/*
###########################################################################
#    inhalt_rechts table.table-news
###########################################################################
*/

	

#inhalt_rechts table.table-news {
	width: 195px;
	margin: 10px 0px 0px 0px;
}

	#inhalt_rechts table.table-news td {
		padding: 3px;
		background: url(img_global/dotted_100.gif) bottom repeat-x;
	} 
	
		#inhalt_rechts table.table-news .td-0 { /*linke spalte*/
			width: 175px;
			color: #666;
			padding-right: 15px;
			border: none;
		}
		
		#inhalt_rechts table.table-news .tr-last td { /*letzte reihe*/
			background: none;
			border: none;
		}
		
		#inhalt_rechts table.table-news td a {
			background: none;
			padding: 0px;
		}

/*
###########################################################################
#    table.table-news
###########################################################################
*/

table.table-news {
	width: 500px;
	margin: 10px 0px 0px 0px;
}

	table.table-news td {
		padding: 3px;
		background: url(img_global/dotted_100.gif) bottom repeat-x;
	} 
	
		table.table-news .tr-0 td {
			border-top: 2px solid #999;
		}
		
		table.table-news .tr-last td {
			border-bottom: 1px solid #999;
			background: none;
		}
		
			table.table-news td a {
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}
			
			table.table-news td a:hover {
				color: #f68b21;
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}
			
/*
###########################################################################
#    table-news_mitte
###########################################################################
*/

table.table-news_mitte {
	width: 500px;
	margin: 10px 0px 0px 0px;
}

	table.table-news_mitte td {
		padding: 3px;
		background: url(img_global/dotted_100.gif) bottom repeat-x;
	} 
	
		table.table-news_mitte .tr-0 td {
			border-top: 0px solid #999;
		}
		
		table.table-news_mitte .tr-last td {
			border-bottom: 1px solid #999;
			background: none;
		}
		
			table.table-news_mitte td a {
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}
			
			table.table-news_mitte td a:hover {
				color: #f68b21;
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}
			
			
						
/*
###########################################################################
#    table.table-left-top
###########################################################################
*/
		
table.table-left-top {
	width: 500px;
	margin: 10px 0px 0px 0px;
}

	table.table-left-top td {
		padding: 3px;
		background: url(img_global/dotted_100.gif) bottom repeat-x;
	}
	
		table.table-left-top .td-0 { /*linke spalte*/
			width: 175px;
			color: #666;
			padding-right: 15px;
		}
		
		table.table-left-top .tr-0 td { /*erste reihe*/
			background: none;
			border-bottom: 2px solid #f68b21;
			font-weight: bold;
		}
		
		table.table-left-top .td-1, .td-2, .td-3, .td-4, .td-5 {
			text-align: center;
		}
		
		table.table-left-top .tr-last td { /*letzte reihe*/
			background: none;
		}

	table.table-left-top tr:hover {
		background: #f9f9f9;
	}
	
		table.table-left-top .tr-0:hover {
			background: none;
		}
		
		
/*
###########################################################################
#    table.table-left
###########################################################################
*/

table.table-left {
	width: 500px;
	margin: 10px 0px 0px 0px;
}

	table.table-left td {
		padding: 3px;
		background: url(img_global/dotted_100.gif) bottom repeat-x;
	} 
	
		table.table-left .tr-0 td {
			border-top: 2px solid #999;
		}
	
		table.table-left .td-0 { /*linke spalte*/
			width: 175px;
			color: #666;
			padding-right: 15px;
		}
		
		table.table-left .tr-last td { /*letzte reihe*/
			background: none;
		}
		
		
		
/*
###########################################################################
#    table.table-person
###########################################################################
*/
		
table.table-person {
	width: 500px;
}

	table.table-person .td-0 {
		padding: 0px 0px 10px 0px;
	}
	
	table.table-person .td-0 img {
		border: 3px solid #f4f4f4;
	}
	
	table.table-person .td-1 {
		padding: 20px;
		text-align: left;
	}
	
		table.table-person td strong {
			font-size: 14px;
		}
		
		
/*
###########################################################################
#    table.table-ohneperson
###########################################################################
*/	
		
table.table-ohneperson {
	width: 500px;
}

	table.table-ohneperson td {
		padding: 10px 0px;
	}
	
		table.table-ohneperson td strong {
			font-size: 14px;
		}
		
		
		
/*
###########################################################################
#    table.table_top
###########################################################################
*/	
		
table.table_top {
	width: 500px;
}

	table.table_top .td-0 {
		width: 50px;
		text-align: center;
		vertical-align: top;
		padding: 3px 0 0 0;
	}
	
	table.table_top td {
		vertical_align: top;
	}
	
	table.table_top .td-1 a {
		color: #f68b21;
		text-decoration: none;
	}
	
	table.table_top .td-1 a:hover {
		color: #f68b21;
		text-decoration: underline;
	}
	
table.table-news2 {
	width: 500px;
	margin: 10px 0px 0px 0px;
}

	table.table-news2 td {
		padding: 3px;
		background: url(img_global/dotted_100.gif) bottom repeat-x;
	} 
	
		table.table-news2 .tr-0 td {
			border-bottom: 2px solid #f68b21;
			background: none;
			font-weight: bold;
		}
		
		table.table-news2 .tr-last td {
			border-bottom: 1px solid #999;
			background: none;
		}
		
			table.table-news2 td a {
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}
			
			table.table-news2 td a:hover {
				color: #f68b21;
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}

table.table-news-notop {
	width: 500px;
	margin: 10px 0px 0px 0px;
}

	table.table-news-notop td {
		padding: 3px;
		background: url(img_global/dotted_100.gif) bottom repeat-x;
	} 
	
		table.table-news-notop .tr-0 td {
			border-top: 2px solid #f68b21;
		}
		
		table.table-news-notop .tr-last td {
			border-bottom: 1px solid #999;
			background: none;
		}
		
			table.table-news-notop td a {
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}
			
			table.table-news-notop td a:hover {
				color: #f68b21;
				text-decoration: none;
				padding: 0px 0px 0px 15px;
				background: url(img_global/pfeil_link.gif) no-repeat left top;
			}
