﻿.image {
				border-width: 2px;
				border-color: #00bb00;
				border-style: groove;
				margin: auto;
				border-radius: 16px;
				-moz-border-radius: 16px;
				-webkit-border-radius: 16px;
				font-family: Arial;
				-moz-box-shadow: 4px 4px 10px #111;
				-webkit-box-shadow: 4px 4px 10px #111;
				box-shadow: 4px 4px 10px #111;

}
.td_1{
				text-align:center;
}
.ueberschrift1{
				padding: 0 20px 0 20px;
				font-family: Arial;
				font-size: 22px;
				line-height: 20px;
				color: #C0C0C0;
				font-weight: bold;
}
.ueberschrift2{
				font-family: Arial;
				font-size: 18px;
				line-height: 20px;
				color: #C0C0C0;
				font-weight: bold;
				font-style: italic;
}

.absatz1{
				font-family: Arial;
				font-size: 16px;
				line-height: 20px;
				color: #C0C0C0;
				text-align: justify;
				padding: 0 20px 0 20px;
}
.absatz2{
				font-family: Arial;
				font-size: 14px;
				line-height: 20px;
				color: #C0C0C0;
				text-align: justify;
}