﻿.ueberschrift1{
				font-family: Arial;
				font-size: 20px;
				line-height: 24px;
				color: #C0C0C0;
				font-weight: bold;
}
.ueberschrift2{
				font-family: Arial;
				font-size: 16px;
				line-height: 24px;
				color: #C0C0C0;
				font-weight: bold;
}

.absatz1{
				font-family: Arial;
				font-size: 16px;
				line-height: 20px;
				color: #C0C0C0;
				text-align: justify;
}
.absatz2{
				font-family: Arial;
				font-size: 16px;
				line-height: 20px;
				color: #C0C0C0;
				text-align: justify;
}
hr{
				border-bottom-style: solid;
				border-color: #00bb00;
				border-bottom-width: 1px;
}

#content {
				width: 800px;
				margin-left: 200px;
				padding-right: 20px;
				margin-top: 0px;
				padding-top: 20px;
				padding-left: 20px;
}

