@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(../layout/hg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: rgba(210,210,225,1);
}
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
}


body, button, input, select, textarea  {
	color: rgba(51,51,51,1);
	line-height: 1.6em;
}

small { font-size: 85%; }
.text-small {
	font-size: 85%;
}


h1, h2, h3, h4, h5, h6    {
	color: rgba(255,175,6,1);
	font-weight: normal;
	line-height: 1.3em;
	padding-bottom: 0.4em;
}

h1 {
	font-size: 200%;
	margin-bottom: 0px;
	color: rgba(0,152,70,1);
}
h2 {
	font-size: 145%;
	margin-bottom: 0px;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
}



p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.text-rot {
	color: rgba(192,0,38,1);
}
.text-gruen {
	color: rgba(0,152,70,1);
}


a {
	text-decoration: none;
	color: rgba(0,152,70,1);
}




a:visited {
	color: rgba(0,152,70,1);
}
a:hover {
	text-decoration: none;
	color: rgba(255,175,6,1);
}
a:focus { outline: none; }

a:hover, a:active { outline: 0; }

.Bildunterschrift {
	font-size: 110%;
	color: rgba(0,152,70,1);
	font-weight: normal;
}

hr {
	background: rgba(0,152,70,0.7);
	border: none;
	color: rgba(0,152,70,0.7);
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#um-fuss {
	background-color: rgba(0,121,54,1);
}

footer, footer h1, footer h2, footer h3 {
	color: rgba(255,255,255,1)
}

.footer-spalte a {
	color: rgba(255,255,255,1)
}

.footer-spalte a:hover {
	color: rgba(255,175,6,1)
}
