/*
   CSS für freiraum-der-service.de
   Webdesign & Internetconsulting
   Christian Fischer
   www.c-fischer.com
*/

/* ........................................................... Farben */
/*
   orange:    #E56929
   ocker:     #CC6600
   gelb:      #FFCC00
   grau:      #2f2f2f
*/

/* ........................................................... reset'em all */
* {
  margin: 0;
  padding: 0;
}


/* ........................................................... Basics */
body {
  background-image: url(grafik/back-site.gif);
  background-repeat: repeat-y;
  background-position: right;
  background-color: #fff;
  color: #2F2F2F;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 100.01%;
  text-align: center;
}


#content {
  margin: 50px auto 0 auto;
  width: 380px;
  font-size: 0.7em;
  text-align: left;
}
#kreise {
  padding: 50px 0 0 0;
  min-height: 200px;
  background-image: url(grafik/back-kreise.gif);
  background-repeat: no-repeat;
}
#adress {
  padding: 1em 0 0 0;
  border-top: 1px solid #CC6600;
  border-bottom: 1px solid #CC6600;
}


h1 {
  font-size: 2em;
  font-weight: bold;
}
  #c1 {
    margin: 0 0 0.4em 0;
    color: #FFCC00;
  }
  #c2 {
    margin: 0 0 1em 0;
    color: #CC6600;
  }
h2 {
  margin: 1em 0 0 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #CC6600;
}
p {
  margin: 0 0 1em 0;
}


#logo {
  margin: 0 30px 0 0;
  float: left;
}

a {
  color: #CC6600;
  text-decoration: none;
}
a:hover {
  color: #E56929;
  text-decoration: underline;
}


