/* CSS Document */

h1 {
	font-size: 19px;
	font-weight: normal;
	color: #bd1812;
	margin: 0px;
	margin-bottom: 20px;
}

h2 {
	font-size: 13px;
	color: #58585a;
	margin: 0px;
	margin-bottom: 20px;
}

h3 {
	font-size: 14px;
	color: #bd1812;
	margin: 0px;
	margin-bottom: 20px;
}

h5 {
	font-size: 10px;
	color: #777;
	margin-top: -15px;
	margin-bottom: 20px;
	font-weight: normal;
}

p {
	margin: 0px;
	margin-bottom: 15px;
}

div#um p a {
	height: 13px;
	text-decoration: none;
	border-bottom: 1px solid #de8b88;
	padding-bottom: 1px;
	color: #58585a;
}

div#um p a:hover {
	height: 13px;
	text-decoration: none;
	border-bottom: 1px solid #bd1812;
	padding-bottom: 1px;
	color: #58585a;
}

/* Menue */

div#menue a img {
	border-bottom: 5px solid #fff5e2;
	margin: 0px 1px;
}

div#menue a:hover img {
	border-bottom: 5px solid #de8b88;
	margin: 0px 1px;
}

div#menue a.aktiv img {
	border-bottom: 5px solid #bd1812;
	margin: 0px 1px;
}

/* Subnavigation */

div#subnavigation p {
	margin-top: 5px;
	margin-bottom: 0px;
}

div#subnavigation a {
	border-left: 5px solid #fff8ea;
	height: 13px;
	padding: 1px 5px;
	text-decoration: none;
	color: #58585a;
}

div#subnavigation a:hover {
	border-left: 5px solid #de8b88;
	height: 11px;
	padding: 1px 5px;
	color: #58585a;
}

div#subnavigation a.aktiv {
	border-left: 5px solid #bd1812;
	height: 11px;
	padding: 1px 5px;
	font-weight: bold;
	color: #58585a;
}
