img {border: 0;}

html {
	height: 100%;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style:normal;

}


body {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	background-image:url(/ht30/img/herzen.jpg);
	background-repeat: repeat;
}

.ueberschrift{
	font-size:45pt;
}

a 				{color:#000000;text-decoration:none;}
a:link			{color:#000000;text-decoration:none;}
a:visited		{color:#000000;text-decoration:none;}
a:hover 		{color:#000000;text-decoration:none;text-transform: uppercase;}

a.highlight:hover {color:#da3756;background-color:#ffffff;text-decoration:none;}

table
  {
	border-collapse:collapse;
	border-width:1px;
	border-color:#000000;
	border-style:single;
	background-color:#ffffff;
	padding:5px;
	font-size: 20px;

  }


td
{
	border-width:1px;
	border-style:solid;
	border-color:#9cdc57;
	color:#000000;
	padding:8px;
	margin:0px;
	font-size: 20px;
	text-align: justify;

}

td.rahmen
{
	border-width:4px;
	border-style:solid;
	font-size: 20px;

}

td.info
{
	font-size:12pt;
	align=center;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	padding:8px;
	margin:0px;
}

td.button
{
	font-size:12pt;
	text-align:center;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	padding:16px;
	margin:0px;
}

input[type=text] {
  font-size: 50px;
  color:#da3756;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  text-align:center;
}

input[type=button], input[type=submit], input[type=reset] {
/* Tip: use width: 100% for full-width buttons */
  font-size: 50px;
  background-color: #04AA6D;
  border: none;
  color: white;
  width: 100%;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}


