  /*Farben: #61197d (CI-Farbe lila)*/

/* Global*/

* {

  font-family: arial, helvetica, sans-serif;
}
img {
  border: 0;
}

body, html {
  margin: 0;
  padding: 0;
  text-align: center;
  /*background: url(../pics/bg_body.jpg);*/
  height: 100%;
}

/* Container*/
#bg {

  height: 100%;
  /*background: url(../pics/bg_main2.gif) repeat-x;*/
  background: url(../pics/bg_main.png) repeat-x;
}

#pos {
  width: 1000px;
  margin: 0 auto;
  margin-top: 0;
  background: #fff url(../pics/bg_main.png) repeat-x;
  min-height: 100%;
  height: auto !important;      
  height: 100%;
}

#main {
  margin-top: 0px;
  width: 1000px;
  height: 720px;
  text-align: left;
  border: 0px solid #bbb;
}

#logo img {
  margin: 35px 0 30px 20px;
}

#navi {
  padding: 3px;
  margin: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #CDB5CD;
}
#navi a {
  font-size: 14px;
  color: #CDB5CD;
  font-weight: normal;
  text-decoration: none;
}
#navi a:hover {
  color: #fffbbf;
}
#navi span.aktiv {
  font-size: 14px;
  color: #fffbbf;
}

#content {
  text-align: center;
}

/* Inhalt und Typo */

#text {
  margin: 25px auto;
  height: 300px;
  text-align: center;
}

#text2 {
  margin: 5px auto;
  width: 400px;
  height: auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

h1 {
  font-size: 18px;
  margin-top: 20px;
}

#text2 h1 {
  padding: 12px 0 5px 0;
}

table {
  text-align: left;
  margin: 0 auto;
}

td {
  padding: 5px;
  font-size: 14px;
}

table.menu {
  
} 

table.menu td {
  padding: 1px;
}



table.menu img {
  width: 80px;
  height: 80px;
  border: 1px solid #bbb;
  margin-right: 7px;
  vertical-align: middle;
}

table.menu a.menue {
  display: block;
  background: #eee;
  padding: 6px;
  color: #61197d;
  text-decoration: none;
}



table.menu a.menue:hover {
  color: #fffafa;
  background: #61197d;  
}

/* Schaltflächen */

a.button {
  display: block;
  margin: 10px auto;
  height: 24px;
  width: 120px;
  background: url(../pics/button.png) no-repeat;
  text-decoration: none;
}

#text2 a.button {
  margin: 5px 0 10px 0;
}

a.button:hover {
  background: url(../pics/button_h.png) no-repeat;
}

p.button {
  margin-top: 20px;
}

div.blaettern {
  float:left; 
  padding-top: 32px;
}

div.blaettern a {
  display: block;
  width: 24px;
  height: 126px;
}

div.blaettern a.links {
  background: url(../pics/links.png) -3px 0 no-repeat;
}

div.blaettern a.links:hover {
  background: url(../pics/links_h.png) -3px 0 no-repeat;
}

div.blaettern a.rechts {
  background: url(../pics/rechts.png) no-repeat;
}

div.blaettern a.rechts:hover {
  background: url(../pics/rechts_h.png) no-repeat;
}
