.bg_green	  { background-color: #996 }
.bg_red	  { background-color: #f60 }
.title { color:white; font-weight:bold; font-size:16px;}

img { border:0 solid black; } /* to eleminate blue borders around imgs embedded in link tags */

body
  { font-family: Arial, Geneva, Helvetica, sans-serif; margin: 0; padding: 60px 0 120px }

/* set centered gif animation just for entry page 
body.L00
{
  background-image: url("images/Intro.gif");
  background-attachment: fixed;
  background-position: 50% 40%;
  background-repeat: no-repeat;	
}*/

body.L10, body.L20, body.L30, body.L40
 { padding-top: 80px }

.clear
{
  clear:both;
}

/* fuer dinge die nicht sichtbar sein sollen fuer den Betrachter */
#hideme
{
	display:none;
	visibility:hidden;
}
