/* 
    Document   : styles
    Created on : 24.08.2011, 09:54:30
    Author     : tinaeckhorst
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font: 62.5% "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    color: #000;
    background: url("../layout/background.jpg") repeat fixed top center #FDF8EB;
}

#wrapper {
    margin: 0 auto;
    width: 980px;
}

#header {
    height: 135px;
    margin-top: 10px;
}

#main {
    width: 780px;
    margin-left: 200px;
}

.ausgeloggt {
    position: absolute;
    left: -200px;
    top: 0;
}

.ausgeloggt.mod_login {
    top: 35px;
}

figure {
    margin: 0;
}

/********************************
 * Typo
********************************/
p,
#main ul,
.ce_download,
label,
input {
    font-size: 1.4em;
    line-height: 1.6em;
    margin-bottom: 0.7em;
}

label {
    width: 90px;
    display: inline-block;
}

#main ul {
    list-style: disc outside;
    margin: -1em 0 0 16px;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

/* Links */
a {
    color: #000;
}

a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

#header a:hover,
.image_container a:hover {
    background-color: transparent;
}

/********************************
 * Bilder
********************************/
.float_left {
    margin: 0 10px 10px 0;
}

.float_right {
    margin: 0 0 10px 10px;
}

.ce_gallery .image_container {
    margin: 0 3px 1px 0;    
}

/********************************
 * Menüs
********************************/
/*** Main-Navi ***/
#mainnavi {
    font-family: Cambria, Georgia, serif;
    font-size: 1.9em;
}

#mainnavi ul li a,
#mainnavi ul li span {
    text-decoration: none;
    padding: 0 7px 1px 4px;
    font-style: italic;
    margin-bottom: 10px;
    display: inline-block;
}

#mainnavi ul li a:hover,
#mainnavi ul li a.trail,
#mainnavi ul li span.active {
    color: #fff;
    background-color: #000;
}

#mainnavi ul.level_2 {
    margin-left: 15px;
}

/********************************
 * Pagination
********************************/
.pagination ul li {
    display: inline;
    margin-left: 0.2em;
}
