/* CSS Document */

body, table, tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	vertical-align:top;
}

.bottom {
	background-image:url(../img_all/spacer_violett.gif);
	background-repeat:repeat;
}

.head {
	background-image:url(../img_all/spacer_head.gif);
	background-repeat:repeat-x;
}

a:link, a:visited, a:active {
	color: #405F96; 	/* blau */
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D7208A; /* pink */
	text-decoration: none;
	font-weight: bold;
}

a:link#empf, a:visited#empf, a:active#empf {
	color: #405F96; 	/* blau */
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
}
a:hover#empf {
	color: #D7208A; /* pink */
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
}

img.border_left_bottom {
	border-left: 15px solid white;
	border-bottom: 10px solid white;
	border-top: 0px;
	border-right: 0px;
}

div.ohnedruck {
	display:none;
}

div.mitdruck {
}


