@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 { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }


/* Struktur */
/* Kopfteilder Seite */
#mitte { width: 1003px; padding-left: 9px; margin: 0 auto; background-image: url(../style/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(../style/schatten.jpg); background-repeat: repeat-x; }
#buttons{ height: 24px; width: 994px; background-image: url(../Style/naviBalken.jpg); }

ul{ text-decoration: none; color: #000000; margin-left: 35px; margin-top: 5px; }
li{ list-style-image: url(../style/sub_navi.jpg); line-height: 20px; }
li a:link, #subNavi li a:visited{ color:#000000; text-decoration: none; }
li a:hover{ text-decoration: underline; }

/* Mittelteil der Seite */
#hauptContainer{ width: 994px; height: auto; overflow: auto; }
/* Bereich für Inhalte der Seite ohne Subnavi */
#inhaltGross { width: 964px; padding-left: 15px; padding-right: 15px; }

/* 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; }


