/* =================================================== 
Print-Stylesheet   
Stand:  17.11.2008
Autor:  Kirsten Brennemann http://www.injoy-design.ch
Media:  print
====================================================== */

/* ===================================================	
   1. Allgemeingültige Styles 
   =================================================== */

@media print { /* für IE...*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt; /* absolute Schriftgrössenangabe für Ausdruck */
}

h1, h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 12pt;
	font-size: 20pt;
}

h2, h3, h4 {
	font-size: 14pt;
	padding-top: 6pt;
	margin-top: 12pt;
	margin-bottom: 6pt;
}

h2 { 
	border-top: 1pt solid #ccc;
}


#content ul.liste-ebene1, ul {
	list-style-type: disc;
	margin-left: 15pt;
}

#content ul.liste-ebene2, ul ul {
	list-style-type: circle;
	margin-left: 30pt;
}


/* Ausblenden
-----------------------------------------*/

#headernavi {
	display: none;
}

/*Linkdarstellung
------------------------------------------*/

a {
	color: black;
	text-decoration: none;
}

a[href]:after {
	content:" [Adresse: "attr(href)"] "; /*zeigt die URL nach dem Linktext in einigen Browsern an (ohne IE) */
}

#content .printmail a[href]:after,
#content .printmail a {
	display: none;	
}

#content .printmail img {
	display: block;
	padding-top: 5pt;
}
/*Adresse 
------------------------------------------*/

address {
	text-align: left;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.2em;
	padding: 5px;
	border: 1px solid #ccc;
	margin-top: 12pt;
	border-top: 1pt solid #ddd;
}

/*Tabelle 
------------------------------------------*/

#content table {
    width: 95%;
	border-collapse: collapse;
    font-size: 8pt;
	margin: 0 5pt;
    }
#content td {
	border: 1pt solid black;
}



} /*Ende @media screen - nicht löschen */
