:root {  font-size:16px;}
* { margin:0; box-sizing:border-box; }
html {min-height: 100%;}
#wrapper {
	margin:0.75rem auto;
	border:1px #444444 solid;
	max-width:795px;
	color:#444444;
	position:relative;
	padding:0;
	background-color:#F4FFD2;
	/* font-family:Arial, Helvetica, sans-serif; */
	/* font-family: 'Open Sans', sans-serif; */
	/* font-family:  Times, "Times New Roman", serif; */
	/* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
	/* font-family: Trebuchet MS, Arial, Helvetica, sans-serif; */
	/* font-family: "Open Sans", Arial, Helvetica, sans-serif */
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.125rem;
	font-size: 0.8125rem;
	text-align:left;
	overflow:hidden;
}
p {padding-bottom:0.9375rem; }
h1{margin:0 0 0.9375rem 0;font-size:1.5rem; line-height:1.625rem;color: #8C0000;text-align: center;}
h1 span {display: block;font-weight: normal;font-size: 0.875rem;line-height: 1.1875rem;margin: 0 0 0.625rem;}
h2{font-size:0.8125rem; line-height:1.125rem;margin:0;color: #8C0000;}
h2 span{}
a {color:#444444;text-decoration:none;}
a:hover{text-decoration: underline;}
a u{color: blue;}
img {max-width: 100%; height: auto; width: auto; border:none;}
ul {margin-bottom: 0.9375rem; padding:0;list-style:none;}
ul li {background: url(iconlist.jpg) no-repeat 0 0.5rem;padding-left: 0.9375rem;}
.clear:after {content: ".";clear: both;display: block;visibility: hidden;height: 0;}
/* Header */
header{background: #fff;}
header a img{padding: 0.625rem 1.25rem;}
header a{}

@-webkit-keyframes slidy {
0% { left: 0%; }
28% { left: 0%; }
	33% { left: -100%; }
62% { left: -100%; }
	67% { left: -200%; }
95% { left: -200%; }
	100% { left: -300%; }
}


@keyframes slidy {
0% { left: 0%; }
28% { left: 0%; }
	33% { left: -100%; }
62% { left: -100%; }
	67% { left: -200%; }
95% { left: -200%; }
	100% { left: -300%; }
}
header section { overflow: hidden; }
header section figure img { width: 25%; float: left; }
header section figure { 
  position: relative;
  width:400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-duration: 9s; /* Safari 4.0 - 8.0 */	
  -webkit-animation-name:slidy; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite;
  animation: 9s slidy infinite; 
}

/* Ende Header */

/* Article */
article{width: 100%;float: left;padding: 0.9375rem 1.25rem 0;background: #F4FFD2;}
/* Ende Article */

/* Footer */
footer{width: 100%;float: left;background: #7E6B6F;padding: 0.625rem 1.25rem;color: #fff;}
footer a{color: #fff;text-decoration: underline;}
/* Ende Footer */

/* Aside */
aside:nth-of-type(2n-1){}
aside:nth-of-type(2n){}
/* Ende Aside */


/* Section */

/* Ende Section */

/* address */
address{font-style: normal;}
/* Ende address */

@media only screen and (max-width:795px) { 
	#wrapper{border: none;}
	h1{font-size: 1rem;line-height: 1.375rem;}
	h1 span{font-size: 0.875rem;line-height: 1.1875rem;}
	p{text-align: left;}
	header{}
	article{padding: 0.625rem;}
	footer{padding: 0.625rem;}
	header a img{padding: 0.625rem;}
}