/* version 1.1 20.09.2005 */

.bg_green	{	background-color:#99CC00;	}
.bg_red	 { background-color: #930 }
.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
{
	margin:0;
	padding:0;
	padding-bottom:120px; /* needed for the menue in ie otherwise menue covers scrollbar */
	padding-top:60px; /* needed for the header in ie otherwise menue covers scrollbar, used for level 2 pages */
	font-family:Arial, Geneva, Helvetica, sans-serif;
}

/* 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.L30
{
	padding-top:120px; /* needed for the header in ie otherwise menue covers scrollbar, used for level 1 pages */
}

body.L20, body.L21, body.L22, body.L23, body.L24, body.L25, body.L26
 { padding-top: 120px }


.clear
{
  clear:both;
}

/* fuer dinge die nicht sichtbar sein sollen fuer den Betrachter */
#hideme
{
	display:none;
	visibility:hidden;
}
#Ebene2   { visibility: visible; position: fixed; top: 200px; right: 0px; width: 200px; height: 100px }

