/******* CSS TEmplate ********/

body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6B6A75;
	text-align: left;
	background-color: #FFFFFF;
}

table, th, td, caption {
  border: thin solid #a0a0a0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: thin 0 0 thin;
  margin: 0 0 1em;
  table-layout: auto;
  max-width: 100%;
  height: auto;
}
th, td {
  font-weight: normal;
  text-align: left;
  width: 25%;
  height: auto;
}
th, caption {
  background-color: #f1f3f4;
  font-weight: 700;
}
.header {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem; 
    color: #fff;
    flex: 0 0 100%;
    max-width: 100%;
	height: 2.5rem;
    background-color: #0C6AFE;
	display:flex;
	justify-content:center;
	align-items:center;
}


img {

max-width: 100%;
height:auto;
}
.menu { 
    padding: 1rem;
    margin: 1rem;
    max-width: 100%;
	max-height: 20%;
	display: flex; 
	flex-direction: row;
	justify-content:center;
	display: -webkit-flex; 
	display: -ms-flexbox; 
}

.menu_divl {
    float: left;
    width: 15%;
	background-color: #fff;
	display: flex; 
	flex-direction: row;
	justify-content:left;
}

.menu_divr {
    float: right;
    width: 15%;
	background-color: #fff;
	display: flex; 
	flex-direction: row;
	justify-content:right;
	align-items:center;
}

.menu_mid {
    float: left;
    width: 65%;
	background-color: #fff;
	display: flex; 
	flex-direction: row;
	align-items:center;
	justify-content:center;
	font-family: "Open Sans", sans-serif;
    font-size: 1.8rem; 
}

.content { 
    padding: 1rem;
    margin: 1rem;
    max-width: 100%;
	max-height: 20%;
	display: flex; 
	flex-direction: row;
	justify-content:center;
	display: -webkit-flex; 
	display: -ms-flexbox; 
}

.content_divl {
    float: left;
    width: 15%;
	background-color: #fff;
	display: flex; 
	flex-direction: row;
	justify-content:left;
}

.content_divr {
    float: right;
    width: 15%;
	background-color: #fff;
	display: flex; 
	flex-direction: row;
	justify-content:right;
	align-items:center;
}

.content_mid {
    width: 65%;
	background-color: #fff;
	align-items:center;
	justify-content:center;
	font-family: "Open Sans", sans-serif;
    font-size: 1.8rem; 
}

.content_headline {
	font-family: "Open Sans", sans-serif;
	font-size: 1.8rem;
	font-weight:bold;
	float: left;
	padding: 1rem;
    margin: 1rem;
	white-space: normal;
}
.content_text {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	float: left;
	width: 85%;
	padding: 1rem;
    margin: 1rem;
	white-space: normal;
}

.footer {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem; 
    color: #fff;
    flex: 0 0 100%;
    max-width: 100%;
	height: 2.5rem;
    background-color: #0C6AFE;
	justify-content:center;
	align-items:center;
	display: flex; 
	flex-direction: row;
}