/* Format Vorlage fuer gesamtes Projetk */

/* Hintergrund, Seitenränder */

body { 
	background-image:url(./img/background.jpg);background-repeat:repeat-y;
	background-color:white;
	background-attachment:fixed;
	margin-top:10px; margin-bottom:10px;margin-left:130px;margin-right:10px;
}

/* Text */

p,h1,h2,h3,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a
	{ font-family:Arial,sans-serif; }
h1 	{ font-size:18pt;font-weight:bold; } 		/* Hauptüberschrift */
h2 	{ font-size:16pt;font-weight:bold; } 		/* UnterÜberschrift */
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a  	/* Rest */
	{ font-size:12pt; }
/* td,th	{ font-weight:normal; } */

/* Links */

a 	{ color:darkblue;text-decoration:none;
	  font-weight:bold; }				/* default link */
a:visited { color:#990000; }				/* weinrot */
a:active  { font-style:italic }
a.black	  { color: black }				/* schwarzer Link */	
a.black:visited { color: black }

/* Tabelle */

table.title 					/* Navigationsleiste */
	{ background-color:#D3D3E9;
	  font-weight:bold; }	
td 	{ text-align:center; }		
.left	{ text-align:left;vertical-align:top; }
.block	{ text-align:justify; }
td.active { background-color:#8787C2; }		/* dunkelblauer Hintergrund */

					
.section 	{ text-align:left;		/* graue Abschnittsleiste */
	    	  background-color:#EEEEEE;}	
.secTitle 	{ text-align:left;	/* grauer Abschnittstitel */
		  font-size:16pt;	
	    	  font-weight:bold;
	    	  background-color:#EEEEEE;}	
.bgBlack	{ background-color:black;}	/*schwarzer Hintergrund */
.section	{ background-color:#EEEEEE;}	/*graue Zellfusion */

/*Liste*/

ul {list-style-image:url(img/pearl.jpg)	}	/*eigenes Bulletzeichen (nurIE) */

/* Bild mit Fliesstext */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

