body {
  margin: 0;
  background-color: #FED8B1;
  font-family:  Helvetica;
    line-height: 60%;
}

a:link, a:visited, a:active  {
	color: blue;
	text-decoration: none;
	  line-height: 130%;
}

a:hover {
	color: Black;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.header {
  background-color: #fff;
  text-align: center;
}

.zweiteile {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
    -webkit-column-rule-style: solid;/* Chrome, Safari, Opera */
    -webkit-column-rule-color: #555;/* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    -moz-column-rule-color: #555; /* Firefox */
    column-rule-style: solid;
    column-rule-color: #555;
}

.dreiteile {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule-style: solid;/* Chrome, Safari, Opera */
    -webkit-column-rule-color: #555;/* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    -moz-column-rule-color: #555; /* Firefox */
    column-rule-style: solid;
    column-rule-color: #555;
}


#eMail {
  	font-size: 0.7em;
	font-weight: 600;
}

#red {
	color: red;
	font-size: 1.0em;
	  line-height: 110%;
}

#ABWESEND {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 100%;
	color: white; 
	background-color: red;
	text-indent: 1em;
}

#note {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 100%;
	color: white; 
	background-color: black;
	text-indent: 1em;
}

#navbar {
  overflow: hidden;
  background-color: #555;/* Farbe Balken */
}

/* Schrift NAVI Balken Menü Menue */

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 11px 11px;
  text-decoration: none;
  font-size: 15px;
} /*Farbe ganzer Balken*/

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #43afdd;
  color: black;
} /* Farbe ausgewählt blau #43afdd war mal dodgerblue */

.content {
  padding: 16px;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}


#FORMULAR {
	background-color:ddd;
	width: 535px;
    	padding: 0.5em;
	border-color: black;
	border-width: 2px;
	border-style: solid;	
	margin-bottom: -1.21em;
	font-size: 13px;
}

#ABSCHICKEN {
	margin-left: 5.55em;
	margin-top: -2em;
	margin-bottom: 4px;
}

textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}


			section {
				height: 7em;
				width: 4.5em;
				position: absolute;
				top: 1.15em;
				left: -1.85em;
			}
			.csi {
				background: #ebe22f;
				color: black;
				font: small-caps bold 1.5em/150% Arial, sans-serif;
				margin-top: 0em;
				padding: 0 auto;
				-ms-transform: rotate(350deg);
				-webkit-transform: rotate(350deg);
				transform: rotate(350deg);
			}

			.richtung{
				position: absolute;
				font-size: 300%;
			}

			.oben{
				right: 40%;
				top: 0;
			}

			.rechts{
				right: 0;
				top: 40%;
				-ms-transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
			}

			.unten{
				right: 40%;
				bottom: 0;
				-ms-transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}

			.links {
				left: 0em;
				top: 0em;
				font-size: 0.7em;
				line-height: 1.5em; 
				font-stretch: condensed;
				color: lightgrey;
				-ms-transform: rotate(270deg);
				-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
							}

.copy {
				postion: relative;
				left: 0em;
				font-size: 0.7em;
				line-height: 1.5em; 
				font-stretch: condensed;
				color: lightgrey;
				-ms-transform: rotate(270deg);
				-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
							}

#NAVILEISTE {
	position: relative;
	padding: 0em;  
	top: 0px;
	left: 0px;
	height: 39px;
	width: 100%;
	border-color: black;
	border-width: 0px;
	border-style: solid;	
	overflow: scroll;
}

#Auswahl {
	position: relative;
	padding: 0.5em;   
	top: 20px;
	height: 167px;
	width: 532px;
	border-color: black;
	border-width: 2px;
	border-style: solid;	
	overflow: scroll;
}

#iframe {
	position: absolute;   
	left: 585px; 
	height: 640px;
	border-color: black;
	border-width: 2px;
	border-style: solid;	
	overflow: scroll;
}

#RotHinterlegt {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 100%;
	color: white; 
	background-color: red;
	text-indent: 1em;
}

#roteSchrift {
	color: red;
	font-size: 1.0em;
	  line-height: 110%;
}

#kleinerSchwarz {
  	font-size: 0.7em;
	font-weight: 600;
}

#GRAU {
	color: black;
	font-size: 1em;
	  line-height: 110%;
}
