/**
 * The intention of this cascading-style-sheet, is to
 * format and layout the xhtml print output.
 *
 * @package ELKA
 * @author Dirk Kredler <kredler@zitrus.com>
 * @version $Id: print.css 1717 2008-01-28 12:55:45Z dirk $
 */

/**
 * Document wide settins.
 */
body { 
    margin: 0 0 5px 0; padding: 0;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;    
    font-size: 10px;
    color: #000000; 
    background-color: #ffffff;
    background-image: none;
    width: 100%;
}

/**
 * Reset all margins, paddings and font-sizes for all elements to setup a uniform startingpoint
 */
* {
     margin: 0; padding: 0; font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
}

a {
    text-decoration: underline;
    color: #000000;
}

/**
 * Sections
 */
#dMenu {
    display: none;
}

#dVisuals {
    display: none;
}

#dContent {
    padding: 20px 0 10px 0;
    width: auto;
}

#dLogo {
    padding: 10px 20px 10px 0;
    text-align: right;
    border-bottom: none;
    white-space: nowrap;
}

#dMetaMenu {
    display: none;
}

#dSubstance {
    padding: 0 10px 10px 5px;
}

#dSubstance h1 {
    padding: 0; margin-bottom: 5px;
    font-size: 2.8em;
    font-weight: bold;
    color: #000000;
}

#dSubstance h2 {
    padding: 0; margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: normal;
    color: #000000;
}

#dSubstance h3 {
    padding: 0; margin-bottom: 5px;
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
}

#dSubstance p {
    margin-bottom: 15px;
    font-size: 1.4em;
    color: #000000;
    line-height: 1.2em;
}

#dSubstance a {
    text-decoration: underline;
    color: #000000;
}

#dSubstance strong {
    font-weight: bold;
    color: #000000;
}

#dSubstance ul {
    margin-bottom: 15px;
    font-size: 1.4em;
    color: #000000;
    line-height: 1.2em;
    list-style-type: square;
    list-style-position: outside;
    padding: 0 0 0 17px;
}

#dSubstance ul li {
    color: #000000;
}

#dSubstance p.indent {
    margin: -15px 0 15px 18px;
}

#dSubstance p.indentLevelB {
    margin: -10px 0 15px 18px;
}

#dSubstance p.indentLevelC {
    margin: -12px 0 15px 30px;
}

#dPartnerLinks {
    padding: 0 10px 10px 5px;
}

#dPartnerLinks h1 {
    padding: 0; margin-bottom: 5px;
    font-size: 2.8em;
    font-weight: bold;
    color: #000000;
}

#dPartnerLinks h2 {
    padding: 0; margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: normal;
    color: #000000;
}

#dPartnerLinks h3 {
    padding: 0; margin-bottom: 5px;
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
}

#dPartnerLinks p {
    margin-bottom: 15px;
    font-size: 1.4em;
    color: #000000;
    line-height: 1.2em;
}

#dPartnerLinks a {
    text-decoration: underline;
    color: #000000;
}

#dPartnerLinks strong {
    font-weight: bold;
    color: #000000;
}

#dPartnerLinks ul {
    margin-bottom: 15px;
    font-size: 1.4em;
    color: #000000;
    line-height: 1.2em;
    list-style-type: square;
    list-style-position: outside;
    padding: 0 0 0 17px;
}

#dPartnerLinks ul li {
    color: #000000;
}

#dPartnerLinks p.indent {
    margin: -15px 0 15px 18px;
}

#dPartnerLinks p.indentLevelB {
    margin: -10px 0 15px 18px;
}

#dPartnerLinks p.indentLevelC {
    margin: -12px 0 15px 30px;
}

#dGallery {
    padding: 0 10px 10px 5px;
}

#dGallery img {
    margin: 0 10px 10px 0;
}

#dGallery a img {
    border: 1px solid #000000;
}

#dGallery a:hover img {
    border: 1px solid #000000;
}

#dGallery p {
    margin-bottom: 15px;
    font-size: 1.4em;
    color: #000000;
    line-height: 1.2em;
}

#dGallery a {
    text-decoration: underline;
    color: #000000;
}

#dContact {
    margin-top: -15px;
    padding: 0 10px 10px 5px;
    font-size: 1.3em;
    color: #000000;
    line-height: 1.6em;
}

#dContact label {
   margin-right: 10px;
}

#dContact p {
    margin-bottom: 8px;
}

#dContact strong {
    font-weight: bold;
    color: #000000;
}

#bSend {
    padding: 2px;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-weight: bold;
    color: #000000;
}

#dFooter {
    padding: 10px 0 10px 5px;
    clear: both;
    font-size: 1.2em;
    line-height: 1.4em;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    white-space: nowrap;
}

#dFooter address {
    font-style: normal;
}

#dFooter a {
    color: #000000;
}

.liTextColor {
    color: #000000;
}

.failed {
    border: 1px solid #000000;
    background-color: #ffffff;
    width: 375px;
}

.fld {
    margin-right: 5px;
    border: 1px solid #000000;
    background-color: #ffffff;
    width: 375px;
}

.fldCheckbox {
    margin-right: 5px;
}

.btn {
    margin-right: 5px;
    border: 1px solid #000000;
    background-color: #ffffff;
}

