/*
------------------------------------------------------------
CSS fuer www.die-unmoeglichkeit.de
(c) Dezember 2006 Hendrik Toepfer

Text
Standard = #fff
braun = #492609

------------------------------------------------------------

------------------------------------------------------------
Allgemeine Formatierung
------------------------------------------------------------
*/

html, body, div, p, h1, h2, h3, h4, ul, ol,
span, a, table, td, form, img, li {
  font-family: "Arial", Verdana, Geneva, Helvetica, sans-serif;
  color: #fff;
  font-size:0;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 16px;
  font-weight:bold;
}

p {
  font-size: 12px;
  line-height: 18px;
}

a:link, a:visited {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-decoration: underline;
}

/*
------------------------------------------------------------
Hintergrund
------------------------------------------------------------
*/

body {
  background-color: #492609;
  background-image: url(img/bg_pic.gif);
  background-repeat:  no-repeat;
}

#website_bg {
  position: absolute;
  left: 100px;
  width: 850px;
  font-size:0;
  color: #fff;
  float: left;
}

/*
------------------------------------------------------------
Layer, Header
------------------------------------------------------------
*/

#header {
  width: 700px;
  height: 150px;
  font-size:0;
  float: left;
}


/*
------------------------------------------------------------
Layer, Main
------------------------------------------------------------
*/

#main {
  width: 700px;
  border: 1px solid #1b130d;
  color: #fff;
  background-image: url(img/bg_main.gif);
  background-repeat:  repeat-y;
  background-color: #000;
  float: left;
}

.section {
  width: 660px;
  border-bottom: 1px solid #fff;
  float: left;
}

.section_end {
  width: 660px;
  float: left;
}

.section_left {
  width: 200px;
   padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

.section_right {
  width: 460px;
  padding-top: 10px;
    padding-bottom: 10px;
  float: left;
}
/*
------------------------------------------------------------
Layer, Footer
------------------------------------------------------------
*/

#footer {
  width: 700px;
  height: 60px;
  padding-top: 10px;
  color: #fff;
  background-color: #492609;
  float: left;
}

/*
------------------------------------------------------------
Layout, allgemein
------------------------------------------------------------
*/

.clearit {
  clear: left;
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.platz10 {
  width: 10px;
  height: 10px;
  font-size:0;
  float: left;
  /*background-color: #55f3dd;*/
}

.platz20 {
  width: 20px;
  height: 35px;
  font-size:0;
  float: left;
  /*background-color: #55f3dd;*/
}