
body {
	text-align: center;
	background-color: #FEFFDF;
	/* color: #5EB7CE; */
	color: #3282A6;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
}

#logo {
	margin: 100px 0 0 0;
  width: 300px;
  height: auto;
}

h2 {
	font-size: 180%;
	font-weight: normal;
	color: #5EB7CE;
  margin: 1.5em auto 0 auto;
}

.sprache {
  color: #bbb;
  display: block;
  text-align: center;
  font-style: italic;
  margin: 0 auto 1.5em auto;
  font-size: 90%;
}

.table {
  display: table;
  margin: 0 auto;
  text-align: left;
  height: 200px;
  overflow-x: scroll;
}

.frmtable {
  height: auto;
}

.tr {
  display: table-row; 
}

.tr-form .td {
  padding-bottom: 2em;
}

.td {
  display: table-cell; 
  padding: 0 20px 10px 0;
}

.label {
  text-align: right;
  color: #5EB7CE;
}

select {
  color: #3282A6;
  background-color: #FEFFF1;
  border-radius: 5px;
  border: 1px solid #5EB7CE;
  padding: 4px 8px;
}

.icon {
	margin: 0 3px 0 0;
  height: 20px;
  width: auto;
  vertical-align: baseline;
}

a {
	color: #5EB7CE;
	text-decoration: none;
}

a:hover {
	color: #e1540f;
  text-decoration: underline;
}

.titel {
  font-size: 110%;
  font-weight: bold;
  text-align: right;
}

.link {
}

.impressum {
  font-size: 90%;
  margin-top: 8em;
}

.impressum a {
  text-decoration: underline;
}