/* Senderuebersicht */

table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}

tr, td, th {
	empty-cells:show;
	text-align:left;
	vertical-align:middle;
}

p {
	margin:0 0 10px;
	padding:0;
}

h1 {
	font-size:18px;
	font-weight:normal;
	margin:-2px 0 15px;
	padding:0;
}

a {
	color:#333;
	text-decoration:underline;
}

a:active {
	color:#6eb7e4;
	text-decoration:underline;
}

a:hover {
	color:#007dc9;
	text-decoration:underline;
}

.container {
	border:0;
	margin:0;
	padding:0;
	width:626px;
}

.space {
	clear:both;
	display:block;
	height:10px;
	width:100%;
}

.linklist {
	display:block;
}

.linklist a {
	background:url('arrow_simple_right.png') no-repeat 0 6px;
	clear:both;
	display:block;
	padding:3px 0 2px 12px;
	text-decoration:none;
}

.linklist a:hover {
	background-image:url ('arrow_simple_right_blue.png');
	text-decoration:underline
}

.download a {
	background: url('pdf.jpg') no-repeat top left;
	clear:both;
	display:block;
	height:14px;
	padding:5px 0 0 25px;
	text-decoration:none;
}

.download a:hover {
	background-position:bottom left;
	text-decoration:underline;
}

