/* 
*/
body {
	margin : 40px 40px 40px 40px;
	padding: 0px 0px 0px 0px;
	background-color : #FFFFFF;
	color : #000000;
}

img {
	border : none;
}

table {
	border : none;
	border-spacing : 0px;
	border-style : none;
	border-collapse : collapse;
	text-align : left;
}

tr {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	vertical-align : top;
}

td {
	padding : 0px;
	background-color : #FFFFFF;
	color : #000000;
	vertical-align : top;
}

td.text {
	padding : 0px 10px 15px 10px;
}
td.compact {
	padding : 0px 0px 0px 0px;
}
td.headline {
	padding : 0px 10px 15px 10px;
	text-align : right;
}

td.black {
	padding : 10px;
	background-color : #000000;
	color : #FFFFFF;
	text-align : center;
}

td.footer {
	font-size : 10px;
	padding : 15px;
	text-align : center;
}

b {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	background-color : #FFFFFF;
	color : #000000;
	font-weight : bold;
}

b.big {
	font-family:Arial,sans-serif;
	font-size:22px;
	background-color : #FFFFFF;
	color:#000000;
	font-weight:bold;
}

small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

a.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : #FFFFFF;
	color:#000000;
}



a.navi:link			{
    text-decoration : none;
    color : #000000;
    background-color :  transparent;
}
a.navi:visited 		{
    text-decoration : none;
    color : #000000;
    background-color :  transparent;
}
a.navi:hover 		{
    text-decoration : underline;
    color : #000000;
    background-color :  transparent;
}
a.navi:active		{
    text-decoration : none;
    color : #B0B0B0;
    background-color : transparent;
}

a.navi-akt:link			{
    text-decoration : none;
    color : #B0B0B0;
    background-color :  transparent;
}
a.navi-akt:visited 		{
    text-decoration : none;
    color : #B0B0B0;
    background-color :  transparent;
}
a.navi-akt:hover 		{
    text-decoration : underline;
    color : #B0B0B0;
    background-color :  transparent;
}
a.navi-akt:active		{
    text-decoration : none;
    color : #B0B0B0;
    background-color : transparent;
}

a:link			{
    text-decoration : none;
    color : #000000;
    background-color : inherit;
}
a:visited 		{
    text-decoration : none;
    color : #000000;
    background-color : inherit;
}
a:hover 		{
    text-decoration : underline;
    color : #000000;
    background-color : inherit;
}
a:active		{
    text-decoration: none;
    color : #000000;
    background-color : inherit;
}