/* Martin's Style Sheet, CSS */

a:link { color:blue; }
a:visited { color:#0099ff; }
a:active { color:Red; font-style:bold; }

/* Link colors */

body { background-image:url(../pic/hellblaustein.gif); 
	background-color:#f6f6fa;
	color:black;
	font-size:100%;
	font-family : Arial,Helvetica,Verdana;
/*	background-attachment:fixed; */
	}

/* Hintergrund scrollt nicht mit (oder scroll) */

h1 { font-size:200%; font-style:bold; 
	width:100%; 
	filter:Shadow(color=#808080, direction=225); }
h3 { font-size:120%; font-style:bold; text-align:center; 
	width:100%; 
	filter:Shadow(color=#808080, direction=225); }
/*h4 { font-size:100%; font-style:bold; text-align:right; 
	width:100%; 
	filter:Shadow(color=#808080, direction=225); }
*/

/* als Titel */
/* filter klappt nur mit IE 4+5 */

/* img.filter { filter:Shadow(color=#808080, direction=225); } */

/*div { width:100%; 
	filter:Shadow(color=#808080, direction=225); 
	margin-top:1cm; }
*/
/* filter nur IE 4+5 */
/* div wird fuer Bilderschatten verwendet */

/*table.main{width:100%;padding:3;}*/

/* Tabelle */

/* td.a1 { background-image:url(../pic/m3d.gif); background-repeat:no-repeat; } */
/* td.a2 { vertical-align:top; } */
/*td.fileleft { vertical-align:top; text-align:left; 
	background-image:url(../pic/pixel.gif); }
td.bgweiss {background-image:url(../pic/pixel.gif); }
td.file { vertical-align:top; text-align:center; 
	background-image:url(../pic/pixel.gif); }
td.bggreen { background-image:url(../pic/gstein.gif); }
*/

/* a1 ist links oberer Kasten */
/* a2 ist links 2. Zeile */
/* file ist 2. Zeile, 2. Spalte */
/* bggreen macht background=gstein */

/*p.center {text-align:center; }
p.p { text-indent:1cm; text-align:justify; }
*/

/* 1cm eingerückt und als Blocksatzt */

/* img.location {border:3px; } */
