﻿@page { size: auto; }
.screen {display: none;}

a {
	background-color: inherit;
	color: black;
	font-weight: bold;
	font-style: italic;
}
#seite {
	}
#kopf {
	 display: none;
}
#tabelle_verweise {
	 display:none
}
#verweisspalte {
	 display: none;
}
h1,h2,h3,h4 {
        font-family: Arial, Helvetica, sans-serif;
        text-align:left;
}
h4.center {
	text-align: center;
}
.ueberschrift {
	font-size:x-large;
	margin-left:-250px;
}
#box {
	background-color: #FFFFFF;
	color: #000000;
	border-style: none;
	text-align: left;
}


/*vereine*/

.vereine {
	margin-bottom: 3px;
	width: 790px;
	visibility: visible;
}
.verein_name{
	width: 30mm;
	height: 20mm;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px;
	border-style: solid;
	float: left;
	top: inherit;
	right: 30mm;
	bottom: 30mm;
	left: 30mm;
}
.verein_daten {
	width: 125mm;
	height: 20mm;
	padding: 5px;
	border: 1px;
	border-style: solid;
	font-size: 16px;
	float: left;
	visibility: visible;
}
div.verein_merkmal {
	width: 20%;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	float: left;
	visibility: visible;
}
div.verein_inhalt {
	width: 75%;
	visibility: visible;
	float: left;
}
