
input, select, textarea {
	font-size: 9pt;
}

.mainback {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

.mainback a {
	color:#5996AC;
	text-decoration: none;
}

.mainback a:hover {
	color: #F35712;
}

.type5{ /* Text in den Adminseiten */
  font-size: 9pt;
}

.type5 a{
	text-decoration: none;
	color: #5996AC;
}

.type5 a:hover {
	color: #F35712;
}

.type4, .onebiggerred { /* Header in den Adminseiten */
  font-size: 10pt;
  text-decoration: none;
  color: #005D80;
  font-weight: bold;
}

.active {
	background-color: green;
	text-align: center;
}

.inactive {
	background-color: red;
	text-align: center;
}

.active a, .inactive a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

.active a:hover, .inactive a:hover {
	color: black;
}

.smalltype{ /* Text in den Adminseiten */
  font-size: 9pt;
}

.smalltype a{
	text-decoration: none;
	color: #5996AC;
}

.smalltype a:hover {
	color: #F35712;
}
