/* --- Stylesheet für Brötzner Bau (print) ---
	 Autor:  Sigfried Arnold (ARSI)
	         AGENTUR.NET Internet Full Service GmbH
	         http://agentur.net
*/
* {	
	font-family:  Tahoma, Arial, sans-serif;
}


#top, #jump, #menu, #menu2, #menu3, #toolbox, #path, #callback, #image {
	display: none;
}

#footer {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1pt solid black;
	font-size: 0.7em;
}

#agentur_net {
	margin-top: 1em;
	text-align: right;
	font-size: 75%;
}

#agentur_net a {
	text-decoration: none;
	font-size: 134%;
	padding-left: 0.25em;
}

#agentur_net a strong {
	color: #000000;
}


#agentur_net a strong span {
	color: #A6CE39;
}

/* --- Allgemeine HTML-Elemente --- */
a { color: #000000; }

h1 { 
	border-bottom: 1px solid #000000;
	padding-bottom: 0.25em;
}

h1 a {
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

caption, th, td {
	text-align: left;
	border: 1px solid #000000;
	padding: 0.2em;
}

caption { 
	border: 0;
	font-weight: bold;
	font-size: 120%;
}

th span {
	font-size: 75%;
	font-weight: normal;
	padding: 0 0.5em 0 0;
}

th, td {
	vertical-align: top;
	width: 33%;
}

td a { display: none; }


