/* Povel-Page */

/* Globales */

body {
    font-family         : Verdana, Arial, sans-serif;
    /* margin-top          : 2px;
	margin-bottom       : 12px; */

}

h1 {
	color               : #CC3333;
    font-family         : Verdana, Arial, sans-serif;
    font-size           : 16pt;
    font-weight         : bold;
    font-variant        : small-caps;
	margin-top          : 12px;
    margin-bottom       : 10px;
}

h2 {
	color               : #CC3333;
    font-family         : Verdana, Arial, sans-serif;
    font-size           : 11pt;
    font-weight         : bold;
	margin-top          : 5px;
	margin-bottom       : 3px;
}

h2.statement {
    font-size           : 11pt;
	margin-top          : -7pt;
    font-weight         : normal;
	font-style          : italic;
}

h3 {
    color               : #CC3333;
    font-size           : 15pt;
	font-family         : Verdana, Arial, sans-serif;
    font-weight         : bold;
	margin-top          : 0px;
	margin-bottom       : 0px;
}

h3.statement {
    font-size           : 9pt;
	margin-top          : -7pt;
    font-weight         : normal;
	font-style          : italic;
}

a {
	color               : #CC3333;
	font-family         : Verdana, Arial, sans-serif;
    font-size           : 9pt;
	text-decoration     : underline;
}

a:hover, a:active {
	color               : #CC3333;
	background          : #F2F2EC;
    font-family         : Verdana, Arial, sans-serif;
    font-size           : 9pt;
	text-decoration     : underline;
}

p {
	/* margin-top          : 5px;
	margin-bottom       : 12px; */
}

p,ol,li,h3 {
    color               : #000000;
    font-family         : Verdana, Arial, sans-serif;
    font-size           : 9pt;
}

ul {
	margin-top          : 3px;
	margin-bottom       : 3px;
}


/* Alle Tabellen */

table {
	font-family         : Verdana, Arial, sans-serif;
    font-size           : 9pt;
}

/* Tabellen Aktuelles */

table.news {
    /* margin-top          : 0px;
	margin-bottom       : 30px; */
}

/* Kopfzeile mit Links */
td.nkopf {
    background-color    : #CC3333;
    color               : #F2F2EC;
    font-family         : Verdana, Arial, sans-serif;
    font-size           : 9pt;
    font-weight         : bold;
}

td.nkopf a{
    background-color    : #CC3333;
    color               : #FFFFFF;
    font-family         : Verdana, Arial, sans-serif;
    font-size           : 9pt;
    font-weight         : bold;
	text-decoration     : underline;
}

td.nkopf a:hover, a:active{
    color               : #000000;
    background          : #F2F2EC;
    font-family         : Verdana, Arial, sans-serif;
    text-decoration     : underline;
}

td.ninh {
    background-color    : #F2F2EC;
    color               : #000000;
    font-family         : Verdana, Arial, sans-serif;
    font-size           : 9pt;
}

td.ninh a:hover, a:active{
    color               : #FF0000;
    background          : #CC3333;
    font-family         : Verdana, Arial, sans-serif;
    text-decoration     : underline;
}