/* CSS Document */

/* Farbwerte 

Farbe 1:
Farbe 2:

*/


/* Allgemeine Angaben */


html, body, div, p, ul, ol,  
a, form, img

		{
		font-family:       arial;   /* Schriftart global */
		font-size:          10pt;   /* Schriftgröße global */
		color:           #000000;   /* Schriftfarbe global */
		margin:                0;   /* Innenabstände aller Elemente werden auf Null gesetzt, bitte unten einzeln definieren */
		padding:               0;   /* Außenabstände aller Elemente werden auf Null gesetzt, bitte unten einzeln definieren */
		}

/* Nicht benötigte Spalten werden für den Printbereich ausgeblendet */
#spalte-oben
		{
		display: none;
		}

#frame-bottom
		{
		display: none;
		}
		
#spalte-unten
		{
		display:none;
		}
#frame-top
		{
		display:none;
		}



/* Definition der Überschriften */

h1
		{
		font-family: "Trebuchet MS", Arial;
		font-size:       13pt;
		font-weight:     bold;
		margin-top:      5 mm;
		margin-bottom:   3 mm;
		color:        #CC0000;
		}

h2
		{
		font-family: "Trebuchet MS", Arial;
		font-size:       11pt;
		font-style:    normal;
		font-weight:     bold;
		margin-top:      5 mm;
		margin-bottom:   3 mm;
	 color:           #000000;
		}

h3, h4, h5
		{
		font-size:       13pt;
		font-weight:     bold;
		margin-top:      5 mm;
		margin-bottom:   5 mm;
	 color:           #000000;
		}
	
/* Definition der Tabellenüberschriften */	
	
caption
{
		font-family: "Trebuchet MS", Arial;
		font-size:       11pt;
		font-style:    normal;
		font-weight:     bold;
		margin-top:      5 mm;
		margin-bottom:   3 mm;
		}

/* Definition der Tabellen-Subline  */

span 
{
		font-family: "Trebuchet MS", Arial;
		font-size:       10pt;
		font-style:    normal;
		font-weight:     bold;
		margin-top:      3 mm;
		margin-bottom:   3 mm;
	    color:           #000000;
		}
		
/* Definition der Tabellen (Allgemein)*/
table
{
    	margin-top:          3 mm;
		margin-bottom:       3 mm;
		width:               100%;
		margin:              2 mm;
		padding:             2 mm;
		border:         1 mm #ccc;
		border-collapse: collapse; 
		}

/* Definition der Zellen*/		
td, th
{
		margin-top:          3 mm;
		margin-bottom:       3 mm;
		margin:              1 mm;
		vertical-align:       top;
		padding:             1 mm ;
		border-collapse: collapse;
		border:    solid 1px #ccc;
		}

/* Definition der Bilder in den Zellen*/			
td a img
{
		display:none; /* Bilder werden ausgeblendet*/		
		}


/* Definition der Schriften*/	
p
		{
		margin-top:      3 mm;
		margin-bottom:   3 mm;
		}

ul
		{
		margin-top:      3 mm;
		margin-bottom:   3 mm;
		list-style-type: disc; /* Voreinstellung 'disc' (gefüllter Kreis) */
		}
		
ul ul
		{
		margin-top:      3 mm;
		margin-bottom:   3 mm;
		list-style-type: circle; /* Voreinstellung 'circle' (leerer Kreis) */
		}
ol
		{
		margin-top:      3 mm;
		margin-bottom:   3 mm;
		list-style-type: decimal; /* Voreinstellung 'decimal' (Nummerierung - 1.,2.,3.,4. ...) */
		}

#header
		{
		
		}

#logo
		{
		display: none;
		}


#logo-druck
		{
		
		}