img{
	border:1;
	border-color:black;
}

a:link
{
        text-decoration: none;
}
a:visited
{
        text-decoration: none;
}
a:hover
{
        color: rgb(255,51,0);
        text-decoration: underline;
}
a.nav
{
        color: rgb(255,204,0);
        text-decoration: none;
}
body
{
        font-family: Verdana, Arial, Helvetica;
        background-color: rgb(0,0,0);
        color: rgb(255,255,255);
}
p.nav
{
        text-decoration: none;
        text-align: center;
}
table
{
        table-border: 0;
}
table.white
{
        color: rgb(255,255,255);
        background-color: rgb(255,255,255);
}
td
{
	  font-family: Verdana, Arial, Helvetica;
        vertical-align: top;
        color: rgb(0,0,0);    
}
td.rahmen
{
        font-family: Verdana, Arial, Helvetica;
        background-color: rgb(0,0,0);
        color: rgb(255,255,255);
}
td.container
{
        background-color: rgb(255,255,255);
        color: rgb(0,0,0);
}
td.colored
{
        background-color: #FFCC00;
        color: rgb(0,0,0);
	  padding:2px;
	  padding-left:4px;
	  padding-right:4px;
}
th
{
        font-family: Verdana, Arial, Helvetica;
        background-color: rgb(255,255,255);
        color: rgb(0,0,0);
}
th.colored
{
        font-weight: bold;
        background-color: #FFCC00;
	  padding:2px;
	  padding-left:4px;
	  padding-right:4px;
}

h1, h2, h3, h4, h5, h6
{
        font-family: Verdana, Arial, Helvetica;
}
h1
{
        color: rgb(255,204,0);
        font-size: large;
        font-weight: normal;
}
h4
{
        color: rgb(255,204,0);
}

