/********************************************************************* */
/*   General                                                           */
/********************************************************************* */
* {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
HTML {
  overflow-y: scroll;
}
BODY {
  background-image: url("../i7_background.gif");
  background-repeat: repeat-x;
  margin: 0px;
  margin-top: 9px;
  text-align: center;
  min-width: 968px;
}
A {
  color: #75BA1F;
}
H1 {
  font-size: 25px;
  font-weight: normal;
  color: #65A8CF;
/*  color: #75BA1F; */
}
H2 { 
  font-size: 17px; 
  font-style: normal; 
  font-weight: 100; 
  color: #65A8CF; 
}
FONT[color=green] {
  color: red;
}
/********************************************************************* */
/*   Containers                                                        */
/********************************************************************* */
#MainContainer {
  margin: 0px auto;
  width: 968px;
  text-align: left;
  border: 1px solid #DDE1E3;
  position: relative;
  background-color: #FFFFFF;
}
#TeaserContainer {
  height: 100px;
  margin-bottom: 8px; 
  margin-left: 26px;
  margin-right: 26px;
  margin-top: 10px;
}
#ContentContainer,
#ContentContainerFrontPage {
  float: left;
  margin-left: 42px;
  margin-right: 23px;
  margin-top: 3px;
  _margin-top: 16px;
  margin-bottom: 26px;
  width: 621px;
}
#RightContainer {
  margin-top: 22px;
  margin-right: 25px;
  _margin-right: 22px;
  width: 250px;
  _width: 245px;
  float: right;
  margin-bottom: 26px;
}
#BottomContainer {
  clear: both;
  height: 13px;
  _height: 26px;
  margin-bottom: 13px;
  margin-left: 42px;
  margin-right: 26px;
  background-image: url("../i7_background_bottom.gif");  
  background-repeat: repeat-x;
  text-align: center;
  padding-top: 13px;
  font-size: 10px;
  color: #A0A0A0;
}
#TopLeftCorner {
  background-image: url("../i7_topleft.gif");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -1px;
  left: -1px;
}
#TopRightCorner {
  background-image: url("../i7_topright.gif");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -1px;
  right: -1px;
}
#BottomLeftCorner {
  background-image: url("../i7_bottomleft.gif");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -1px;
  _bottom: -5px;
  left: -1px;
}
#BottomRightCorner {
  background-image: url("../i7_bottomright.gif");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -1px;
  _bottom: -5px;
  right: -1px;
}
/********************************************************************* */
/*   Main menu                                                         */
/********************************************************************* */
#MainMenuContainer {
  height: 27px;
  _height: 29px;
  width: 914px;
  _width: 916px;
  margin-left: 26px;
  margin-right: 26px;
  margin-bottom: 12px;
  position: relative;
  border: 1px solid #9BC7E0;
  background-image: url("../i7_mainmenu_background.gif");
}
#MainMenuTopLeftCorner {
  background-image: url("../i7_mainmenu_topleft.gif");
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  top: -1px;
  left: -1px;
}
#MainMenuTopRightCorner {
  background-image: url("../i7_mainmenu_topright.gif");
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  top: -1px;
  right: -1px;
}
#MainMenuBottomLeftCorner {
  background-image: url("../i7_mainmenu_bottomleft.gif");
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: -1px;
  _bottom: -7px;
  left: -1px;
}
#MainMenuBottomRightCorner {
  background-image: url("../i7_mainmenu_bottomright.gif");
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: -1px;
  _bottom: -7px;
  right: -1px;
}
.MainMenuItem,
.MainMenuItemActive {
  font-size: 11px;
  font-weight: bold;
  float: left;
  height: 20px;
  _height: 27px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #9BC7E0;
}
.MainMenuItemActive {
  background-image: url("../i7_mainmenu_background_active.gif");
}
.MainMenuItem A,
.MainMenuItemActive A {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.MainMenuItem A:hover,
.MainMenuItemActive A:hover {
  color: #75BA1F;
  text-decoration: underline;
}
#Language {
  text-align: right;
  padding-right: 15px;
  padding-top: 8px;
  _padding-top: 7px;
}
#Language IMG {
  border: 0px;
  margin-left: 5px;
}
/********************************************************************* */
/*   Breadcrumbs                                                       */
/********************************************************************* */
#BreadcrumbContainer {
  height: 15px;
  margin-right: 26px;
  margin-left: 42px;
  background-image: url("../i7_breadcrumb_background.gif");
  font-size: 9px;
}
#BreadcrumbContainer A {
  font-size: 9px;
  color: #000000;
  text-decoration: none;
}
#BreadcrumbContainer A:hover {
  color: #75BA1F;
  text-decoration: underline;
}
/********************************************************************* */
/*   Top                                                               */
/********************************************************************* */
#TopContainer {
  background-image: url("../i7_background_top.gif");
  height: 63px;
  margin-bottom: 2px;
}
#TopContainerInner {
  padding-top: 13px;	
  margin-bottom: 2px;
  margin-left: 26px;
  margin-right: 26px;
}
#Logo IMG {
  border: 0px;
}
/* Live chat - Start */
#TopLiveChat {
  position: absolute;
  left: 425px;
  _left: 423px;
  top: 16px;
}
#TopLiveChat IMG {
  vertical-align: -10px;
  margin-right: 4px;
  border: 0px;
}
/* Live chat - End */
#TopContact {
  position: absolute;
  left: 533px;
  _left: 531px;
  top: 16px;
}
#TopContact IMG {
  vertical-align: -10px;
  margin-right: 4px;
  border: 0px;
}
#TopSitemap {
  position: absolute;
  left: 634px;
  _left: 632px;
  top: 16px;
  font-size: 10px;
  text-decoration: underline;
}
#TopSitemap IMG {
  vertical-align: -10px;
  margin-right: 4px;
  border: 0px;
}
#TopContact A,
#TopSitemap A {
  font-size: 10px;
  color: #000000;
}
#TopContact A:hover,
#TopSitemap A:hover {
  color: #75BA1F;
}
#TopSearch {
  position: absolute;
  right: 23px;
  _right: -3px;
  top: 16px;
  _top: 15px;
  font-size: 10px;
}
#TopSearch INPUT {
  border: 1px solid #7CB7CC;
  width: 155px;
  height: 22px;
  font-size: 10px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  _top: 10px;
}
#TopSearch IMG {
  vertical-align: -9px;
  _vertical-align: -4px;
  margin-left: 4px;
  border: 0px;
}
/********************************************************************* */
/*   Sections                                                          */
/********************************************************************* */
.SectionTop {
  background-image: url("../i7_section_top_selected.gif");
  height: 24px;
  _height: 31px;
  width: 235px;
  _width: 253px;
  padding-left: 18px;
  padding-top: 7px;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  position: relative;
}
.SectionTop A{
  text-decoration: none;
  color: #000000;
}
.SectionTopLeft {
  position: absolute;
  left: 18px;
}
.SectionTopRight {
  position: absolute;
  right: 18px;
}
.SectionContent {
  background-image: url("../i7_section_content.gif");
  width: 217px;
  _width: 251px;
  margin-left: 1px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 5px;
}
.SectionBottom {
  background-image: url("../i7_section_bottom.gif");
  background-repeat: no-repeat;
  height: 13px;
  width: 253px;
}
/********************************************************************* */
/*   Submenu navigation                                                */
/********************************************************************* */
#NavigationContainer {
  margin-bottom: 16px;
}
#NavigationContainer .SectionTop {
  background-image: url("../i7_section_top_selected.gif");
  color: #000000;
}
.SubMenuItem {
  line-height: 18px;
}
.SubMenuItem A {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.SubMenuItem A:hover {
  text-decoration: underline;
  color: #75BA1F;
}
/********************************************************************* */
/*   Related pages                                                     */
/********************************************************************* */
#RelatedInfoContainer {
  margin-bottom: 16px;
}
#RelatedInfoContainer .SectionContent {
  line-height: 18px;
}
#RelatedInfoContainer .SectionContent A {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
#RelatedInfoContainer .SectionContent A:hover {
  text-decoration: underline;
  color: #75BA1F;
}
/********************************************************************* */
/*   Contact info                                                      */
/********************************************************************* */
#ContactInfoContainer {
  margin-bottom: 16px;
}
#ContactInfoContainer .SectionContent {
  line-height: 18px;
  font-size: 11px;
}
#ContactInfoContainer .SectionContent A {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
#ContactInfoContainer .SectionContent A:hover {
  text-decoration: underline;
  color: #75BA1F;
}
/********************************************************************* */
/*   Tag cloud / Blog                                                  */
/********************************************************************* */
#TagCloudContainer {
  margin-bottom: 16px;  
}
#TagCloudContainer .SectionContent {
/*  line-height: 18px;*/
  font-size: 11px;
}
#TagCloudContainer A {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
#TagCloudContainer A:hover {
  text-decoration: underline;
  color: #75BA1F;
}
/*
#TagCloudContainer .SectionContent {
  text-align: justify;
  width: 233px;
  _width: 251px;
  padding-left: 9px;
  padding-right: 9px;
  _padding-left: 17px;
  _padding-right: 17px;
}
#TagCloudContainer A {
  white-space: nowrap;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  margin-left: 8px;
  _margin-left: 0px;
  margin-right: 8px;
}
#TagCloudContainer .NotImportant { 
  font-size: 9px;
}
#TagCloudContainer .LessImportant { 
  font-size: 11px;
}
#TagCloudContainer .Important { 
  font-size: 12px;
}
#TagCloudContainer .VeryImportant { 
  font-size: 14px;
}
#TagCloudContainer .UltraImportant { 
  font-size: 18px;
}
#TagCloudContainer .ExtremeImportant { 
  background-color: yellow;
  font-size: 18px;
}
*/
/********************************************************************* */
/*   Headlines                                                         */
/********************************************************************* */
#HeadlinesContainer {
  margin-bottom: 16px;
}
.HeadlineDate {
  font-size: 9px;
  font-style: italic;
}
.HeadlineLink {
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}
.HeadlineLink:hover {
  text-decoration: underline;
  color: #75BA1F;
}
.HeadlineHeader {
  font-size: 10px;
  font-weight: bold;
  display: block;
}
.HeadlineSummary {
  font-size: 10px;
  padding-bottom: 16px;
  display: block;
}
/********************************************************************* */
/*   Frontpage                                                         */
/********************************************************************* */
#ContentContainerFrontPage {
  margin-top: 22px;
  width: 626px;
  height: auto;
}
#FrontPageBox1,
#FrontPageBox2,
#FrontPageBox3 {
  float: left;
  margin-right: 14px;
  width: 199px;
  _width: 199px;
}
#FrontPageBox3 {
  margin-right: 0px;
}
#FrontPageBox1 .SectionTop,
#FrontPageBox2 .SectionTop,
#FrontPageBox3 .SectionTop {
  width: 181px;
  _width: 199px;
  background-image: url("../i7_frontpage_section_top.gif");
  color: #000000;
}
#FrontPageBox1 .SectionContent,
#FrontPageBox2 .SectionContent,
#FrontPageBox3 .SectionContent {
  width: 163px;
  _width: 197px;
  min-height: 130px;
  _height: 130px;
  background-image: url("../i7_frontpage_section_content.gif");
}
#FrontPageBox1 .SectionContent BR, 
#FrontPageBox2 .SectionContent BR,
#FrontPageBox3 .SectionContent BR {
  line-height: 10px;
}
#FrontPageBox1 .SectionContent A,
#FrontPageBox2 .SectionContent A,
#FrontPageBox3 .SectionContent A {
  text-decoration: none;
  color: #000000;
  font-size: 11px;
}
#FrontPageBox1 .SectionContent A:hover,
#FrontPageBox2 .SectionContent A:hover,
#FrontPageBox3 .SectionContent A:hover {
  text-decoration: underline;
  color: #75BA1F;
}
#FrontPageBox1 .SectionBottom,
#FrontPageBox2 .SectionBottom,
#FrontPageBox3 .SectionBottom {
  width: 199px;
  _width: 199px;
  background-image: url("../i7_frontpage_section_bottom.gif");
}
/********************************************************************* */
/*   Sitemap styles                                                    */
/********************************************************************* */
.Sitemap1 {
  padding-top: 10px;
}
.Sitemap2 {
  padding-left: 20px;
}
.Sitemap3 {
  padding-left: 40px;
}
/********************************************************************* */
/*   Corner styles                                                     */
/********************************************************************* */
#CornerAdvertisement {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 115px;
  width: 115px;
}
#CornerAdvertisement a {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-indent: -1000px;
  width: 115px;
  height: 115px;
  background:transparent url("../i7_09_corner.png") no-repeat scroll 0 0;
  overflow: hidden;
}
