﻿.no-disp { display: none; }

body {
  padding: 0;
  margin-top: 130px;
  border: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;  _font-size:  68.75%;
  color: #fff;
  text-align: center;
  background: #fff url(../img/bg-body.gif) repeat-x 0% 0%;
}

/* **************************************************************** */
/* Basic Settings                                                   */
/* **************************************************************** */

a,
a:link {
  color: #fff;
  text-decoration: none;
}

a:hover,
a:active { 
  color: #fff; 
  text-decoration: underline;
  -moz-outline-style: none;
}

hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
}

img { 
  margin: 0;
  padding: 0;
  border: none; 
}

h1, h2, h3, h4, h5 {
  color: #202020;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 1.7em;
  margin-bottom: .55em;
}

h2 {
  font-size: 1.6em;
  margin-bottom: .55em;
}

h3 {
  font-size: 1.3em;
  margin-bottom: .55em;
}

h4 {
  font-size: 1.1em;
  margin-bottom: .55em;
}

h5 {
  font-size: 1em;
  margin-bottom: .55em;
}

h6 {
  font-size: .9em;
  margin-bottom: .55em;
}

h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper { text-transform: uppercase; }

p {
  margin: 15px 0 15px 0;
}

/* **************************************************************** */
/* Layout of template columns                                       */
/* **************************************************************** */

#wrapper-extra {
  position: relative; 
  width: 980px;
  height: 650px;
  text-align: left;
  margin: 0 auto 0 auto;
  background: url(../img/bg-wrapper.gif) no-repeat 0% 0%;
}

#two-col-home .wrapper,
#two-col-sub .wrapper,
#three-col-sub .wrapper,
#three-col-form .wrapper { background: url(../img/bg-wrapper-green.gif) repeat-y 0% 0%; }

#header {
  position: absolute;
  top: 0;
  left: 18px;
  width: 211px;
  height: 170px;
  background: url(../img/bg-header.gif) no-repeat 0% 0%;
}
 
#header .logo { position: absolute; top: 20px; left: 28px; }


/* **************************************************************** */
/* Main Navigation                                                  */
/* **************************************************************** */

.main-navigation { position: absolute; top: 102px; left: 66px; width: 193px; padding: 0; margin: 0; }

.main-navigation ul { list-style: none; padding: 0; margin: 0; }
.main-navigation li { display: inline; padding: 0; margin: 0; }

.main-navigation a {
  display: block;
  width: 193px;
  font-family: "Myriad Pro";
  font-size: 1.15em;
  _font-size: 1.05em;
  letter-spacing: 1px;
  color: #fff;
  padding: 6px 0px 6px 0px;
}

.main-navigation .l1 a:hover, 
.main-navigation .l1 .current_page a { color: #fff; text-decoration: none; background: url(../img/bg-main-nav-hover.gif) no-repeat 100% 50%; }

/* **************************************************************** */
/* Second navigation                                                */
/* **************************************************************** */

.second-navigation { position: absolute; top: 131px; _top: 127px; left: 265px; width: 150px; padding: 0; margin: 0; }

.second-navigation ul { list-style: none; padding: 0; margin: 0; }
.second-navigation li { display: inline; padding: 0; margin: 0; }

.second-navigation a {
  display: block;
  width: 150px;
  font-family: "Myriad Pro";
  font-size: 1em;
  letter-spacing: 1px;
  color: #000;
  padding: 4px 0px 4px 0px;
}

.second-navigation .level1 a:hover, 
.second-navigation .level1 .current_page a { color: #000; font-weight: bold; text-decoration: none; }

/* **************************************************************** */
/* Bottom banner leftpage                                           */
/* **************************************************************** */

.bottom-banner { 
  position: absolute; 
  bottom: 112px; 
  left: 18px;
  z-index: 1200; 
}

/* **************************************************************** */
/* Top banner left Subpages                                         */
/* **************************************************************** */

.top-banner-left { 
  position: absolute; 
  top: -29px; 
  left: 234px;
  width: 300px;
  height: 130px;
}

/* **************************************************************** */
/* Top banner right Subpages                                        */
/* **************************************************************** */

.top-banner-right { 
  position: absolute; 
  top: -29px; 
  right: 0px;
  width: 220px;
  height: 100px;
}

/* **************************************************************** */
/* Footer                                                           */
/* **************************************************************** */

#footer {
  float: left;
  _float: none;
  height: 112px;
  font-size: .9em;
  font-weight: bold;
  color: #959595;
  background: url(../img/bg-footer.gif) no-repeat 0% 0%;
}

#footer .vcard .content { padding: 21px 0 0 133px; }

#footer .vcard .content a { color: #959595; }
#footer .vcard .content a:hover { color: #cc0000; text-decoration: underline; }

#footer .seperator { background: url(../img/bg-footer-seperator.gif) no-repeat 60% 50%; padding: 0 2px 0 3px; }

/* **************************************************************** */
/* Forms definitions                                                */
/* **************************************************************** */

#block_1 input.text-field { border: 1px solid #000; }
#block_1 input.submit { background: #dedede; border: 1px solid #000; font-size: 1.1em; }
