body {
        color: #303030;
}
#sidebar { 
        position: relative;
        width: 100%;
	text-align: left;
}
body>#sidebar {
        position: relative;
}


#menu a {
        display: inline;
        padding: 0.2em 0.5em 0.2em 0.5em;
        color: #606060;
        background: #e0e0e0;
        font-size: 2em;
        font-weight: normal;
        text-decoration: none;
        letter-spacing: -2px;
}
#menu a: hover {
        color: #303030;
        background: #f0f0f0;
}
#menu a.active {
        padding: 0.2em 0.5em 0.2em 0.5em;
        background: #fafafa;
	border: none;
}
#menu a.active: hover {
        color: #505050;
        background: #fafafa;
}
/**************** Content area styles ****************/
#my_content {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0.5em;
        background: #fafafa;
}
#my_content p {
        margin: 0 0 20px 0;
        line-height: 1.5em;
}
#my_content h1 {
        margin: 0;
        color: #d85d5d;
        font-size: 4em;
        letter-spacing: -5px;
        text-align: center;
        text-transform: lowercase;
}
#my_content h2 {
        margin: 0;
        color: #808080;
        font-weight: normal;
        font-size: 2.5em;
        letter-spacing: -2px;
        text-align: center;
        text-transform: lowercase;
}
#my_content h2 a {
        color: #808080;
}
#my_content h2 a,#content h3 a,#content h4 a {
        font-weight: normal;
}
#my_content h3,#my_content h4 {
        clear: both;
        margin: 30px 0 10px 0;
        color: #d85d5d;
        font-weight: normal;
        font-size: 2em;
        letter-spacing: -2px;
        text-transform: lowercase;
}
input, textarea {
        font-size: 10pt;
        border: 1px solid #d85d5d;
        margin-bottom: 0.1em;
}

#footer {
        text-align: center;
        font-size: x-small;
        clear: both;
}

div.code { 
        margin: 1em;
        border: 1px dotted grey;
        padding: 1em;
        width: 470px;
        overflow: auto;
}

code {
        font-size: 1.2em;
}
dt { 
  font-weight: bold;
 }
dl { 
  font-weight: normal;
 }
q { 
  font-family: serif;
 }

#badges {
  margin-top: 20px;
  text-align: center;
 }

#badges img {
  text-align: center;
 }

#pressfleischfalle { 
  visibility: hidden;
}

td { 
  vertical-align: top;
} 

label {
        width: 6em;
        display: block;
        float:   left;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
}

.caption { 
        font-size: 0.8em;
}

.tagcloud { 
        margin: 0 0 20px 0;
        text-align: center;
}

a.later, a.later:active, a.later:hover, a.later:visited, a.later:link { color: #d87d7d; }
a.earlier, a.earlier:active, a.earlier:hover, a.earlier:visited, a.earlier:link { color: #d8a0a0; }
a.earliest, a.earliest:active, a.earliest:hover, a.earliest:visited, a.earliest:link { color: #d89292; }
