body {
	margin: 0px;
	color: #000;
	background: #fff;
	font-size: 13px;
}

body, div, td, th, h3, h4, p, dl, dt, dd, small {
	font-family: verdana, arial, helvetica, sans-serif;
}

td.titel {
	font-size: 30px;
}

.bgleft {
	background: #fff url(/alphubel/graphics/bg-left.gif) repeat-y;
}

.footnote, a.footnote:link, a.footnote:visited {
	color: #999;
	text-decoration: none;
	font-size: 10px;
}

a.footnote:active, a.footnote:hover {
	color: #600;
	text-decoration: none;
	font-size: 10px;
}

a.nav:link, a.nav:visited {
	color: #000;
/* 	font-weight: bold; */
	text-decoration: none;
}

a.nav:active, a.nav:hover {
	color: #600;
/* 	font-weight: bold; */
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: none;
}

a.lc:link, a.lc:visited {
	color: #000;
/* 	font-weight: bold; */
	text-decoration: underline;
}

a.lc:active, a.lc:hover {
	color: #600;
/* 	font-weight: bold; */
	text-decoration: underline;
}

.error {
	color: #900;
	font-weight: bold;
}

input.error {
	color: #000;
	background: #FFC;
	font-weight: normal;
}


