body { margin-left:50px; margin-right:30px; margin-top:50px; margin-bottom:50px; background-color: #F3E2A9 }
p    { color: #666; font-weight: normal; font-size: 2em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; width: 800px;  }
a    { color: #66b; font-weight: normal; font-size: 1em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; hover: FF00FF  }
h1   { color: #666; font-weight: bold; font-size: 1em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular  }
h2   { color: #666; font-weight: bold; font-size: 2em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular  }
h3   { color: #666; font-weight: bold; font-size: 3em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular  }
h4   { color: #666; font-weight: bold; font-size: 4em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none  }
td   { text-align: center; color: #666; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; hover: FF00FF  }

audio {width: 250px; height: 20px }


#main{
	position:relative;
}

div#first{
    position: absolute;
    background: url('images/entenbrust.jpg');
	background-attachment:fixed;
	background-repeat: no-repeat;
    opacity: 0.3;
	width: 1440px;
	height: 2080px;
}
div#second{
	width: 100%;
	height: 100%;
	position: absolute;top: 0;
	left: 0;
}

# table { border: thick solid }

tr {
}
tr:nth-child(even) {
  #background: #D8D8D8;
  background: #e0e1c9;
}

td {
  color: black;
}
td:nth-child(even) {
  color: #6A6A6A;
}

@keyframes bgcolor {
    0% {
        background-color: #45a3e5
    }

    30% {
        background-color: #66bf39
    }

    60% {
        background-color: #eb670f
    }

    90% {
        background-color: #f35
    }

    100% {
        background-color: #864cbf
    }
}

h6 {
    -webkit-animation: bgcolor 30s infinite;
    animation: bgcolor 30s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
	color: #ffffff;
}