a:link
{
	color: #000066;
	text-decoration: none;
}
a:visited
{
	color: #333333;
	text-decoration: none;
} 
a:active 
{
	color: #FF6600;
	text-decoration: none;
}
body
{
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0);
	color: #333333;
	background-color: #FFFFFF;
}
.table_kj
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0);
	color: #333333;
	background-color: #FFCC00;

}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1
{
	color: rgb(102,0,0);
}
h2
{
	color: rgb(0,51,102); 
}
.h2_kj
{
	color: #cc3333; 
}
h3
{
	color: #000066;
}
h4
{
	color: #000066;
	font-family: "Times New Roman", Times, serif;
}
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
}
.unterueberschrift {
	font-weight: bold;
	color: #003366;
	background-color: #CCCCCC;
}
.teaser_standard {
	color: #333333;
	font-size: 0.85em;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
table {
	align: center;
	text-align: left;
}
hr {
	color: #FFCC00;
	line-height: 1px;
}

