/*
Theme Name: Marcel Diel
Theme URI: http://marceldiel.de/
Description: Speziell für Marcell
Version: 1.0
Author: Rochus Wolff
Author URI: http://rochuswolff.de/

*/

* { margin:0px; padding: 0px; }
ul { list-style-type: none; }
#main ul { list-style-type: circle; padding-left: 1em; }
#main ol { padding-left: 2em; }

body { margin-top: 80px;
       font-family: Verdana, Arial, sans-serif;
       background-color: #242; }
       
#all {
        margin-left: auto;
        margin-right: auto;
        width: 800px;
}

#main { margin-top: 5px;
        border-top: 2px solid white;
        background-color: white;
        background-image: url('./bg_800.jpg');
        background-repeat: no-repeat;
        background-position: top left;
        padding: 20px; padding-bottom: 30px;
        padding-top: 160px;
        }

a { text-decoration: underline;
    color: #e1311e;
    }
a:hover { color: #e1311e;
          }
a img { border: 0px; }

h1,h2 { font-weight: normal; }

h2 { font-size: 1.2em; }
h3 { font-size: 1em; clear: both; }
h4 { font-size: 1em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold;
     border-bottom: 1px solid #999;
     margin-bottom: 1em;
     margin-top: 2em; }

/* specifics */

h1 { font-size: 2em;
     font-weight: normal;
     color: white; }
h1 a { color: white; text-decoration: none; }
h1 a:hover { color: white; text-decoration: none; }

h2 { margin-bottom: 10px; }

h3.homepage { font-size: 1.5em; text-align: right; float: right; margin-top: -140px; font-weight: normal; }
#footer { text-align: right; color: #999; font-size: .8em; padding-top: 5px; }
#footer a { color: #999; text-decoration: none; }

#main p { margin-bottom: 10px; }
#main li { margin-bottom: 10px; }

q { quotes: "«" "»" '"' '"' }
q:before { content: open-quote }
q:after  { content: close-quote }

#sidebar { display: none; }
