
/**site **/
body {
  margin: 0;
  padding: 0;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 75%;
  background: #000;
  text-align: center;
  color: #eee;
}

img {
  border: none;
}


/**layers **/

#container {
  text-align: left;
  margin: auto;
  padding: 0;
  width: 770px;
  position: relative;
}

#head {
  height: 109px;
  margin-bottom: 0px;
  background-image: url(_images/top_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

#main {
  float: left;
  line-height: 1.5em;
  width: 574px;
  height: 300px;
	padding: 85px 0 0 10px;
  background-color: #000;
  background-image: url(_images/main_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#main[id] {
  height: auto;
  min-height: 300px;
}

#menu {
  clear: left;
  float: left;
  width: 186px;
  height: 300px;
  padding: none;
  background-color: #000;
  background-image: url(_images/menu_top.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}    

#menu[id] {
  height: auto;
  min-height: 300px;
}

ol {
  list-style-type: decimal;
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
}

ol li p.question {
  font-weight: bold;
  margin-bottom: 4px;
}

#menu ul {
    margin: 0 0 40px 3px;
    padding: 140px 0 0 0px;
    width: 180px;
    list-style: none;
    text-align: center;
}

#menu li {
  margin: 0;
  padding: 0;
}

#menu li a {
  margin: 0;
  display: block;
  text-decoration: none;
  padding: 7px 15px 7px 10px;
  border-left: 4px solid #3A2B14;
  border-right: 4px solid #3A2B14;
  background-color: #38362D;
  color: #D0CDBB;
  text-align: center;
  text-transform: uppercase;
}

#menu li a:hover {
  background-color: #322C1F;
  color: #D0CDDB;
  background-image: url(_images/menu_hover.png);
  background-position: center right;
  background-repeat: no-repeat;
}

#menu li a.aktiv {
  background-color: #322C1F;
  color: #D0CDDB;
  background-image: url(_images/menu_active.png);
  background-position: center right;
  background-repeat: no-repeat;
}

#foot {
  clear: left;
  text-align: center;
  padding: 20px 0 10px 0;
}

#rightmenu {
  float: right;
  text-align: center;
  font-size: 75%;
  line-height: 130%;
  font-weight: bold;
  border:3px solid #3A2B14;
  background-color: #38362D;
  margin: 16px 0 0 10px;
}

#rightmenu ul {
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
    width: 150px;
    list-style: none;
    text-align: center;
}

#rightmenu li {
  margin: 0;
  padding: 0;
}

#rightmenu li a {
    margin: 0;
    display: block;
    text-decoration: none;
    padding: 3px 0 3px 0;
    background-color: #38362D;
    border: none;
    color: #D0CDBB;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#rightmenu li a:hover {
    background-color: #322C1F;
    border: none;
    color: #fff;
}

#rightmenu li a.aktiv {
    background-color: #322C1F;
    border: none;
    color: #fff;
}


/**text **/

#main a, #foot a {
  color: #EFECE4;
  text-decoration: none;
  border-bottom: 1px dashed #D0CDBB;
}
#main a:hover, #foot a:hover {
  border-bottom: 1px solid #D0CDBB;
}

p {
  margin-top: 0;
  padding: 0;
  line-height: 1.7em;
  font-size: 105%;
}

.lista {
  list-style-type: none;
  margin: 0;
  padding-left: 10px;
  line-height: 185%;
}

.lista a {
  border: none;
}

h1 {
  text-transform: uppercase;
  width: 401px;
  color: #D8631E;
  font-size: 150%;
  font-weight: bold;
  padding: 10px 0 15px 0;
  border-bottom: solid 3px #3A2B14;
  margin-bottom: 2px;
  padding-bottom: 0;
}

h2 {
  color: #D8631E;
  font-size: 115%;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

h3 {
  text-transform: uppercase;
  width: 100%;
  color: #D8631E;
  font-size: 75%;
  display: inline;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 8px;
  padding-bottom: 0;
}

.ingress {
	font-weight: bold;
}


/**content **/
.imageleft {
  float: left;
  text-align: center;
	font-size: 75%;
 	font-weight: bold;
	line-height: 130%;
  border: 3px solid #464B47;
  padding: 3px 3px 0px 3px;
  margin-right: 10px;
}
.imageright {
  float: right;
  text-align: center;
  font-size: 75%;
  line-height: 130%;
  font-weight: bold;
  border:3px solid #464B47;
  padding: 3px 3px 0px 3px;
  margin-left: 10px;
}
.imageright img {
  padding: 0 0 4px 0;
  display: block;
}
.imageleft img {
  padding: 0 0 4px 0;
  display: block;
}
.image p {
  margin: 0;
}


