/*  ------------------------------------------------------

Stylesheet zu www.
2012                   
*  *  *  *                              
Design: www.owmedia.de // 

--------------------------------------------------------*/

/*         Used Colors:                                                       */


/*  ------------------------------------------------------
BASICS
--------------------------------------------------------*/
* {margin: 0; padding: 0;}

body {
  color: #444;
  font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background: #000 url(/basics/assets/retina_wood_2X.png) fixed 0 0;
  font-size: 13px;
}

* html body {
}

a { color: #444;}

table, tr, th, td, img, fieldset { border: 0 none; }

li { margin-left: 18px; }

div.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

h1 {
    font-size: 17px;
    margin-bottom: 18px;
    color: #000;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
}

h3 {
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
}

hr {
    margin: 10px 0;
    color: #eee;
}

.wrapper {
    width: 700px;
    min-height: 400px;
    margin: 90px auto 0 auto;
    padding: 50px;
    background-color: #fff;
}
.logo {
    text-align: center
}
.grosser_text {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-top: 70px;
}
.kleiner_text {
    text-transform: none;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.footer {
   margin: 70px auto 0 auto;
   width: 250px;
}