/***********************************************
 *                                             *
 *   semmelstatz.css                           *
 *   Copyright: © 2005-2007 kopfhoch-studio    *
 *   Lizenz: GPL                               *
 *   Kontakt: http://www.kopfhoch-studio.de/   *
 *                                             *
 ***********************************************/

p.statz, div.statz {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 17px;
	font-weight: normal;
	color: #344964;
	text-align: left;
	background: #eee;
	padding: 5px;
	border-bottom: 2px solid #ccc;
}

.statz a {
	border: none;	
}

.statz a img {
	border: none;
	padding-top: 0px;	
}

table.statzelement {
	text-align: left;
	width: 100%;
	border-bottom: 2px solid #ccc;
}

.statzelement th, .statzelement td {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	color: #344964;
	padding: 3px 0 3px 5px;
}

.statzelement th {
	font-weight: bold;
}

.statzelement td {
	font-weight: normal;
}

.optioncell {
	border:1px solid #ccc;
	padding:5px;
	font-size:11px;
	vertical-align:top;
	width:20%;
}

table.chartelement {
	border: none;
	border-collapse: collapse;
}

.chartelement td {
	vertical-align: bottom;
	text-align: center;
}

.optionstable {
	border:none;
}

.chartelement th {
	vertical-align: middle;
	text-align: right;
}

.copyright {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	text-align:center;
	margin: 20px 0px 0px 0px;
}