body {
	font-family : Arial, Verdana, Helvetica ;
	font-size : 11px ;
	font-style : normal;
	background-color:#ffffff;
	color:rgb(0,0,0);
}
a {
        text-decoration:none;
        color:#ffffff;
		font-weight: bold;
}

a:hover {
        text-decoration:underline;
        color:#ffffff;
		font-weight: bold;
		background-color:#BD0000;
		height: 30px
}
a:active {
	color: #ffffff;
	font-weight: bold;
	background-color:#BD0000;
	height: 30px
}
input,textarea {
        background-color:#0000ff;
        color: #ffffff;
        font-family:  Arial, Verdana, Helvetica;
        font-size: 11px;
        border-color: #000000;
}
input,select {
        background-color:#0000ff;
        color: #ffffff;
        font-family: Arial, Verdana, Helvetica;
        font-size: 11px;
        border-color: #000000;
}
p {
	font-size : 11px ;
	color: #0000ff;	
	font-weight: bold;
}

h1 {
	font-size : 20px ;
    font-family:  Arial, Verdana, Helvetica;
	color: #BD0000;
	font-weight: bold;
 	font-variant: small-caps;
	
}
td {
	font-size : 12px ;
    font-family:  Arial, Verdana, Helvetica;
	color: #ffffff;
	font-weight: bold;
}
th {
	font-size : 20px ;
    font-family:  Arial, Verdana, Helvetica;
	color: #D91915;
	font-weight: bold;
}
ul {
	font-size : 12px ;
	color: #ffffff;	
	font-weight: bold;
}

table.ecke {
        width:100%;
}		
		
		
		

