@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
}

h1 {
	font-size: 1.5em;
	line-height: 120%;
	color: #9A0407;
}
h2   {
	font-size: 1.2em;
	line-height: 120%;
	color: #6E6E6E;
	margin-top: 1.5em;
}
a {
	text-decoration: none;
	color: #B90408;
}

a:hover, a:active, a:focus {
	color: #4B0303;
	text-decoration: underline;
}

figure {
	display: block;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	margin-left: auto;
	margin-right: auto;
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: left;
	display: block;
	margin-top: 0.5em;
	font-style: italic;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}
.abstandgross   {
	margin-top: 26px;
}

#wrapper {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
	min-width: 480px;
	padding-top: 30px;
}


#top {
	overflow: hidden;
	background-image: url(../images/10x10grau.jpg);
	background-repeat: round;
}
#logo   {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}
#logo img  {
	max-width: 60%;
	float: left;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#topnav {
}

#topnav ul   {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

#topnav li {
}

#topnav a {
	float: left;
	padding-top: 80px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 110%;
}

#topnav a:hover, #topnav a:active, a:focus {
	color: #FFFFFF;
	background-color: #FBCDCD;
	text-decoration: none;
}
#topnav a.thispage {
	color: #FFFFFF;
	background-color: #B90408;
}

#kopfbild	{
	clear: both;
	border-top: 28px solid #B90408;
}

.ztg {
	margin-top: -21px;
}

.maintext {
	float: left;
	display: block;
	margin-top: 20px;
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #B90408;
}

.maintext:first-of-type  {
	border: none;
	padding-left: 0px;
}

.maintext:last-of-type  {
	border: none;
	padding-left: 15px;
}

.maintext p   {
	font-size: 1.0em;
}

.maintext strong  {
	color: #B90408
}

.maintext ul li {
	margin-bottom: 14px;
}

.zentriert	{
	text-align: center;
}

.nhzlogo {
    max-width: 70%;
    border: thin solid rgba(66,66,66,1.00);
    border-radius: 0.5em;
    padding: 0.5em;
}

#sidebar {
	float: right;
	width: 200px;
	height: 100%;
	display: block;
	margin-left: 5px;
	margin-right: 12px;
	border-left: 1px solid #939393;
	padding-left: 3px;
	margin-top: 17px;
}

#sidebar p {
	text-align: center;
	margin-bottom: -11px;
}
#sidebar p strong {
	color: #717171;
}
#sidebar p:first-child {
	margin-top: 1px;
	padding-top: 0px;
}



footer {
	text-align: center;
	padding-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 1em;
	clear: both;
}
