/*
 * Sites: 'www.martin-bock.de' und 'www.maddinbock.de'
 * File:   styles.css
 * Author: Martin Bock
 * Date:   15-Jan-2006
 * $Id: styles.css d902cb0d6c4d 2011/01/22 16:33:26 martin $
 */

/*
 * General
 */
body {
    margin-top:5%;
    margin-bottom:5%;
    margin-left:10%;
    margin-right:10%;
    color:#000000;
    background:#ffffff none;
}

/*
 * Headings 
 */
h1 {
    font-size:140%;
    font-weight:bold;
    color:#000000;
    background:#ffffff none;
}

h2 {
    font-size:130%;
    font-weight:bold;
    color:#000000;
    background:#ffffff none;
}

h3 {
    font-size:120%;
    font-weight:bold;
    color:#000000;
    background:#ffffff none;
}

h4 {
    font-size:110%;
    font-weight:bold;
    color:#000000;
    background:#ffffff none;
}

/*
 * Tables
 */
table {
    color:#000000;
    background:#dedfde none;
}

td {
    font-size:100%;
    color:#000000;
    text-align:left;
}

th {
    font-size:100%;
    font-weight:bold;
    color:#000000;
    text-align:left;
}

/*
 * Text
 */
p,ul,ol,li,div,address,nobr,br {
    font-size:100%;
    color:#000000;
}

b {
    font-size:100%;
    font-weight:bold;
    color:#000000;
    background:#ffffff none;
}

i {
    font-size:100%;
    font-style:italic;
    color:#000000;
    background:#ffffff none;
}

pre,samp {
    font-size:100%;
    color:#008080;
    background:#ffffff none;
}

code,var {
    font-size:100%;
    color:#ff0000;
    background:#ffffff none;
}

/*
 * Links
 */
a:link {
    font-size:100%;
    color:#0000ff;
    text-decoration:none;
}
a:visited {
    font-size:100%;
    color:#0000ff;
    text-decoration:none;
}
a:hover {
    font-size:100%;
    color:#ff0000;
    text-decoration:none;
}
a:active {
    font-size:100%;
    color:#ff0000;
    text-decoration:none;
}

