body {
margin: 0;
margin-top: 0px;
padding: 0;
font-family: Myriad, Tahoma, Helvetica, Arial, Verdana;
font-size: 12px;
}

body a { color: #000000; text-decoration: none; }
body  a:hover { color: #a4222a;  }


.restposten {color:#A4222A; font-weight:700; text-decoration: blink;}


@keyframes blink {  
    0% { color: red; }
    100% { color: black; }
}
@-webkit-keyframes blink {
    0% { color: red; }
    100% { color: black; }
}
.restposten{
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
} 




#container {
position: relative;
width: 960px;
height: 600px;
background-image: url(../images/homepage_leuchtenbox_background_neu.jpg);
background-repeat: no-repeat;
padding: 0px;
margin: auto;
}

#header {
position: relative;
width: 931px;
height: 40px;
padding-top: 19px;
padding-left: 29px;
font-size: 12px;
}

#headermenu {
position: relative;
width: 931px;
height: 41px;
padding-left: 29px;
}

#siteID {
z-index: 10;
position: absolute;
top: 28px;
left: 479px;
width: 450px;
height: 97px;
}

#content {
position: relative;
width: 960px;
height: 500px;
}

#contentbox1 {
position: absolute;
top: 25px;
left: 10px;
width: 500px;
height: 160px;
line-height: 26.5px;
font-weight: bold;
font-size: 14px;
}

#contentbox1 ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#contentbox1 li
{
background-image: url(../images/leuchtenbox_feuerbox_fermacelleinbaukasten.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 18px;
}

#contentbox2 {
position: absolute;
top: 230px;
left: 10px;
width: 320px;
height: 120px;
line-height: 26.5px;
font-weight: bold;
font-size: 14px;
color: #ffffff;
}

#contentbox2 ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#contentbox2 li
{
background-image: url(../images/dot.gif);
background-repeat: no-repeat;
background-position: 0 .65em;
padding-left: 18px;
}

#contentbox2 a { color: #ffef60; text-decoration: none; }
#contentbox2  a:hover { color: #ffffff; }

#contentbox3 {
position: absolute;
top: 350px;
left: 28px;
width: 272px;
height: 45px;
padding-top: 7px;
padding-left: 11px;
border: 3px solid #ff0000;
background-color: #ffffff;
font-size: 14px;
font-weight: bold;
}

#contentbox3 span {
color: #ff0000;
font-size: 14px;
font-weight: bold;
line-height: 19px;
}

#contentbox4 {
position: absolute;
top: 427px;
left: 17px;
width: 500px;
height: 25px;
font-size: 9px;
color: #ffffff;
}

#footer {
position: absolute;
top: 565px;
left: 17px;
width: 943px;
height: 30px;
color: #ffffff;
font-size: 11px;
letter-spacing: 0px;
}

#footer a { color: #ffffff; text-decoration: none; }
#footer a:hover { color: #797979; }