@CHARSET "UTF-8";
body {
  color: #000000;
  background-color: #f0f3f9;
}

#User {
  padding: 10px;
}

form {
  background-color: #E0E0E0;
  padding: 4px;
}

form.send {
  background-color: #f0f3f9;
  padding: 4px;
}

input.send {
  font-family: Arial, sans-serif;
  font-size: 18pt;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 2.0em;
  font-weight: normal;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
	width: 700px; 
	height: 25px; 
	margin-bottom: 0px; 
	padding-left: 10px;
	background-color: red; 
	color: #fff;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

th {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

input.red {
  background-color: #FF8080;
}

input.white {
  background-color: #FFFFFF;
}

td.hidden {
  color: #EEEEEE;
  background-color: #EEEEEE;
}

td.mitte {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12pt;
}

td.links {
  text-align: left;
}

td.rechts {
  text-align: right;
}

td.button {
  text-align: center;
  background-color: #EEEEEE;
}

td {
  text-align: center;
}

tr.unsel {
  background-color: #FFFFFF;
}

tr.sel {
  background-color: #FFFF00;
}

p {
  font-family: Arial, sans-serif;
  font-size: 12pt;
}

