/* DATEI: style.css */
a:link { text-decoration:none; font-weight:bold; color:#0d6419; font-size:120%; }
a:visited { text-decoration:none; font-weight:bold; color:#0d6419; font-size:120%; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; font-size:120%; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; font-size:120%; }
html {
 height: 100%;
    overflow: hidden;  
}
body {
	background: url(web_images/backgd.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}
h1 {
	font-size:400%;
	text-align: center;
	margin-bottom: 5px;
	color: #124d1a;
	border-bottom: solid thin black;
}
hr {
	border: solid 1px;
	background-color: #124d1a;
}
