* {
	box-sizing: border-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #fff;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	margin: 0px;
	height: 100%;
}

html {
	font-family: DekaFrutiger-Roman, Arial, sans-serif;
	font-size: 14px;
	color: #003745;
	min-width: 300px;
	height: 100%;
	/* make sure it is at least as tall as the viewport */
	position: relative;
}


.flex-container {
	font-family: DekaFrutiger-Roman, Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 0;
	margin: 0;
}

.flex-container>div {
	width: 100%;
}


.header-right {
	float: right;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}

.header-left {
	float: left;
	text-align: left;
	padding-top: 5px;
	font-weight: bold;
}

.header-right-middle {
	display: inline-flex;
	text-align: right;
	align-items: center;
	padding-right: 5px;
	float: right;
	height: 25px;
	font-weight: bold;
}

.header-center {
	text-align: center;
}


.row {
	height: 100%;
}
.row::after {
	content: "";
	clear: both;
	display: table;
}

[class*="col-"] {
	float: left;
	padding: 10px;
}

.col-00 {
	display: block;
	width: 100%;
	min-height: 60px;
	background-color: white;
	margin: 0;
	padding: 0px;
	font-size: 11px;
	text-align: right;
}

.c00_logo {
	display: block;
	width: 100%;
	min-height: 60px;
	background-color: white;
	margin: 0;
	padding: 0px;
	font-size: 11px;
	text-align: right;
}

.c00_action {
	float: right;
	margin: 0;
	padding: 0px;
	width: 200px;
	height: 30px;
}

.tabform {
	font-size: 14px;
	align-content: center;
}

.button {
	background-color: red;
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.col-10 {
	width: 100%;
	min-height: 700px;
}

.col-40 {
	width: 100%;
	background-color: #9d958d;
	border-top: solid 0.5px white;
	color: white;
	font-size: 10px;
}

.col-60 {
	width: 100%;
	background-color: #877f78;
	text-align: right;
	border-top: solid 0.5px white;
	color: white;
	font-size: 12px;
}
.col-60 A {
	text-decoration: none;
	color: white;
}

.header {
	background-color: white;
	min-height: 60px;
	color: #003745;
	padding: 10px;
}

.menu ul {
	background-color: #dad2bd;
	float: top;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

.menu li {
	display: inline-block;
	padding: 5px;
	max-width: 300px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	/*background-color: #33b5e5;*/
	color: #003745;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.menu li:hover {
	color: #ff0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.menu A {
	text-decoration: none;
	color: #003745;
}

.submenu {
	display: none;
}

.submenu ul {
	float: top;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

.submenu li {
	display: inline-block;
	padding: 5px;
	max-width: 300px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	/*background-color: #33b5e5;*/
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.submenu li:hover {
	color: #ff0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*--   DROP DOWN MENUE TOP RIGHT */
.dropdown {
	margin-top: 5px;
	float: right;
	vertical-align: middle;
	display: inline-block;
	right: 5px;
	z-index: 5;
}

.dropdown img {
	vertical-align: middle;
}

.dropdown-content {
	display: none;
	padding: 0;
	z-index: 10;
}

.dropdown-content ul {
	float: right;
	list-style-type: none;
	background-color: white;
	margin: 1px;
	padding: 1px;
	text-align: right;
}

.dropdown-content li {
	border: 0.2px solid rgba(135, 127, 120, 0.2);
	width: 80px;
	margin: 0px;
	padding-top: 2px;
}

.dropdown-content li:hover {
	color: #ff0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.dropdown-content li:after {
	content: '\21E2';
	padding-left: 4px;
}

.dropdown:hover .dropdown-content {
	display: flex;
}

.frame1 {
	border: 0.2px solid rgba(135, 127, 120, 0.2);
	margin: 2px;
	width: 80px;
	padding: 3px;
}

ausgabe:after {
	content: '\25BC';
	color: red;
	padding-left: 4px;
}

.log_user {
	vertical-align: middle;
	font-weight: bold;
	width: 200px;
	margin-top: 25px;
	z-index: 1;
	height: 50px;
}