/* body */
body {
	background: #efefef; 
}

/*textfelder*/
textarea.farb, input.farb, select {background-color:#ffffff; color:#000999}

/* fonts */
h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,p,i,h5 
     { font-family:Arial,sans-serif; }


/* headlines */
h1  { color:#ff0000; font-size:18pt; font-weight:900; }
h2  { color:#ff0000; font-size:14pt; }
h3  { color:#ff0000; font-size:12pt; font-weight:700; }
h4  { color:#ff0000; font-size:10pt; }
h5  { font-size:10pt; font-weight:700; }

/* anderer text */
li  { color:#000080; font-size: 10pt;}
td,p,div  { font-size: 10pt;}

/* links */

A  {
	text-decoration : underline;
	color :#0000ff;
}

A:Visited  {
	color :#000080;
	text-decoration : underline;
}

A:Active  {
	color :#000999;
	text-decoration : underline;
}

A:Hover  {
	text-decoration : none;
	color : #ff0000;
}

