body {
	margin: 0;
	height: 100%;
	padding: 0;
	width: 100%;
}

html, body, #wrap {
  height: 100%;
}

#main {
	background-image: url(images/ThomasAusblick.png);
	background-image-width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 100%;
	height: auto;
	width: 100%;
	margin: 0;
}

#banner {
	top: 0px;
	height: 131px;
	background-color: #CCC;
	margin: 0 auto;
}

#content {
	margin-top: 10px;
	flex-grow:0;
	order:1; /*Flexbox Element*/
	width: 80%;
	margin-bottom: 220px;
	}

#footer {
	height:auto;
	background-color: #F00;
	order:5;
} 

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* - negate effect of float*/
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 140%;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: #000;
}

.img_titel {
	margin: 0px;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #F00;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	border-radius: 7px 7px 7x 7px;
	padding: 5px;
	font-size: 1em;
}
#footer p {
	color: #FFF;
	font-size: 1em;
	line-height: normal;
}

#footer a {
	text-decoration: none;
	color: #FFF;
	line-height: normal;
}
#footer a:hover {
	text-decoration: underline;
}

#footer td {
	width:20%;
	margin: 10px;
}

a img {
border : 0 none;
}

.adresse {
	color: #FFF;
	text-align: right;
}


table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-size: 1em;
}

#content a:link {
}

#content a:hover {
	text-decoration: underline;
}

#leiste1 {
	margin-top: 10px;
	border-radius: 5px;
	width: 20%;
	flex-basis: auto;
	order:1;
}

.navilink {
	display: block;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.3em;
	text-align: left;
	border-top-width: 1.1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #C00;
	height: 50px;
}

.navilink:hover {
	background-color: #F00;
}

.titelgruen {
	color: #9C0;
	font-size: 16pt;
}

.navilink2 {
	display: block;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.1em;
	text-align: left;
	border-top-width: 1.1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #666;
	height: 50px;
}

.navilink2:hover {
	background-color: #CCC;
}

.titel {
	color: #030;
	font-size: 14pt;
	text-align: left;
	padding-top: 5px;
}

.email {
	font-size: 1em;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #666;
	padding: 5px;
	font-style: oblique;
}

.img {
	float: right;
	margin: 5px;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgresponsive {
  width: 100;
  height: auto;
  margin-right : auto;
  margin-left : auto;
  max-width : 710px;
}

.imgbottom {
	bottom: 0px;
}


.signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #036;
	padding-left: 40px;
	font-style: italic;
}

h1 {
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: normal;
	padding: 5px;
	color: #BEBEBE;
}

h2 {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
	padding: 10px;
	line-height: normal;
	color: #000;
}

.preise {
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 2px;
	text-align: center;
	background-color: #CA8B3E;
	opacity: 0.7;
	color: #000;
}
.datum {
	font-weight: bold;
	border-radius: 2px;
	text-align: left;
	background-color: #666;
	opacity: 0.8;
	padding: 10px;
	color: #000;
}
.monat{
	font-weight: bold;
	border-radius: 2px;
	color: #FFF;
	padding: 5px;
	background-color: #666;
}
.monat2 {
	font-weight: bold;
	border-radius: 2px;
	text-align: left;
	padding: 5px;
	background-color: #FFF;
}


.flex-container {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-basis: auto;
}
.flexpreistab {
	order:4;
}
.farbigesdiv {
	padding: 10px;
	background-color: #C00;
}
