html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	height: 100%;
	min-height: 800px;
}    

a,
a:hover,
a:visited {
	font-weight: bold;
	color: #0e7f4e;
	text-decoration: none;
}

.green-text {
	color: #0e7f4e;
}

.green {
	background-color: #0e7f4e;
  color: #fff;
}


h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}

.green a {
  color: #fff;
}


.img-bc {
	height: auto;
	min-width: 200px;
	max-width: 652px;
	width: 60%;
}

.content-row {
	height: 50%;
	min-height: 200px;
	padding: 0px 40px;
	text-align: center;
	width: 100%;
	display: table;
}

#top {
}

#top-inner {
	display: table-cell;
	vertical-align: bottom;
}

#bottom {
}

#imprint {	
}

#services {
}

#about {
}

.content-inner {
	text-align:left;
	padding: 50px 17px;
	margin: auto;
}

#imprint-inner {
	text-align:left;
	padding: 50px 17px;
	margin: auto;
}

.ulist {
	list-style-type: square;
  padding: 0;
}

.ulist li { 
  margin-left: 16px;
  padding-left: 5px;
  padding-top: 5px;
}

