@charset "UTF-8";
/* Allgemeine Definitionen */
* { margin: 0; padding:0; }

html{ margin: 0; padding:0; height: 100%; }
body{ margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background: #990000; height: 100%;  }

p { margin-top: 10px; }
img { border: 0px; }
h1 { margin-top: 15px; text-align: right; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; clear: both; }
h1 a:link, h1 a:visited { text-decoration: none; color: #c80000; }
h1 a:hover { text-decoration: underline; }
a:link, a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #c80000; text-decoration: none; }
a:hover { text-decoration: underline; }


/* Struktur */
/* Kopfteilder Seite */
#mitte { width: 1003px; padding-left: 9px; margin: 0 auto; background-image: url(hintergrund.jpg); background-repeat: repeat-y; background-position: center; min-height: 100%; }
#navi{ width: 994px; height: 156px; }
#slider{ height: 120px; background:#CCCCCC; }
#schattenUnten{ z-index: 2; height: 10px; background-image: url(schatten.jpg); background-repeat: repeat-x; }
#buttons{ height: 24px; width: 994px; background-image: url(naviBalken.jpg); }

/* Mittelteil der Seite */
#hauptContainer{ width: 994px; height: auto; overflow: auto; }
/* Sub Navigation */
#subNavi{ width: 142px; height: auto; float:left; }
#subNavi ul{ text-decoration: none; color: #000000; margin-left: 18px; margin-top: 5px; }
#subNavi li{ list-style-image: url(sub_navi.jpg); line-height: 20px; }
#subNavi li a:link, #subNavi li a:visited{ color:#000000; text-decoration: none; }
#subNavi li a:hover{ text-decoration: underline; }
/* Bereich für Inhalte der Seite */
#inhalt { width: 822px; height: auto; overflow: auto; float: right; padding-left: 20px; padding-right: 10px;}
#inhalt ul { margin-left: 30px; }
#inhalt li { list-style: none; }
#inhalt_tipp { width: 832px; height: auto; overflow: auto; float: right; padding-left: 10px; padding-right: 10px;}
/* Seite Links Sonderzeug */
.linksBox { min-height: 115px; padding-left: 25px; clear: both; }
.linksBox img { margin-left: 25px; margin-right: 25px; margin-top: 2px; float: left; }
.linksBox p { min-height: 115; margin-top: 12px; }
h3 { text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; margin-top: 14px; text-align: center; clear: both; }
/* Bereich für Inhalte der Seite ohne Subnavi */
#inhaltGross { width: 964px; padding-left: 15px; padding-right: 15px; }
/* Für Tabellen */
td { font-family: Verdana, Arial, Helvetica, sans-serif ;font-size: 14px; vertical-align: top; }
th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; vertical-align: top; }
tr { margin-bottom: 20px; }
#mitte #hauptContainer #inhalt td { vertical-align: middle; }
/* Für Shop */
.zentriert { text-align: center; }


/* Fußteil der Seite */
#footer { clear: both; width: 994px; height: auto; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; padding-top: 15px; }
#footer a:link, #footer a:visited{ text-decoration: none; color: #c80000; font-size: 12px; }
#footer a:hover{ text-decoration: underline; }
