.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: normal}
.textapi {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: normal}
.textheadline { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; line-height: normal }
.textuntertitellogo { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; line-height: normal }
.texthigh { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ED1B2D; line-height: normal }
.textweiss { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; line-height: normal ; font-weight: normal}
.textgruen { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #008000; line-height: normal }
.navigation { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: normal ; font-weight: bold}
.textheadlinerot { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ED1B2D; line-height: normal }
.textheadlineweiss { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #FFFFFF; line-height: normal }
.textsmall { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: normal }
.textsmallweiss { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; line-height: normal ; font-weight: normal }
.textsmallgruen { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #008000; line-height: normal ; font-weight: normal }
.textsmallweiss90 span, .textsmallweiss90 {
  text-align: left; 
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; 
  color: #FFFFFF; 
  line-height: normal ; 
  font-weight: bold;
  writing-mode: vertical-lr;
}

.textsmallhigh { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ED1B2D; line-height: normal ; font-weight: normal }
.textsmallgruen { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #009933; line-height: normal }
.textsmallorange { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF6633; line-height: normal }
.textverysmall { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; line-height: normal }
.textgrau { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555555; line-height: normal }
.textsmallgrau { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #555555; line-height: normal }
.textorange { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF6633; line-height: normal }
.textgrau7 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #777777; line-height: normal }
.textgrau8 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #888888; line-height: normal }
.textgrau9 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; line-height: normal }
.textgrauA { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #AAAAAA; line-height: normal }
.textgrauB { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #BBBBBB; line-height: normal }

.IntraButton {
	background-color:#e0dce0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#424242;
	font-family:Arial;
	font-size:13px;
	padding:2px 12px;
	text-decoration:none;
}
.IntraButton:hover {
	background-color:#c4c2c4;
}
.IntraButton:active {
	position:relative;
	top:1px;
}

body {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #000000; 
  line-height: normal
}

.dropdown {
  position: relative;
  width: 150px;
}

.dropdown select {
  width: 100%;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #000000; 
  line-height: normal
}

.dropdown > * {
  box-sizing: border-box;
  height: 1.5em;
}

.dropdown input {
  position: absolute;
  width: calc(100% - 20px);
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #000000; 
  line-height: normal
}