/* Web save colors: Alle Kombinationen aus 00, 33, 66, 99 CC und FF */

html { direction: ltr; }

body {
    margin-left: 20% ! important;
    margin-right: 30%;
    background: #FFFFFF;
    color: #000000;
    /* The Verdana-based sans serif web font stack: */
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

q:lang(en) { quotes: '"' '"' "'" "'" }
q:lang(de) { quotes: '&#8222;' '&#8220;' "," "&#8216;" }

.footer {
    text-align: right;
    font-size: 80%;
    font-weight: normal;
    font-style: Italic;
    text-decoration: none;
    vertical-align: baseline;
    text-transform: none;
}

/* 
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2 
*/
a[href ^="http://"],
a[href ^="gopher://"] {
    background: url(external.png) center right no-repeat;
    padding-right: 13px;
}

a.external { color: #3366bb; }

/* this can be used in the content area to switch off
special external link styling */
.plainlinks a {
	background: none !important;
	padding: 0 !important;
}
