body * {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:16px;
	font-family: Verdana;
}

h2 {
	font-size:15px;
	font-family: Verdana;
}

h3 {
	font-size:14px;
	font-family: Verdana;
}

h4 {
	font-size:13px;
	font-family: Verdana;
}

h5 {
	font-size:11px;
	font-family: Verdana;
}

hr {
	background-color: #384F64;
	height: 0px;
	color: #384F64;
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 0px #384F64;
	border-bottom: solid 1px #384F64; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	margin-top:2px;
	margin-bottom:2px;
}

.subject {
	color: #384F64;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #384F64;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #384F64;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #384F64;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #384F64;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:focus {
	color: #384F64;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}