﻿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 {
	min-width:500px;
	flex-grow: 1; 
	text-align:left;
	margin:0px;
}

header.er {
	min-width:500px;
	flex-grow: 1; 
	text-align:center;
	margin-bottom:0.3%;
}

section {
	flex-grow: 1;
	min-width:500px;
	min-height:5vh;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-evenly; 
	/*background-color:yellow;*/
	margin:0px;
}

article {
	flex-grow: 8;
	min-width:500px;
	min-height:5vh;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-evenly; 
	/*background-color:yellow;*/
	margin:0px;
}

.table { 
   margin-left: auto;
   margin-right: auto;   
	font-size:2vmax;
	width:95%;
   display: table;
}
.table-row {
	display: table-row;	
}
.table-cell {
	display: table-cell;
	border-bottom: medium solid darkred;
	vertical-align:middle;
}
img.tier {
	width:auto;
	height:3.3vw;
}

a:link, a:visited {
 text-decoration: none;
 color: darkblue;
}
img.sound {
	width:2.7vmax;
	max-width:1.7vmax;
	max-height:1.7vmax;
}

div.item{
	min-width:400px; 
	max-width:90%; 
	flex-grow: 2;
	background-color:white;
	margin:1px;
	border:thin red solid;
	box-shadow: 3px 3px 3px 3px yellow;
	font-size:4vmax;
	hyphens: auto;
}

	
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%;
}

