/* Template für www.hansley.de */
/* © 2012 Sebastian Leis (www.redvisionmedia.de) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

body, div, p, a {
    color: #FFF;
    font-size: 12px;
    line-height: 1.3em;
}

body {
    background-color: #000;
}

h1, h2, h3 {
    margin-bottom: 15px;
}

h4, h5 {
    margin-bottom: 10 px;
}

#center {
    border: 1px #FFF solid;
    margin: 20px auto;
    position: relative;
    width: 960px;
}

#homelink {
    background: url(/uploads/images/header.jpg) top center no-repeat;
    display: block;
    height: 422px;
    overflow: hidden;
    text-indent: -999em;
    width: 960px;
}

/**** NAVIGATION ****/
#navigation {
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 391px;
}

#navigation,
#navigation li,
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation > li {
    display: inline;
    float: left;
    padding: 0 7px;
    /*position: relative;*/
}

#navigation > li.active,
#navigation > li:hover {
    background-color: #4286C3;
}

#navigation > li > a {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding-top: 7px;
    text-decoration: none;
    text-transform: uppercase;
}
/**** NAVIGATION ****/

/**** CONTENT ****/
#main {
    padding: 20px;
}

#main p {
    margin-bottom: 15px;
}
/**** CONTENT ****/

/**** FOOTER ****/
#footer {
    margin: 0 auto 20px;
    text-align: center;
    width: 960px;
}
/**** FOOTER ****/

/**** GALERIE ****/
.next_gallery {
  float: right;
  margin-top: -30px;
}

/**** ADMIN ****/
html > body#tinymce {
    background-color: #000
}
/**** ADMIN ****/
/* Stylesheet: Hans Ley Modified On 2013-01-26 17:45:43 */
