body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0px;
}

div#site{
  height: 100%;
  background-image: url(images/bg.gif);
  background-repeat:no-repeat;
  background-position: right bottom;
}

div#site_title{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 100%;
}

div#site_title_left{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100px;
  width: 150px;
  background-image: url(images/title_left.jpg);
}

div#site_title_center{
  position: absolute;
  left: 150px;
  top: 0px;
  height: 100px;
  width: 300px;
  background-image: url(images/title_center.jpg);
}


div#site_title_right{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100px;
  width: 100px;
  background-image: url(images/title_right.jpg);
}

div#site_navi{
  position: absolute;
  top:0px;
  left:0px;
  bottom: 0px;
  width: 150px;
  height: 100%;
  text-align: center;
  background-image: url(images/navi_menu.jpg);
}

div#site_navi_top{
  position: absolute;
  left: 0px;
  top: 100px;
  height: 80px;
  width: 150px;
  background-image: url(images/navi_top.jpg);
}

div#site_navi_bottom{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 50px;
  width: 150px;
  background-image: url(images/navi_bottom.jpg);
}

#site > div#site_content{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}

div#site_content{
  margin-left: 150px;
  margin-top: 100px;
  margin-right: 0px;
}


a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}

a:hover {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 14px;
  color: #000000;
}

a:name {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 14px;
  color: #000000;
}

h1 {
  font-family: Tolkien, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 25px;
  color: #463B60;
}

h2 {
  font-family: Tolkien, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 18px;
  color: #463B60;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

div#news_top{
  width: 500px;
  color: #000000;
  background-color: #F1FEA7;
  border: 1px solid #000000;
  cursor: pointer;
}

div#news_top:hover{
  background-color: #F6C545;
}

div#news_title{
  width: 180px;
  display: block;
  float:left;
  text-align: left;
}

div#news_author{
  width: 130px;
  display: block;
  text-align: center;
}

div#news_date{
  width: 180px;
  display: block;
  float:right;
  text-align: right;
}

div#news_content{
  width: 500px;
  border: 1px solid #000000;
  border-top: 0px;
  text-align: left;
}

div#sorte_name{
  width: 600px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #F1FEA7;
  border: 1px solid #000000;
  cursor: pointer;
}

div#sorte_name:hover{
  background-color: #F6C545;
}


div#sorte_beschreibung{
  width: 600px;
  border: 1px solid #000000;
  border-top: 0px;
  text-align: center;
  text-align: center;
}

div#artikel_name{
  width: 500px;
  color: #000000;
  background-color: #F1FEA7;
  border: 1px solid #000000;
  cursor: pointer;
}

div#artikel_name:hover{
  background-color: #F6C545;
}

div#artikel_content{
  width: 500px;
  border: 1px solid #000000;
  border-top: 0px;
  text-align: left;
}

div#artikel_beschreibung{
  width: 500px;
  text-align: left;
}

div#news_bottom{
  width: 500px;
  border: 1px solid #000000;
  border-top: 0px;
  text-align: left;
}

div#artikel_bild{
  width: 150px;
  height: 150px;
  display: block;
  float:left;
  text-align: center;
  border: 1px solid blue;
}

div#artikel_bestellung{
  width: 500px;
  border: 1px solid #000000;
  border-top: 0px;
  text-align: left;

}

br.clear{
  clear: both;
}

                                                                                                                                               





































































































