/* DATEI: w_header.css                  */
/* Stylesheets fuer www.werner-stuttgart.de     */
/* (c) www.denografix.de                  */
/*     22.04.2005                     */

BODY {
	background-color : white;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

P {
	background-color : transparent;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

A:LINK, A:VISITED {
	color : #DD1A21;
	font-weight : bold;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

A:HOVER {
	color : #000000;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;	
}


BLOCKQUOTE {
	margin-left : 0;
}

TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: none;
	vertical-align: none;
}

TD.grau {
	text-align: left;
	vertical-align: middle;
	background-color : #cccccc;
}
	
TD.ru {
	text-align: right;
	vertical-align: bottom;
}

TD.center {
	text-align: left;
}

TABLE {
	border: none;
}

