/*  =========================================================
Stylesheet
Datei:  fundament.css
Datum:  26.08.2009
========================================================== */

/*=============================================
  Grundlegende Formatierung     #fdfdfd
===============================================*/
 * {padding: 0; margin: 0;}

 /* Bildschirmleiste im Firefox immer zeigen */
  html { height: 101%;}

 body {
   background: #d4efea url(../images/verlauf.jpg) repeat-x  left top;
   color: black;
   font-family: Arial, sans-serif;
   font-size: small;
   }

 a{outline: none; text-decoration: none;}

 #textbereich a[target]{
  background: url(../images/exterlink2.gif) no-repeat top right;
  padding-right: 9px;
  }

 #develop #textbereich a[target].ccd {
   background: none;
  }

 #textbereich a:hover[target]{
   background: url(../images/exterlink_hover.gif) no-repeat top right;
  }

 #kontakt #textbereich  a[href^="mailto"]{
   background: url(../images/icon_email2.gif) no-repeat right 68%;
   padding-right: 18px;
  }

/* ====================================
      Mark-Up
   ==================================== */

 #header{
    position: relative;
    top: 15px;
    left: 0px;
    height: 106px;
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
   }

/* ====================================
    wrapper
 ==================================== */

   #wrapper{
    width: 970px;
    height: auto;
    margin: 20px auto;
  }

/* ====================================
    Inhalts-Block
==================================== */

  #content{
   clear: both;
   overflow: hidden;
   border: 1px solid #ccc;
   border-top: 0px solid;
   height: auto;
   background: white url(../images/strich.jpg) repeat-y 14.65em top;
  }

/* ====================================
    linker Bereich
==================================== */

  #left_content{
    float: left;
    width: 190px;  height: auto;
    margin-bottom: 14px;
   }

/* ====================================
     rechter Bereich
==================================== */

   #right_content{
     float: right;
     width: 777px; height: auto;
    /* border-left: 1px solid #ccc;  */
   }

/* ====================================
    Footer
==================================== */

   #footer{
    margin-top: 10px;
    clear: both;
    height: 50px;

   }

/* =======================================
   E N D E   fundament.css
   ======================================= */