/* _________________________________

Stylesheet Dekor Labor A.Kofron & M.Adler GbR
Autor: DEKOR LABOR A.Kofron & M.Adler Gbr

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  
    
Aufbau: 1.  Kalibrierung
        2.  Allgemeine Styles
        3.  Styles für Men&uuml;
        4.  Styles HEADER & BreadCrumb
        5.  Styles Inhalt (MAIN)
        6.  Styles Footer

____________________________________ */

/* 1.  Kalibrierung 
___________________*/

* {padding: 0; margin: 0;}
h2, h1, p, ul, ol {margin-bottom: 0;}

ol ul {margin-bottom: 0;}
li {margin-left: 0;}


/* 2.  Allgemeine Styles 
________________________*/

body {
  background-image: url("../images/bg2.jpg");
  background-size:100% 100%;
  font-family: Arial, Sans-Serif;
  font-size: 16px;
}
html, body {
  height: 100% !important; /* wichtig */
}


a { 
 text-decoration: none;
 outline: none;
}

a:link { color: #3C3E3E;}
a:visited { color: #3C3E3E;}
a:hover, a:focus { color: #007899;}
a:active { color: #007899;}
.active {color: #007899;}


h1{font-size: 180%; color:#007899;padding: 15px 0 5px 0;font-weight: normal;}
h2{font-size: 150%; color:#007899;padding: 15px 0 10px 0;font-weight: normal;}
h3{font-size: 120%; color:#007899;padding: 5px 0 0 0;font-weight: normal;}
h4{font-size: 100%; color:#007899;padding: 5px 0 5px 0;font-weight: normal;}



.clean { clear: both;}
.cleanl { clear: left;}
.cleanr { clear: right;}


/* 2.  Allgemeine Styles 
________________________*/


#foot{
  background-image: url("../images/logo.png");
  background-repeat:no-repeat;
  
  height: 150px;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -150px;
  letter-spacing: 0.1em;
}

#copy {
  padding-top: 125px;
  letter-spacing: 0.1em;
  color: #686F6F;
  font-size: 70%;
  text-align:center;
}
/*6.  Styles Footer
______________________________________________________________________________*/

