/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 14px "Trebbuchet MS", Helvetica, Tahoma, Verdana, Arial, sans-serif;
}
a { color: black; }
a:hover { color: #900; }
a:active { outline: none;}
:focus { -moz-outline-style:none; }
a img { border: 0; }
h1 {
	font: normal 32px/90% "Trebbuchet MS", Helvetica, Tahoma, Arial, sans-serif;
	line-height: 90%;
}
h2 {
	font-size: 18px;
	line-height: 90%;
}
h3 { font-size: 16px; }
h1, h2, h3 { text-align: left; }
td, th { vertical-align: top; }
hr {
	border: 1px solid white;
	border-top: 1px dotted #CCC;
}
.red { color: #C00; }
a.downloadpdf {
	padding-left: 16px;
	background: url(/grafik/template/icon-red.gif) no-repeat left center;
}
