﻿body {
	background-image: url('../images/template/bg.png');
	font-size:100%;
	font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
	text-align:center;
}

* {
	box-sizing:border-box;
}

div.Rahmen {
	display:flex;
	flex-direction:column;
	flex-wrap: nowrap;
	margin: 0 auto;
	width:96%;
	min-height:98vh;
	background-color:#FFFEFE;
	margin:0 auto;
	padding:0px;
}

header.yi {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	min-width:500px;
	flex-grow: 1;
	margin:0px;
}

header.er {
	min-width:500px;
	flex-grow: 1; 
	text-align:center;
	margin-bottom:0.3%;
	font-size:2.75vmax;
	font-weight:bold;
}

section {
	flex-grow: 1;
	min-width:500px;
	min-height:5vh;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-evenly; 
	margin:0px;
}

article {
	flex-grow: 8;
	min-width:500px;
	min-height:5vh;
	display:flex;
	flex-direction:column;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin:0px;
	font-size:1vmax;
}

article div.item{
	min-width:490px; 
	max-width:95%; 
	background-color:white;
	margin:0 auto;
	border:thin red solid;
	box-shadow: 3px 3px 3px 3px yellow;
	font-size:1vmax;
	text-align:left;
	hyphens: auto;
}

article div.item div.arrowup{
	position: fixed;
	bottom: 10%;
	right: 4%;
	width: 1%;
	border: 3px solid red;"
	color: red;
	font-weight: bold;
}

article div.item div.arrowup a{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a.char {
	color:darkblue;
	text-decoration:none;
	font-size:1vmax;
}

table.noprint {
	width:95%;
}

td.anzahl {	
	font-size:1vmax;
	text-align: right;
}

p.h1 {
	text-align:center;
	font-size: 3vmin;
	font-weight: bold;
	text-decoration: underline;
}

span.small {	
	font-size:1vmax;	
}

div.dr {
	width: 90%;
	text-align:right;
}

p.home {
	display: none;
}
button.druck {
	
}	
footer {
	background-color:darkred;
	color:yellow;
	display: flex;	
	flex-direction:row;
	justify-content: flex-end;
	align-items:center;
	flex-wrap: wrap;
	flex-grow: 1;
	font-size:80%;
	min-width:500px;
	flex-direction:row;
	margin:0px;
	padding-right:0.5%;
}
