

/*-- main container --------------------------------------------------------*/


#container {
  position: relative;
  width: 771px;
  margin: 0px auto;
  padding: 0px;
  background-image: url("pics/contentbg.gif");
  background-repeat: repeat-y;
  text-align: left;
}

#main_container {
  z-index: 2;
  position: relative;
  clear: both;
  width : 771px;
  margin: 0px;
  padding: 0px;
  background-image:  url("pics/maincontainerbg.gif");
  background-repeat: no-repeat;
  background-position :  0px top;
}

#sub_container2 {
  position: relative;
  top: 35px;
  left: 60px;
  margin: 15px;
  padding: 0;
  width: 620px;
}

#header {
  height: 303px;
  width: 771px;
  margin:0px;
  padding:  0px;
  background-image: url("pics/headerbg.gif");
  background-repeat :  no-repeat;
}

#key_visual {
  z-index: 1;
  clear: both;
  position:  relative;
  top:  95px;
  left:  11px;
  height:  208px;
  width: 749px;
  background-image: url("pics/key_visual1.jpg");
  background-repeat: no-repeat;
}




#text_caption {
  font-family: verdana,arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #5D6825;
}




/*--- main navigation ------------------------------------------------------*/


#main_nav_container {
  position: relative;
  left: 11px;
  width  :  749px;
  padding: 0px; margin: 0px; border: 0px;
  float: left;
  background-image:url("pics/navbg.gif");
  z-index: 5;
}

#main_nav_list {
  padding: 0px; margin: 0px; border: 0px;
  list-style-type: none;
}

#main_nav_list li {
  float: left;
  padding: 0px; margin: 0px; border: 0px;
}

#main_nav_list a.main_nav_item, #main_nav_list a.main_nav_active_item {
  display:   block;
  float: left;
  height: 28px;
  margin: 0px; padding: 0px 15px 0px 15px;
  line-height: 28px;
  text-align: center;
  background: transparent;
}

#main_nav_list a.main_nav_active_item {
  background: url(pics/n1activeitem.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FBFBFB;
}
#main_nav_list a.main_nav_item {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #F3EBCB;
}

#main_nav_list a.main_nav_item:hover {
  background: url(pics/n1hover.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FBFBFB;
}



/*--- footer ---------------------------------------------------------------*/


#footer {
  clear: both;
  z-index: 1;
  height: 126px;
  width:  771px;
  margin:0px;
  padding:  0px;
  margin-top: 0px;
  background-image: url("pics/footerbg.gif");
  background-repeat:  no-repeat;

}


body#main_body {
  margin:  0px; padding: 0px;
  text-align : center;
  color: #000000;
  background-color: #E7D99F;
  background-image: url("pics/pgbk.gif");
}





#content_container  {
  padding: 0px;
  margin-top: 0px 60px 0px 60px;
}

#content_container p, li, td {
  font-family: verdana, sans serif;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

#content_container li {
  padding-bottom: 10px;
}


#content_container a:link, a:visited {
  font-family: verdana, sans serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #67722E;
}


#content_container a:hover {
  font-family: verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #B1905F;
}


#content_container p {
  color: #000000;
  background-color:  #FFFFFF;
}


h1 {
  padding: 0px 0px 0px 0px;
  font-family: verdana, sans serif;
  font-style: normal;
  font-size: 20px;  line-height : 34px;
  font-weight: normal;
  color: #596421;
}

h2 {
  padding: 0px 0px 0px 0px;
  font-family: verdana, sans serif;
  font-style: bold;
  font-size: 16px; line-height : 32px;
  font-weight: bold;
  text-decoration: none;
  color: #596421;
}

h3 {
  padding: 0px 0px 0px 0px;
  font-family: verdana, sans serif;
  font-style: normal;
  font-size: 14px; line-height: 27px;
  font-weight: normal;
  text-decoration: none;
  color: #596421;
}

hr {
  margin: 15px 0px 15px 0px;
  color: #005F00;
}


#content_container .klein {
  font-family: verdana, sans serif;
  font-style: normal;
  font-size: 9px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #7F7F7F;
}

#content_container .klein a {
  font-family: verdana, sans serif;
  font-style: normal;
  font-size: 9px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #7F7F7F;
}

#content_container .klein a:hover{
  font-family: verdana, sans serif;
  font-style: normal;
  font-size: 9px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #B1905F;
}
