html, body{height: 100%;}

html{
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   line-height: 160%;
}

body{
  border:  0px;
  margin:  0px;
  padding: 0px;
  width:  100%;
  background-color: #6f6a30;
  background-image: url("images/bg8.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  color: #ffffff;
}

h1,h2,h3,h4,h5{
   border:  0px;
   margin:  0px;
   padding: 0px;
   padding-bottom: 0px;
   color: #ffffff;
   font-family: Arial,Helvetica,sans-serif;
   font-size:   14px;
   font-weight: bold;
   line-height: 140%;
}

h1{font-size: 16px;}

a{
   color: #F8AC00;
   font-family: Arial,Helvetica,sans-serif;
   text-decoration: none;
}

a:hover{text-decoration: underline;}

ul, ol{
  margin-left:20px;
  padding-left:0px; 
  list-style-position:outside;
  font-size: 12px;
}

li{
  padding-bottom:8px;
  list-style-image:url(strich.gif);
  font-size: 12px;
}

table{
   border:  0px;
   border-collapse: collapse;
   border-spacing: 0px; /*IE und FF reagieren unterschiedlich */
   empty-cells: show;
   margin:  0px;
   padding: 0px;
   table-layout: fixed;
}

td {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   line-height: 160%;
   text-align: left;
   vertical-align:top;
}

hr {
 border: 0px;
 height: 1px;
 padding:0px;
 margin: 0px;
 color: #cccccc;
 background-color:#cccccc;
}

img{
   border: 0px;
   padding: 0px;
}

div{
   border:  0px;
   padding: 0px;
   margin:  0px;
}
/*==============================*/
/*=== Landingpage =============*/
/*==============================*/
p.clink {
  color: #F8AC00;
}
p.clink a{
  font-size:14px;
}
#wrapper{
  margin: 0 auto;
  width: 960px;
}

#headbar{
  background-image: url("images/header_bg.jpg");
  background-position: 0 29px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 514px;
}

#gb_lang{
  cursor: pointer;
  height: 22px;
  line-height: 20px;
  margin-top: 1px;
  width: 200px;
}

#menubar{
  margin: 7px 0 0 20px;
  width: 540px;
  height: 64px;
  line-height: 100%;
}

#menubar a{
  display: block;
  float: left;
  height: 32px;
  width: 180px;
}
  
#menubar a img{
  display: block;
  height: 32px;
  width: 180px;
}

#banner{
  background-image: url("images/menu_bg.png");
  background-repeat: repeat-y;
  position: absolute;
  top: -1px;
  right: 25px;
  z-index: 200;
  height: 439px;
  width: 335px;
}

#banner .logo{
  background-image: url("images/bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  height: 203px;
  padding-left: 10px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 310px;
  z-index: 201;
}

#banner .text{
  background-image: url("images/bg9.png");
  background-position: 0 0px;
  background-repeat: no-repeat;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  padding: 18px 25px 8px 30px;
  position: absolute;
  top: 203px;
  right: 0px;
  height: 210px;
  width: 280px;
  z-index: 201;
  font-size: 14px;
}

#mainbar{
  width: 100%;
  padding: 20px 0px 10px;

  color: #ffffff;
}

#footer{
  background-image: url("images/bg6.png");
  background-position: center top;
  background-repeat: repeat;
  height: 78px;
  margin-top: 0px;
  width: 100%;
}

#footer p{
  margin: 0 auto;
  padding: 8px 0 0;
  text-align: center;
}

#footer a{color: #ffffff;}

#mainbar h2{
  background-image: url("images/bg3.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  color: #5E2214;
  font-size: 28px;
  line-height: 30px;
  padding: 8px 0px 8px 11px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#mainbar h3{
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

div.article{
  border-bottom: 1px solid #ffffff;
  display: block;
  margin-bottom: 25px;
  padding-bottom: 15px;
  width: 960px;
}

div.img{
  display: block;
  float: left;
  margin-bottom: 1px;
  width: 220px;
}

div.img img{
  border: 2px solid #ffffff;
  margin-top: 5px;
}

div.fimg{
  display: block;
  float: left;
  margin-bottom: 1px;
  width: 350px;
}

div.txt{
  display: block;
  float: left;
  margin-bottom: 1px;
  width: 740px;
}

div.ftxt{
  display: block;
  float: left;
  margin-bottom: 1px;
  width: 600px;
}


/*==============================*/
/*=== User Setting =============*/
/*==============================*/
.clboth,.clear{
   clear: both;
   width:  0px;
   height: 0px;
   overflow: hidden;
}
