/* CSS fuer Wahlergebnisse */


body	{
		background-color: #ffefd5;
	}


p	{
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:small;
		font-weight:lighter;
		color:#A52A2A;
		}

p.b	{
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:small;
		font-weight:bold;
		color:#ffefd5;
	}

p.s	{
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:x-small;
		font-weight:lighter;
		color:#A52A2A;
	}

p.g	
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:medium;	
		font-weight:lighter;
		color:#A52A2A;
	}

p.r	{
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:medium;
		font-weight:bold;
		color:#A52A2A;
	}

h1	{
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:xx-large;
		font-weight:bold;
		color:#A52A2A;
	}
	
h2	{
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:large;
		font-weight:bold;
		color:#A52A2A;
	}

th	{	
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:9;
		font-weight:bold;
		color:#1144AA;
	}

td	{
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:9;
		font-weight:lighter;
		color:#000000;
	}

td.b	{
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:medium;
		font-weight:bold;
		color:#000000;
	}
	
td.s	{
		font-family:Arial,Helvetica,Sans-serif,Avantgarde;
		font-size:medium;
		font-weight:lighter;
		color:#000000;
		background-color:#cccccc;
	}
	
td.ohne	{
		border-top-style:none; border-bottom-style:none;
		background-color:#cccccc;
	}

td.leer {
		background-color:#cccccc;
	}

