/** global **/
html, body, h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0;
}

h1 img {
  display: block;
}

img {
  border: 0;
}

textarea {
  width: 440px;
}

a {
  color: #464544;
}

a:hover {
  color: #FFA405;
}

.left {
  float: left;
}

.right {
  float: right;
}

.back {
  text-align: right;
  padding-right:20px;
}

.clear {
  clear: both;
}

.text {
  width: 220px;
}

.text p {
  margin-right: 0px;
}

.image {
  width: 250px;
  margin-bottom:12px;
}

body {
  background: #E0D5B7 url(../bilder/page_bg.jpg) repeat-x;
  text-align: center;
  font: 11px verdana, arial, sans-serif;
  color: #74653D;
  padding-bottom: 10px;
  padding-top: 31px;
}

/** layout **/
#opener {
  text-align: center;
  margin: 100px auto 0 auto;
  width: 778px;
}

#wrapper {
  text-align: left;
  margin: auto;
  width: 778px;
  position: relative;
  background: url(../bilder/body_bg.gif) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(../bilder/header_2.jpg) no-repeat;
}

#left {
  float: left;
  width: 243px;
}

#logo {
  width: 244px;
  height: 152px;
  background: url(../bilder/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}

#logo h1 {
  padding-top: 30px;
  font-size: 20px;
  font-weight:normal;
}

#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

/** navigation **/
#nav {
  background: url(../bilder/nav_left.jpg) no-repeat;
}

#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #2A2A2A bottom left url(../bilder/nav_bot.jpg) no-repeat;
}

#nav li {
  list-style: none;
  border-top: 1px solid #959595;
  background: 188px 10px url(../bilder/arr_white.gif) no-repeat;
  padding: 7px 0 0 31px;
}

#nav li:hover {
  background: 188px 10px url(../bilder/arr_orange.gif) no-repeat;
}

#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 8px 8px;
}

#nav a.aktiv {
  font-weight: bold;
  color: #BE8B06;
}

#nav a:hover {
  text-decoration: underline;
}

#nav .important {
  border: none;
  background: 188px 10px url(../bilder/arr_orange.gif) no-repeat;
}

#nav .important a {
  color: #E9C379;
}

/** news **/
#news {
  background: url(../bilder/news_bg.jpg) repeat-y;
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 10px;
}

#news table tr td h2 {
  font-size: 12px;
  color: #BE8B06;
}

#news table tr td {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}

#news table tr td a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}

#news table tr td a:hover {
  color: #38301A;
}

/** support **/
#support {
  background: url(../bilder/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}

#support p {
  margin: 0.7em 2.6em;
  color: #6b5a33;
}

/** content **/
#right {
  float: right;
  width: 490px;
  padding-right: 9px;
  padding-top: 301px;
}

#right h2 {
  font-size: 16px;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: .2em;
}

#right h3 {
  font-size: 12px;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: .4em;
}

#right h4 {
  font-size: 12px;
}

#right p {
  margin-right: 20px;
  line-height:16px;
}

#right ul {
  margin:16px 0 24px 0;
}


#right ul li {
  list-style-position:inside;
  list-style-type:square;
  line-height:16px;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom:3px;
  margin-bottom:3px;
}


#right ul li a {
  text-decoration:none;
}

#spacer {
  height: 2em;
}

/** footer **/
#footer {
  background: url(../bilder/footer_bg.gif) repeat-y;
}

#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}

#footerline{
  background: url(../bilder/footerline.gif) no-repeat;
  height:10px;
  margin-top:0px;
  display:block;
  font-size:1px;
}
