/*
   BASIC STYLE SHEET
   Source: http://www.grochtdreis.de/adventskalender/advent.php
*/

body, th, td {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
		vertical-align: top;
}

body {
    background-color: #fff;
    color: #000;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, 
      blockquote, address, hr, pre
{
    margin: 0;
    padding: 0;
}

p, li, h1, h2, h3, h4, h5, h6, table, th, td {
    font-weight: normal;
    font-size: 1em;
}

/*
    (c) 2010 Bianka Martinovic
*/

html,body {
    height: 100%;
}
body {
    margin: 0 20px 0 20px;
    background-color: #d7d7d7; /* #f4f7e0; */
    color: #333333;
    text-align: center;
}
tt {
    font-size: 1.3em;
}
th, td {
    vertical-align: top;
}
li {
    margin-bottom: 10px;
}

#outer {
    text-align:left;
    border: 1px solid #999999;
    background-color: #f2f2f2;
    width: 98%;
    margin: auto;
    margin-top: 10px;
}

#header {
    height: 50px;
    background-color: #c2c2c2;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 2px solid #999;
}

#header h1 {
    font-weight: bolder;
    font-size: 2.4em;
    padding-left: 30px;
}

/*
    Navigation
*/
#menu {
    margin: 0;
    padding: 0;
    float: left;
    width: 140px;
}
#menu ul
{
    list-style: none;
    margin-left: 0;
    padding: 0;
    border: none;
}
#menu li
{
    border-bottom: 1px solid #f0eee8;
    margin: 0;
}
#menu li li
{
    border-top: 1px solid #f0eee8;
    border-bottom: 0;
    margin: 0;
}
#menu li a
{
    display: block;
    padding: 5px 5px 5px 5px;
    border-left: 10px solid #a1a1a1;
    border-right: 10px solid #c2c2c2;
    text-decoration: none;
    width: 100%;
    background: #d7d7d7;
    color: #000;
}
#menu li li a
{
    padding-left: 10px;
    background-color: #f0eee8;
    z-index: 1000;
}
#menu li li li a {
    padding-left: 15px;
    background-color: #f2f2f2;
}
#menu li li li li a {
    padding-left: 20px;
}
#menu li li li li li a {
    padding-left: 25px;
}

html>body #menu li a { width: auto; }

#menu li a:hover
{
    border-left: 10px solid #c2c2c2;
    border-right: 10px solid #a1a1a1;
    background-color: #f0eee8;
}
#menu .menucurrent {
    font-weight: bold;
}

/*
    Content area
*/
#content {
    min-height: 300px;
    padding: 10px 15px 20px 15px;
    padding-left: 180px;
    font-size: 1.2em;
    background: url(./images/menubg.jpg) top left repeat-y;
}

#content h1, #content h2, #content h3, #content h4 {
    font-size: 1.8em;
    font-weight: bolder;
    margin-bottom: 10px;
    margin-left: -20px;
    padding-left: 0;
}

#content h2 {
  font-size: 1.6em;
}

#content h3 {
  font-size: 1.4em;
}

/*
    Page footer (copyright)
*/
#footer {
    clear: left;
    height: 15px;
    line-height: 15px;
    background-color: #c2c2c2;
    text-align: center;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin: -16px auto 0 auto;
}

#footer a {
    text-decoration: none;
    color: #333333;
}

dt {
    font-weight: bold;
    margin: 5px;
}

/* GeSHi (C) 2004 - 2007 Nigel McNie (http://qbnz.com/highlighter) */
.html4strict  {font-family: monospace;}
.html4strict .imp {font-weight: bold; color: red;}
.html4strict .kw1 {color: #b1b100;}
.html4strict .kw2 {color: #000000; font-weight: bold;}
.html4strict .kw3 {color: #000066;}
.html4strict .coMULTI {color: #808080; font-style: italic;}
.html4strict .es0 {color: #000099; font-weight: bold;}
.html4strict .br0 {color: #66cc66;}
.html4strict .st0 {color: #ff0000;}
.html4strict .nu0 {color: #cc66cc;}
.html4strict .sc0 {color: #00bbdd;}
.html4strict .sc1 {color: #ddbb00;}
.html4strict .sc2 {color: #009900;}
.sourceblock {
  display: block;
}
.sourceblocklink {
  text-align: right;
  font-size: smaller;
}
.sourceblocktext {
  padding: 0.5em;
  border: 1px solid #808080;
  background-color: #f1f0ed;
}
.sourceblocktext div {
  font-family: monospace;
  font-size: small;
  line-height: 1;
}
.sourceblocktext div.head,
.sourceblocktext div.foot {
  font: italic medium serif;
  padding: 0.5em;
}