table {

	width: 70%;
/*
	margin:0; 
*/
 	padding:0;

	font-family: "Verdana", Verdana, Arial, sans-serif;	

	color: #1c5d79;
    
	align: center;
  

	

}



table, tr, th, td {

	border-collapse: collapse;

}

caption {

margin:0; 

 	padding:0;

	background: #f3f3f3;

	height: 40px;

	line-height: 40px;

	text-indent: 10px;

	font-family: "Verdana", Verdana, Arial, sans-serif;	

	font-size: 5px;

	font-weight: bold;

	color: #555d6d;

	text-align: left;

	letter-spacing: 2px;

	border-top: dashed 1px #c2c2c2;

	border-bottom: dashed 1px #c2c2c2;

}



/* HEAD */



thead {

	background-color: #FFFFFF;

	border: none;

  font-size: 1px;
}

thead tr th {

	height: 32px;

	line-height: 32px;

		color: #1C5D79;

	background-image: url(col_bg.gif);

	background-repeat: repeat-x;

	border-left:solid 1px #FF9900;

	border-right:solid 1px #FF9900;	

	border-collapse: collapse;

	

}



/* BODY */


/* Schriftgröße in den Zeilen */
tbody tr {

	background: #dfedf3;

	font-size: 11px;

}

tbody tr.odd {

	background: #F0FFFF;

}

tbody tr:hover, tbody tr.odd:hover {

	background: #ffffff;

}

tbody tr th, tbody tr td {

	padding: 5px;

	border: solid 1px #326e87;

}

/* Schriftgröße in den Kopfzeilen */
tbody tr th {

	background: #1c5d79;

	font-family: "Verdana", Verdana, sans-serif;	

	font-size: 11px
  
  padding: 3px;

	font-weight: bold;

	color: #FFFFFF;

	border-bottom: solid 1px white;

}


}


/* LINKS */



table a {

	color: #FF6600;

	text-decoration: none;

	font-size: 11px;

	

}

table a:hover {

	color: #FF9900;

	border-bottom: none;

}



/* FOOTER */



tfoot {

	background: #f3f3f3;

	height: 24px;

	line-height: 24px;

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	

	font-size: 4px;

	font-weight: bold;

	color: #555d6d;

	text-align: left;

	letter-spacing: 2px;

	border-top: solid 2px #326e87;

	border-bottom: dashed 1px #c2c2c2;

}

tfoot tr th, tfoot tr td {

	/*padding: .1em .6em;*/

	

}

tfoot tr th {

	border-top: solid 1px #326e87;

}

tfoot tr td {

	text-align: right;

	

}