body { background-color: #800000; color: #ffc8c8; width:100%; padding:0; }
body,p,table,tr,th,td{font-family:Arial; line-height:1.8em}
#logo { vertical-align: top; }
#logo,  #content { display:inline-block; margin-left:40px;}
#content { max-width: 800px; }
h1 {font-variant:small-caps;font-size:35px;font-weight:normal;white-space:nowrap}
.kopfmenu {padding: 4px; margin-right:5px;margin-bottom:5px;  font: bold 20px Arial;text-decoration:none; float:left;}
.aktivmenu {border: solid 1px red}
.passivmenu {border: dashed 1px red}
.rahmen {border-left: solid 3px #ffc8c8;padding-left:8px;margin-left:20px}
tr,td,th {vertical-align:top}
a { color:red; text-decoration:none; text-shadow: 0 0 1px black, 0 0 2px black; }
a:hover {color:red; text-decoration:underline}
a.kopfmenu { color:red; }
a.kopfmenu:hover {background-color:red;color:#ffc8c8;text-decoration:none}
input.feld {background-color:#ffc8c8;font-size:14px;border:1px solid white;padding:2px}
input.button, button {color:#ffc8c8;font-weight:bold;font-size:16px;background-color:red;border:1px solid white;padding:4px; cursor: pointer;}
hr {height:1px;border-width:0;border-top:1px dotted #ffc8c8}
strike {color:white; background-color: white}
strike {color:black; background-color: black}
#facebook { float: right; background-color:#ffe8e8; padding:10px; border: 1px solid black; border-radius: 5px; box-shadow: inset -1px -1px 10px 2px rgba(20,20,0,0.5); transition: all 0.5s; }
#facebook:hover { box-shadow: inset 1px 1px 10px 2px rgba(0,0,0,0.30); }

#facebook IMG { width: 120px; height: auto; } 

@keyframes spenden {
    from {background-color: orange;}
    to {background-color: yellow;}
}
#menu_spenden { background-color: yellow; text-shadow: none;}
#menu_spenden.passivmenu {  animation-name: spenden; animation-duration: 1s; animation-iteration-count: infinite; }


@media (max-width: 1200px) { 
  #logo,  #content { margin-left:20px; } 
  #logo img { width: 100px; height: auto;}
}
@media (max-width: 1000px) { 
  #logo { display: none; }
  #content { margin-left: 0px; } 
  #facebook IMG { width: 100px; height: auto; } 
}
