/* Hintergrundfarbe allgemein*/
body  {
	background-color: #FFFFFF;
	font-family : Arial, Helvetica;
	font-size : 12px;
	color : #000000;
}

/* Links*/
a:link  {
	color : #000000;
}

a:visited  {
	color : #000000;
}


a:hover
		{
    color: #0A49B3;
	text-decoration : underline;
}

a:active  {
	color : #000080;

}

a.tabelle:hover {
	background-color : #ffffca;
}

A.NO:link  {
	text-decoration : none;
}

A.NO:visited  {
	text-decoration : none;
}

A.NO:active  {
	text-decoration : none;
}

a.menu:link,a.menu:visited {
    font-family: Arial;
	font-size : 10pt;
	text-decoration : none;
}

a.menu:active,a.menu:hover {
    color: #0A49B3;
	text-decoration : underline;
}




/* Schriftenformatierung fuer Standardtags*/
p,h1,h2,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,br  {
	font-family : Arial,sans-serif;
	font-size : 13px;
	color : #000000;

}

.klein {
	font-family : Arial,sans-serif;
	font-size : 11pt;
	color : #000080;
}

.h3, h3 {
	font-family : Arial,sans-serif;
	font-size : 13pt;
	text-decoration:none;
	font-weight : bold;
	color : #0A49B3;
}


.blau {
  color : #0A49B3;
}

	
	
