html {

}

body {
  margin: 0px;
  padding: 0px;
  background: #3b2318 url(../images/background.jpg) repeat;
  font-family: Arial, Verdana;
}

p {

}
h1, h2, h3 {

}
h1 {
  font-size: 1.2em;
}
h2 {
  font-size: 1.1em;
}
h3 {
  font-size: 1.0em;
}
a:link {
  
}
a:visited {
  
}
a:focus {

}
a:hover {
  
}
a:active {
  
}

/* Definition des Containers */

#container {

}

#main {
  margin: 5px auto;
  width: 795px;
}

/* Definition des Headerbereiches */

#header {
  width: 795px;
  height: 107px;
  background: transparent url(../images/header.gif) no-repeat;
}

/* Definition des Contentbereiches */

#content {
  float: right;
}
#content_body {
  position: relative;
  top: 0px;
  left: 0px;
  width: 576px;
  min-height: 534px;
  padding: 10px;
  background: #f1f37e url(../images/content_body.jpg) no-repeat;
}

#content_bottom {
  width: 596px;
  height: 25px;
  background: transparent url(../images/content_bottom2.gif) no-repeat;
  text-align: right;
}
#content_bottom p {
  font-size: 10pt;
  color: #5c4825;
  margin-top: 0px;
  padding-top: 9px;
  padding-right: 25px;
}
#content_bottom a:link, #content_bottom a:visited {
  color: #5c4825;
}
#content_bottom a:hover {
  color: red;
}

/* Definition der Navigation */

#navigation {
  position: relative;
  left: 31px;
  width: 168px;
  height: 579px;
  background: transparent url(../images/navigation_background.jpg) no-repeat;
}
#navigation ul {
  margin: 0px;

  padding-top: 40px;
  padding-left: 28px;
  list-style-type: none;
}
#navigation li {
  padding-bottom: 12px;
  font-size: 1.4em;
}
#navigation a:link, #navigation a:visited {
  color: #eff517;
  text-decoration: none;
}
#navigation a:hover {
  text-decoration: underline;
}

/* Definition des 1. Untermenüs */
#navigation .submenue {
  padding: 0px;
  margin: 0px;
  padding-left: 18px;
  font-size: 0.5em;
  list-style-type: disc;
}
#navigation .submenue li {
  color: #eff517;
  padding: 0px;
  margin: 0px;
}
