@charset "UTF-8";

body{
	/*font-size: 62.5%;*/
	color: darkred;
	text-align: center;
	font-family: fantasy;
   /*background-image: url(Weinstrauss2.png);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center top; 
	background-size: 80%;*/
}

.t12{
	font-size: 1.2em;
}

.t20{
	font-size: 2.0em;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.shadow{
	text-shadow: 1px 2px lightgrey;
	margin-top: 20pt;
	margin-bottom:35pt;
}

.color{
	color: darkred;
}

.wein{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 2px lightgrey;
	text-decoration: underline;
}

.winzer{
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 2px lightgrey;
}

.land{
	text-shadow: 1px 2px lightgrey;
	font-style: italic;
	margin-top: 20pt;
	margin-bottom:35pt;
}

.n{
	display: none;
}

.no{
	display: none;
}

.nein{
	display: none;
}

.ja{
	display: inline;
}

.yes{
	display: inline;
}

.y{
	display: inline;
}

.x{
	display: inline;
}


label {
   white-space: pre;
}
