/* CSS-Stylesheet astrologische Beratungen */

body
{
	background-color: FFFFFF;
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

/*Links*/

/* ZWINGEND erforderliche Reihenfolge !!!!!!
A:link    { color: red }
A:visited { color: blue }
A:hover   { color: yellow }
A:active  { color: lime }    */


/*Fliestext Links*/
/*a:link
{
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	color: #028899;
}
a:visited
{
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
color: #028899;
}
a:hover
{
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
color: #1A5A96;
}
a:active
{
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
color: #000000;
}
*/


/*IndexLinks*/
.newlink:link
{
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.newlink:visited
{
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
color: #000000;
font-weight: bold;
}
.newlink:hover
{
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 12px;
text-decoration: underline;
font-style: normal;
color: #000000;
font-weight: bold;
}
.newlink:active
{
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
color: #000000;
font-weight: bold;
}


.textbold
{
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.tdomen
{
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.numh1
{
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}