body { 
	background-color:#000000;
	/* color: #575757; */
	color: #666;
 }

h1, h2, h3, h4, h5, h6, p, ul, ol{
	margin-top: 5px;
	margin-bottom: 5px;
}

h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #999585;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	display:inline;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #999585;
	font-weight:normal;
	padding-top:8px;
}

h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #999585;
	font-weight:bold;
}

h4{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #999585;
	font-weight:normal;
}

h5{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #999585;
	font-weight:normal;
}

p {
	line-height: 130%;
}

ul, ol{
	margin-left: 30px;
}

a:link,
a:visited {
color: #FFFFFF;
text-decoration:none;
}

a:hover, 
a:active,
a:focus {
color: #FFCC00;
text-decoration:none;
}



.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;
}
