@import url(template/news.css);
@import url(template/kalender.css);

body
{
	background-color: #ffffff;
	color: #000000;
}

td
{
	font-family: Arial;
	font-size: 12pt;
}

h1
{
	border: 0pt solid black;
        font-family: Arial;
	font-size: 16pt;
        margin-top: 6pt;
        margin-bottom: 6pt;
}

h2
{
	font-family: Arial;
	font-size: 16pt;
}

h3
{
	font-family: Arial;
	font-size: 14pt;
}

.csc-header-date
{
        margin-top: 16pt;
        margin-bottom: 4pt;
}

.csc-firstHeader
{
       margin-bottom: 4pt;
}

p
{
       border: 0pt solid red;
       margin-top: 4pt;
       margin-bottom: 0pt;
}
a:link
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #8A4502;
	text-decoration:none;
	
}

a:visited
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #9D5106; 
	text-decoration:none;
}

a:active 
{ 
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background: 8A4502;	
	text-decoration:none; 
}
	
a:hover 
{ 
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #f2d404;
	text-decoration:none; 
}

dd
{
        font-size: 9pt;
}
