﻿body
{
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.auto-style1 {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
}
.auto-style2 {
	text-align: right;
}
.auto-style3 {
	border-style: solid;
	border-width: 1px;
}
.auto-style5 {
	color: #CC1616;
	font-size: x-small;
}
.auto-style6 {
	border-collapse: collapse;
	border-style: none;
	border-width: medium;
}
.auto-style7 {
	text-align: right;
	border-top-style: none;
	border-top-width: medium;
}




TABLE .parameter
{
	border-right: #009966 thin solid;
	border-top: #009966 thin solid;
	margin: 5px;
	border-left: #009966 thin solid;
	border-bottom: #009966 thin solid;
	border-collapse: collapse;
	font-family: 'Courier New';
	font-size: 10pt;
	table-layout: auto;
}

A{text-decoration: none;} 
A:link
{
	color: #3399cc;
}
A:visited{color: #3399cc;}
A:hover
{
	color: #cc0033;
}
A img
{
  border:none;
}



#tln_left {
	border: 1px solid blue;
	/* width: 147px; */
	background-color: #E7F7FF;
	margin-top:0px;
	float: left;
}

#tln_right {
	width: 583px;
	height: auto;
	/*-border: 1px solid blue;*/
	margin-left: 160px;
	margin-top:20px;
	clear:right;
}

#box1
{
float: left; 
width: 70%; /* optionale Weitenangabe */
background: #0086d7;
}

#box2
{
float: right; 
width: 30%; /* optionale Weitenangabe */
background: #dfdfdf;
}

.flex-container {
  display: flex;
  background-color: DodgerBlue;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

