.box {
  -moz-opacity: 0.80;
	filter: alpha(opacity=80);
	}

strong {  	
	color: green;
	color: #009900;
	}

/*
body {  
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	}
*/

/* Debugging view for tables */	
table,tr,td { 
	border-width: 0px; /* 0/1 - (in)visible */
	border-style: dotted;
	border-color: black;
	padding: 0px;
	}	

#intro	{
	top: 30px;
	left: 30px;
	width: 520px;
	}

#beispiel {
	top: 250px;
	left: 250px;
	width: 200px;
	text-align: center;		
	}

a {
	color: darkgreen;
	font-weight: bold;
	text-decoration: none;
        }

a:hover {
	color: white;
	font-weight: bold;
        }
