/*
 *  Dieses Style-Sheet beschreibt die Website
 *  www.appenzeller.biz
 */

body { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000000;	
  margin: 0;
  padding: 0;
  background: repeat-y left top url(img/border_left.gif);
}

h1 {
  color: #0f0a5c;
  font-size: 1.5em;
}

h2 {
  color: #0f0a5c;
  font-size: 1.3em;
}

#pagecontainer {
  border-top: 8px #cccccc solid;
  border-left: 8px #cccccc solid;
}

#content {
  margin-left: 9.5em;
  padding-top: 1.5em;
}

#content h1, p, address {
  margin: 0 25px 0 25px;
}

#content h2 {
  margin: .5em 25px 0 25px;
}

#content ul {
  list-style-type: square;
}

#header {
  color: #0f0a5c;
  font-family: "Times New Roman", serif;
  font-size: 2em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: .5em;
  width: 90%;
  border-top: 8px #050a5c solid;
  text-align: right;
  background: no-repeat left top url(img/header_left.jpg);
}

#header .domain {
  font-style: italic;
}

#div_left {
  width: 9em;
  background: no-repeat left top url(img/border_left.gif);
}

#navcontainer {
  margin-top: 12px;
  float: left;
  width: 8em;
  position: relative;
  left: 0;
  background: repeat-y left top url(img/nav_bg.gif);
}

#subcontainer {
  width: 59em;
  background: no-repeat left top url(img/zwischenlinie.gif);
}

#navspacer {
  width: 8.2em;
  height: 64px;
  background: no-repeat left top url(img/nav_top.gif);
}

#navcontainer ul {
  list-style-type: none;
  font-size: 1em;
  margin-left: 0.2em;      /* für Mozilla      */
  margin-right: 0.2em;     /* für Mozilla      */
  padding-left: 0.2em;     /* für IE und Opera */
  padding-right: 0.2em;    /* für IE und Opera */
}

#navcontainer li {
  margin: 0 0 0.2em 0;
}

#navcontainer a {
  font-size: 1.2 em;
  padding: 5px 5px 5px 5px;
  color: #ffffff;
  background-color: #423d8f;
  display: block;
  text-decoration: none;
  width: 100%;
}

#navcontainer  .otherlang a {
  margin-top: 5em;     /* Flagge nach unten verschieben */
  background-color: transparent;
  text-align: center;
}

#navcontainer .w3c a {
  margin-top: 1em;
  background-color: transparent;
}

#navcontainer a:hover {
  background-color: #ffffff;
  font-weight: bold;
  color: #423d8f;
}

#navcontainer .otherlang a:hover {
  margin-top: 5em;
  background-color: transparent;
}

#navcontainer .w3c a:hover {
  margin-top: 1em;
  background-color: transparent;
}

#navcontainer address {
  margin-top: 5em;
  text-align: center;
}

#active a {
  background-color: #0f0a5c;
  color: #ffffff;
}

#active a:hover {
  background-color: #0f0a5c;
  color: #ffffff;
  font-weight: normal;
  cursor: default;
}

#contact li {
  list-style-type: none;
}

#contact li {
  margin-bottom: .5em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}

#contact li.email {
  background: left no-repeat url(img/email.gif);
}

#contact li.snailmail {
  background: left no-repeat url(img/letter.gif);
}

#contact li.phone {
  background: left top no-repeat url(img/phone.gif);
}

span.Art {
  float: left;
  width: 3.3em;
}

span.Land {
  float: left;
  width: 2.2em;
}

span.Vorwahl {
  float: left;
  width: 3.8em;
}

span.TelNr {
  float: left;
  width: 5em;
}