@charset "UTF-8";

	/*
	**
	**	Script			MitgliederVerwaltung (Beta)
	**	Version			0.1 (Beta)
	**	Author			BC-Design - Dieter "Balto" Harvolk
	**
	**	Project			Member-Maintenance
	**	MainProject		Taifuns e.V. - www.taifuns.de
	**
	**	Link			BC-Design - www.bc-design.info
	**	E-Mail			BC-Design - kontakt@bc-design.info
	**	Copyright		BC-Design - Dieter "Balto" Harvolk
	**
	**	Copyright (c) by Dieter "Balto" Harvolk
	**
	**	Hier kommt noch Lizenztext in deutsch und englisch hin!!
	**
	*/
	
body {
	Background-color: white;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h6 {
	font-size: 8px;
}

ul {
	margin-left: 25px;
	margin-bottom: 10px;
}

.noprint {
	display: none;
}

/* Formatierung Tabelle säumige Zahler */
#zahler {
	border-collapse: collapse;
	text-align: center;

}

#zahler td {
	border: 1px solid #333333;
}

#head td {
	background-color: #999999;
	padding: 5px 20px;
}

.zahlerinfo td {
	line-height: 30px;
}