@charset "UTF-8";
/* CSS Document */

p {
}
a      {
	color: #000;
	text-decoration: underline;
}
a:hover    {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	padding-top: 15px;
	padding-left: 20px;
	color: #CB2120;
}
h2 {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-top: 15px;
	padding-left: 60px;
	color: #0C0804;
	padding-bottom: 10px;
}
h3 {
	padding-left: 120px;
	padding-right: 120px;
}
h4 {
	font-weight: bold;
	padding: 0.2em 110px 0.1em;
	color: #CC3328;
}
h5 {
	float: right;
	line-height: 2em;
	text-align: center;
}
strong {
	font-weight: bold;
}
.rot {
	color: #CC2F21;
}
.black {
	color: #000;
}
.fett
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.normal{
	font-style: normal;
	font-weight: normal;
}

