* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:#fff;
	font:70%/1.5em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
}

h1 {
	width:709px;
	height:133px;
	background:url(../images/logo-haedicke.gif) no-repeat;
	text-indent:-9999px;
	font-size:1px;
	overflow:hidden;
	position:absolute;
	top:29px;
	left:0;
}

h2 {
	font:1.5em "Lucida Sans",Tahoma,Helvetica,Arial,Verdana,sans-serif;
	color:#c21900;
	margin:0 0 5px 0;
}

h3 {
	color:#000;
	font-size:1.1em;
	margin:20px 0 3px 0;
	border-bottom:1px solid #c1c1c4;
	padding:0 0 2px 0;
}

h4 {
	font-size:1.2em;
	padding:0 0 0 25px;
	margin:10px 0 10px 0;
	background:url(../images/pfeil.gif) 10px 0.5em no-repeat;
}



a:link {
	color:#C21900;
	text-decoration:underline;
}
a:visited {
	color:#740F00;
	text-decoration:underline;
}
a:focus {
	color:#f00;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	background:#C21900;
	text-decoration:none;
}
a:active {
	color:#ff0;
	text-decoration:underline;
}



/* ------- Tabellen -------- */
table {
	width:96%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:0 0 20px 10px;
}

th, td {
	padding:5px 8px;
}

th {
	text-align:left;
	font-weight:bold;
}

th.drucker {
	width:45%;
}

th.typ {
	width:30%;
}

tr.altcol {
	background:#ccc;
}
