@charset "UTF-8";

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
}
/**/
.back {
	font-weight: bold;
	color: #EE0000;
}
.backArrows {
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1px;
	font-weight: bold;
}
/**/
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
.titel {
	font-weight: bold;
	color: #000000;
	background: url(imgs/line_dashed.gif) repeat-x left bottom;
	padding-bottom: 18px;
}