h1, h2, h3, h4, h5, h6, p, ul, ol{
	margin-top: 5px;
	margin-bottom: 5px;
}

h1{
	margin-top: 0px;
	font-size: 24px;
	color: #2f2f2f;
}

h2{
	font-size: 15px;
	color: #2f2f2f;
}

h3{
	font-size: 14px;
	color: #2f2f2f;
}

h4{
	font-size: 14px;
	color: #2f2f2f;
}

h5{
	font-size: 13px;
	color: #2f2f2f;
}

p {
	line-height: 130%
	clear: left;
}

ul, ol{
	margin-left: 30px;
}

a:link {
color: #0000FF;
}

a:visited {
color: #000099;
}
a:hover, 
a:active,
a:focus {
color: #A80000;
}



.align-center{
 text-align: center;
}

.align-right{
 text-align: right;
}

.align-left{
 text-align: left;
}

span.roteSchrift {
	color: red;
}

span.blaueSchrift {
	color: #000071;
}

span.grosseSchrift{
	font-size: 16px;
}

span.mittlereSchrift{
	font-size: 14px;
}

span.grosseSchriftFett{
	font-size: 16px;
	font-weight: bold;
}

span.mittlereSchriftFett{
	font-size: 14px;
	font-weight: bold;
}
