/* ---------------------------------------

	Homepage: Tabelle Schnelleinstieg

   --------------------------------------- */

div.schnellNav {

	overflow: auto;

  margin-left: 15px;

  margin-right: 15px;
  background-color:#bac0dc;

}



table.schnelleinstieg {

	width: 100%;

	table-layout: fixed;

	padding: 0px; margin: 0px;

	border-top: 1px solid #00194C;

	border-bottom: 1px solid #00194C;

	margin-bottom: 5px;

}



table.schnelleinstieg th {

	height: 20px;

	font-weight: bold;

	font-family: verdana;

	color: white;

	text-align: center;

	padding: 0px 5px 0px 5px;

}



table.schnelleinstieg tr.dummyline td {

	height: 2px;

	border-right: 0px solid #00194C;

	font-size: 0px;

}



table.schnelleinstieg td {
	background-color:#F4F4F4;
	width: 20%;
	padding: 0px 5px 5px 2px;
	vertical-align: top;
	border-right: 0px solid #00194c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}



table.schnelleinstieg td.borderR {

	border-right: 1px solid #00194C;

}



table.schnelleinstieg td a:link, table.schnelleinstieg td a:visited {

	line-height: 16px;

	background-image: url(pics/Pfeil_R.gif); 

	background-repeat: no-repeat;

	background-position: 0 px; 

	padding: 0px 0px 0px 2px; 

	text-decoration: none;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	color: #333333;

	border: none;

}



table.schnelleinstieg td a:hover {

	text-decoration: underline;

	border: none;

}
