/* ***********************************
     Bella Fontanis 2007
     TYPE	: Stylesheet
     TITLE	: Bella Fontanis Start Style
     DESC	: Start Stylesheet for Bella Fontanis
     AUTHOR	: Renate Einecke // www.sevenpixels.de

   *********************************** */

body {
  background-color: #DFEDF5;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #006bb3;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
h1 {
  display: none;
}
h2 {
  color: #2daaeb;
  font-weight: bold;
  font-size: 1em;
}
img {border: 0;}
a:link {color: #09f;}
a:visited {color: #09f;}
a:hover {color: #C00;}
a:active {color: #C00;}

/* ---------- HEADER ----------  */ 
#wrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 983px;
}

#container {
  background-image:url(/images/startseite/start_bkg_verlauf.jpg);
  background-repeat: repeat-y;
}
#headerWrap {
  width: 983px;
}
#logo {
  position: absolute;
  z-index: 6;
  float: left;
}
#header {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 240px;
  float: left;
  width: 725px;
  height: 223px;
}

/* ---------- /HEADER ----------  */ 

/* ---------- NAVIGATION ----------  */ 

#navi {
  margin: 0;
  padding: 11px 0 0 0;
  height: 47px;
  font-size: 0.9em;
  list-style-type: none;
  color: #FFF;
}
#navi li {
  display: inline;
  background-image:url(/images/layout/navOben.gif);
  background-repeat: no-repeat;
  padding-left: 7px;
}
#navi li a:link, #navi li a:visited {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 0 10px 0 0;
}
#navi li a:hover, #navi li a:active {
  color: #87E7F3;
  font-weight: bold;

}
#naviActive a {
  color: #87E7F3 !important;
  font-weight: bold;
}
#footer ul{
  float:  left;
  margin: 0;
  padding: 0 0 0 45px;
  font-size: 0.7em;
  list-style-type: none;
}
#footer ul li {
  display: inline;
  color: #0C0F6C;
  padding-left: 8px;
}
#footer ul li a:link, #footer ul li a:visited {
  /*color: #016cb3;*/
  color: #0C0F6C;
  text-decoration: none;
  padding: 0 5px 0 0;
}
#footer ul li a:hover, #footer ul li a:active {
  text-decoration: underline;
}
#footerActive a{
   font-weight: bold;
   text-decoration: underline !important;
}
/* ---------- /NAVIGATION ----------  */ 
/* ---------- CONTENT ----------  */ 
#content {
  position: absolute;
  z-index: 5;
  background-image:url(/images/startseite/start_contentBack.jpg);
  width: 984px;
  height: 690px;
}
#startText {
  display: none;
}
/* ---------- /CONTENT ----------  */ 
/* ---------- TEASER ----------  */ 
.teaserLeft {
  position: absolute;
  margin-top: 450px;
  margin-left: 60px;
  background-image:url(/images/startseite/teaser_back1.gif);
  width: 214px;
  height: 97px;
  overflow: hidden;
  font-size: 0.75em;
}
.teaserLeft img {
  float: right;
  padding: 7px 5px 0 0;
}
.teaserRight {
  position: absolute;
  margin-top: 450px;
  margin-left: 280px;
  z-index: 20;
  /* left: 200px; */
  background-image:url(../images/startseite/teaser_back1.gif);
  width: 214px;
  height: 97px;
  overflow: hidden;
  font-size: 0.75em;
}
.teaserRight img {
  float: right;
  padding: 7px 7px 0 0;
}
.teaserText {
  position: absolute;
  margin: 10px 0 0 10px;
  width: 150px;
}
.teaserText h2 {
  padding: 0;
  margin: 0 0 3px 0;
}
.teaserText a{
  display: block;
  text-decoration: none;
  color: #2D648D !important;
  font-weight: bold;
}
.teaserText a img{
  float: left;
  margin-right: 3px;
  padding: 3px 0 0 0;
}
/* ---------- /TEASER ----------  */ 
/* ---------- FOOTER ----------  */ 
#footer {
  position: absolute;
  z-index: 20;
  top: 680px;
  height: 20px;
  width: 983px;
  line-height: 22px;
  background: #accddf;
  border-right: 1px solid #9cb0be;
}
#copy {
  float:  right;
  margin-right: 5px;
  color: #FFF;
  font-size: 0.69em;
}
/* ---------- /FOOTER ----------  */ 
* html #footer {
  position: absolute;
  border-right: 1px solid #9cb0be;
  width: 983px;
}
