a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a:link {}
a:active {}
a:hover {
	color: #660000;
}
a:visited {}







h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align:right;
	color: #660000;
}


h1 a{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: #000000;
	text-align: left;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: #660000;
	text-align: left;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 8px 0;
	color: #660000;
	text-align: left;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #660000;
	text-align: left;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	margin: 5px 5px 0px 0;
	text-align: left;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 5px 0px 0;
	text-align: left;
}
h6 a{
	color: #FFFFFF;
	text-decoration:none;
}

p {
	margin-bottom: 7px;
	font-size: 11px;
/* 	text-align: justify; */
}

.klein {
	font-size: 11px;
}

.gross {
	font-size: 12px;
}


.orange {
	color:#ff5500;
}

.ueberschrift {
	color:#ff5500;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


hr {
	margin: 5px 0 5px 0;
	border: dashed 1px #990000;
	clear: both;
}
