.etecinfobox {
	background-color: #2F7562;
	color: #2F7562;
	width: 100%;
	/*border-right: 2px solid #f7d193;*/
	border-bottom-color: #2F7562;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: auto;
	padding: 1px;
	position: relative;
}

.etecinfobox #image {
	background-image: url(sonne.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -17px;
	top: -10px;
}

.etecinfobox #titel {
	padding: 4px 2px 2px 40px;
	color: #ED7D00;
	font-size: 14px;
	height: 20px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

.etecinfobox #content {
	padding: 20px 5px 5px 5px;
	background-color: #f9f9f9;
}

.etecinfobox #content p {
	padding: 0px;
	margin: 0px;
}

.etecinfobox #content img {
	/*float: left;*/
	padding: 0 5px 5px 0;
}

.etecinfobox #content a {
	color: #ED7D00;
	text-decoration: underline;
	font-weight: normal;
}

.etecinfobox #content a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* INFOBOX 1 */

.etecinfobox1 {
	background-color: #2F7562;
	color: #fff;
	width: 100%;
	/*border-right: 2px solid #f7d193;*/
	border-bottom-color: #2F7562;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: auto;
	padding: 1px;
	position: relative;
}

.etecinfobox1 #titel {
	padding: 4px 4px 4px 4px;
	color: #fff;
	font-size: 14px;
	height: 20px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

.etecinfobox1 #content {
	padding: 10px;
}

.etecinfobox1 #content p {
	padding: 0px;
	margin: 0px;
}

.etecinfobox1 #content img {
	/*float: left;*/
	padding: 0 5px 5px 0;
}

.etecinfobox1 #content a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

.etecinfobox1 #content a:hover {
	text-decoration: underline;
	font-weight: bold;
}
