h1{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 4px;
        /* 
        background-image: url(/fileadmin/template/img/h1_back.gif);
	background-repeat: no-repeat;
	background-position: bottom left; */
	color: #2f2f2f;
}

h2{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 4px;
	color: #2f2f2f;
	/*
	background-image: url(/fileadmin/template/img/h2_back.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

h3{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 12px;
	color: #2f2f2f;
}

h4{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 12px;
	color: #2f2f2f;
}

h5{
	font-size: 13px;
	margin: 0px;
	color: #2f2f2f;
}

p {
	margin-top: 0px;
}

.align-center{
 text-align: center;
}

.align-right{
 text-align: right;
}

.align-left{
 text-align: left;
}

span.graueSchrift {
	color: #666666;
}

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;
}
