/* Hier oben nichts ändern */

body	{ background-color: #000; }
table, td   { margin: 0 auto; border: 1px solid #000; border-collapse: collapse; }
td      { width:51px; height:51px; }
input	{ width: 40px; }
img	{ border: 1px solid #f00; }
a { color: inherit; text-decoration: none; }

#container { width: 1000px; margin: 0 auto; border: 1px solid #0FC; height: 95vh; box-shadow: 0 0 18px 4px #0FC; }

#Titel  { height:80px; color: #0FC; background-color:#00110f; padding:10px; text-align:center; }

#links, #rechts { height:calc(95vh - 100px); }
          
#links  { float:left; width: 180px; color: #5FD; background-color:#001414;}

#rechts { float:right; width: 780px; color: #9FF; padding:10px; }

.menu {  padding:20px 16px; margin:0; cursor:pointer; }
.menu:hover { background-color:#002219; box-shadow: 0 0 8px 4px #0FC; color: #fff; }

#anhang { position: absolute; margin-top:6px; }
#alien  { position: absolute; left:20px; bottom:14px; color:#f00; }
#rocket { position: absolute; left:20px; top:14px; }

#videostart { padding:24px; text-align:center; cursor:pointer; }
#videostart:hover { background-color:#002219; box-shadow: 0 0 8px 4px #0FC; color: #fff; }

/* Bis hier nichts ändern! */

.w      { background-color: #005; }
.s      { background-color: #0eb; }
