@charset "utf-8";
/* CSS Document */

h1	{
	margin-left:20px;
	margin-bottom:30px;
	color:#515151;
}

h2	{
	font-size:20px;
	font: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	color:#333333;
}
h4	{
	margin-bottom:5px;
	margin-left:10px;
}


p	{
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
	font-weight:500;
	margin-left: 40px;
	margin-right: 20px;
	
}
#schaltflaechen th a:hover	{
	display:block;
}
a:link { text-decoration:none; font-weight:bold; color:black; }
a:visited { text-decoration:none; font-weight:bold; color:black; }
a:hover { text-decoration:none; font-weight:bold; background-color:#3EA847; }
a:active { text-decoration:none; font-weight:bold;  }
a:focus { text-decoration:none; font-weight:bold;  }
