/* Minimal stylesheet — fills in for missing wayback CSS */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', Arial, sans-serif; color: #222; background: #f4f4f2; line-height: 1.5; }
a { color: #b8001b; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }

/* Header / branding */
#lg, [id='lg'] { display: block; max-height: 80px; margin: 12px 0; }

/* Top utility nav (Home/Kontakt/Newsletter/Presse) */
nav ul { list-style: none; display: flex; gap: 18px; padding: 8px 16px; background: #fff; border-bottom: 1px solid #ddd; flex-wrap: wrap; }
nav ul li a { color: #444; font-size: 14px; padding: 6px 0; }
nav ul li a.selected, nav ul li a:hover { color: #b8001b; border-bottom: 2px solid #b8001b; }

/* Primary horizontal menu (Parts / Service / Action) */
#menu1959 { display: flex; gap: 0; padding: 0; margin: 18px 0; background: #2a2a2a; border-bottom: 4px solid #b8001b; }
#menu1959 > li { list-style: none; position: relative; flex: 1; text-align: center; }
#menu1959 > li > a { display: block; padding: 18px 0; }
#menu1959 > li > a > img { display: inline-block; max-height: 36px; }
#menu1959 ul { position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.14); display: none; padding: 0; flex-direction: column; gap: 0; border: 1px solid #ddd; z-index: 999; }
#menu1959 > li:hover > ul { display: flex; }
#menu1959 ul li { width: 100%; text-align: left; }
#menu1959 ul li a { display: block; padding: 12px 16px; color: #333; border-bottom: 1px solid #eee; }
#menu1959 ul li a:hover { background: #f4f4f2; color: #b8001b; }

/* Body wrapper */
body > div, body > table { max-width: 1180px; margin: 0 auto; padding: 0 18px; }

/* Hero / image blocks */
.image { display: block; margin: 18px 0; text-align: center; }
.image img { max-width: 100%; }

/* Linkbutton (call-to-action) */
.linkbutton { display: inline-block; background: #b8001b; color: #fff; padding: 9px 22px; margin: 8px 0 18px; border-radius: 2px; font-weight: 600; font-size: 14px; }
.linkbutton:hover { background: #8a0014; color: #fff; text-decoration: none; }

/* Footer */
#menu1983 { background: #2a2a2a; padding: 16px; margin-top: 32px; }
#menu1983 li a { color: #ccc; font-size: 13px; }
#menu1983 li a:hover { color: #fff; }

/* General typography */
h1, h2, h3 { color: #2a2a2a; margin: 16px 0 8px; }
p { margin: 0 0 12px; }
font { font-family: inherit; font-size: inherit; color: inherit; }

/* Forms */
input, textarea, select { font: inherit; padding: 6px 8px; border: 1px solid #ccc; border-radius: 2px; }
button, input[type=submit] { background: #b8001b; color: #fff; border: 0; cursor: pointer; padding: 8px 16px; }

/* Tables */
table { border-collapse: collapse; }
table td, table th { padding: 6px 10px; }
