/**
 * @file    css/global.css
 *
 * copyright (c) 2006-2008 Frank Hellenkamp [jonas@depagecms.net]
 *
 * @author    Frank Hellenkamp [jonas@depagecms.net]
 */

/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Tahoma, "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 75%;
    height: 100%;
    background-color: #ffffff;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
.inline, .inline li {
    display: inline;
}
/* }}} */
/* {{{ content */
#contentcontainer {
    border-left: 1px solid #b4b4b4;
}
#content {
    padding-left: 1em;
    border-left: 1px solid #87270F;
}
.section .spacing {
    margin-top: 1em;
}
#content h1 {
    font-size: 1.1em;
    /*line-height: 2.2em;*/
    font-weight: bold;
    letter-spacing: 0.09em;
    color: #87270F;
    padding-bottom: 0.5em;
}
#content h1.disabled {
    font-weight: normal;
    font-size: 3em;
    line-height: 1.1em;
    font-family: Georgia, Times, Times New Roman, Serif;
    color: #999999;
    margin-bottom: 1em;
    /*margin-left: 0.15em;*/
}
#content h2, #content h3 {
    font-weight: bold;
    font-size: 1em;
    line-height: 2.2em;
    color: #666666;
}
#content h2 {
    padding-top: 2.2em;
    text-align: center;
}
#content h3 {
    padding-top: 1.1em;
    text-align: left;
}
#content p, #content ul {
    text-indent: 1em;
    font-size: 1.1em;
    line-height: 1.7em;
    color: #333333; 
}
#content .author {
    margin-left: 0.1em;
    margin-bottom: 4.7em;
}
#content .author ul {
    font-size: 1em;
}
#content .author p,
#content .author li {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    text-indent: 0em;
    font-size: 0.95em;
    color: #87270F;
}
#content .author p,
#content .author li,
#content .author ul {
    display: inline;
}
#content .author li.first::before {
    content: "";
}
#content .author li::before {
    content: " / ";
}
#content .author li a {
    font-weight: normal;
}
#content .author li a.active {
    font-weight: bold;
}
#content .author a {
    color: #87270F;
    font-weight: bold;
}
#content .author a:hover {
    color: #000000;
    text-decoration: none;
    background: #bbbbbb;
}
#content p b,
#content p strong {
    font-family: Georgia, Times, Times New Roman, Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.7em;
    line-height: 0.9em;
    margin-left: 0.1em;
    margin-right: 0.1em;
}
#content p i,
#content p em {
    font-family: Georgia, Times, Times New Roman, Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
}
#content hr {
    width: 5em;
    text-align: center;
    height: 1px;
    margin: 2em auto 2em auto;
    padding: 0;
    border: none;
    background: #bbbbbb;
}
#content .cclicence img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    margin-bottom: 0em;
    text-align: center;
}
.section a {
    color: #87270F;
    text-decoration: none;
}
.section a:hover {
    color: #000000;
    background-color: #bbbbbb;
}
.section a img {
    border: none;
}
#content .crop {
    margin: 0.5em 0em 1em 0em;
    width: 47em;
    height: 9em;
    overflow: hidden;
}
table.mailheader {
    line-height: 1.5em;
    text-indent: -0.2em;
    padding-top: 0.5em;
    padding-bottom: 1em;
}
.mailheader th {
    text-align: left;
    width: 7em;
    color: #333333;
}
.mailheader td {
    text-align: left;
    color: #333333;
}
/* }}} */
/* {{{ footer */
#footer {
    padding: 2em 3em 1em 1em;
}
#footer a {
    color: #666666;
    text-decoration: none;
}
#footer a:hover {
    color: #000000;
    background-color: #bbbbbb;
}
#footer .cclicence {
    font-size: 0.8em;
    width: 50em;
    padding-top: 1em;
    padding-bottom: 1.8em;
    /*border-top: 1px solid #dddddd;*/
}
#footer .cclicence br {
    display: none;
}
#footer .cclicence img {
    margin-right: 1em;
    float: left;
    border: none;
}
#footer .depagelink {
    clear: both;
    padding-top: 1em;
}
/* }}} */
/* {{{ logo */
#logo {
    font-family: Georgia, Times, Times New Roman, Serif;
    font-size: 2.5em;
}
#logostar {
    position: absolute;
    z-index: 6;
    left: 0em;
    top: 0.3em;
    width: 1em;
    color: #000000;
    text-align: right;
    font-weight: bold;
}
#logotext {
    position: absolute;
    z-index: 5;
    left: 1.1em;
    top: 0.3em;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
#logotext:hover {
    color: #87270F;
    background: #ffffff;
}
/* }}} */
/* {{{ navigation */
#navigation {
    line-height: 1.55em;
}
#navigation h4 {
    color: #87270F;
    font-size: 1em;
    margin-bottom: 0em;
    margin-top: 0.7em;
}
#navigation .hae {
    font-weight: bold;
}
#navigation .hae:hover .hidden {
    visibility: visible;
}
#navigation .hae:visited:after {
    content: "";
}
#navigation,
#navigation a {
    color: #000000;
}
#navigation ul {
    padding-bottom: 1em;
    font-size: 1em;
    list-style: none;
}
#navigation ul a {
    text-decoration: none;
}
#navigation ul a:hover {
    color: #87270F;
    background: #ffffff;
}
#navigation ul li a.active,
#navigation ul li a.parent_of_active {
    letter-spacing: 0.07em;
    font-weight: bold;
}
/* }}} */
/* {{{ lists big/nav */
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

