/* Style Sheet: stadtklar */

/* Schriftart definieren */
BODY, P, B, I, SMALL, H2, H3, TD, BLOCKQUOTE, DD, DT, DL, UL, OL	{ font-family: Verdana, Arial, Helvetica, Geneva, non-serif; }


/* Schriftgroessen festlegen */
P, B, I, TD, DD, DT, DL, UL, OL				{ font-size: 13px; }
SMALL  						            				{ font-size: 11px; }


/* Links */
A:link  					{	color : #cc0000; text-decoration: none; }
A:visited  				{	color : #cc0000; text-decoration: none; }
A:active  				{	color : #cc0000; text-decoration: none; }
A:hover  					{	color : #42b720; text-decoration: none; }

A.ahg:link  				{	color : #aaaaaa; text-decoration: none; }
A.ahg:visited  			{	color : #aaaaaa; text-decoration: none; }
A.ahg:active  			{	color : #aaaaaa; text-decoration: none; }
A.ahg:hover  				{	color : #aaaaaa; text-decoration: underline; }

A.nav:link  				{	color : #000000; text-decoration: none; }
A.nav:visited  			{	color : #000000; text-decoration: none; }
A.nav:active  			{	color : #000000; text-decoration: none; }
A.nav:hover  				{	color : #00a000; text-decoration: none; }


/* Hintergrundfarben*/
.sg       				{ background-color: #42b720; } /* stadtklar-Gruen */
.dg 							{ background-color: #00a000; } /* dunkelgruen */
.or       				{ background-color: #ffb400; } /* orange */
.ho       				{ background-color: #ffecbf; } /* hellorange */
.m1       				{ background-color: #bfaf00; } /* Mischfarbe 1 */
.m2       				{ background-color: #80aa00; } /* Mischfarbe 2 */
.m3       				{ background-color: #40a500; } /* Mischfarbe 3 */
.sw       				{ background-color: #000000; } /* Schwarz */
.mg       				{ background-color: #dddddd; } /* mittelgrau */
.hg       				{ background-color: #eeeeee; } /* hellgrau */
BODY 							{ background-color: #ffffff; } /* weiss */

/* Farben */
.txtor       			{ color: #ffb400; } /* orange */
.txtdg       			{ color: #00a000; } /* dunkelgruen */
.txtsg       			{ color: #42b720; } /* stadtklar-Gruen */
.txthg       			{ color: #aaaaaa; } /* Hellgrau */
.txtw       			{ color: #ffffff; } /* weiss */

/* Spezielle Definitionen */
h2									{ font-size: 24px; }
h3									{ font-size: 18px; }
h2.hl								{ font-size: 24px; margin-bottom: 0px; color: #ffb400; }
.long								{ line-height: 14pt; }

INPUT.textfield 		{ background-color: #ffffff; 
											border-style: none;
											border-color: #000000;
											font-size: 13px; }

TEXTAREA.textbereich 	{ background-color: #ffffff; 
												border-style: none;
												border-color: #000000;
												font-size: 11px; 
												font-family: Verdana, arial, courier, sans-serif; }
											

INPUT.button				{ background-color: #ffb400; 
											border-style: none;
											border-color: #000000;
											font-family: verdana;
											font-weight: bold;
											color: #000000;
											font-size: 13px; }

