html, body {
    background-color: #000000;
	background-image: url(/style/images/bg.gif);
	background-attachment: scroll;
    color: #000000;
    font-family: georgia, serif;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h1 {
	font-size: 2.5em;
}

h4 {
	font-size: 1.2em;
}

pre {
	overflow: scroll;
	display: block;
	width: 100%;
	border: 1px solid #666666;
	background-color: #000000;
	color: #CCCCCC;
}

a:link,
a:focus,
a:visited,
a:active {
    text-decoration: none;
    color: #800000;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

fieldset {
    padding: 10px;
}

ul {
	list-style-type: none;
}

#wrap {
    width: 978px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
	padding: 10px;
	background-color: #ffffff;
}

#header {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 10px double #000000;
}

#navi {
    height: 50px;
    text-align: right;
    font-size: 1.3em;
}

#about {
    width: 184px;
    float: left;
    margin-top: 50px;
}

#sidebar {
    float: left;
    width: 184px;
	padding-left: 10px;
}

#content {
    float: left;
    width: 558px;
    padding: 0 20px 0 20px;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

#footer {
    width: 100%;
    clear: both;
    text-align: center;
	margin-top: 20px;
}

#about dt {
    font-style: italic;
    margin-top: 5px;
}

#navi ul {
    list-style-type: none;
}

#navi li {
    display: inline;
    margin-left: 15px;
}

#sidebar ul {
    list-style-type: none;
    margin-bottom: 15px;
}

#sidebar p {
	margin: 5px 0 5px 0;
}

#sidebar p:first-letter {
	font-weight: bold;
}

div.post {
    margin-bottom: 30px;
}

p.post {
	margin: 5px 0 5px 0;
}

div.content p {
	margin: 5px 0 5px 0;
}

p.action {
    float: left;
    font-size: 0.7em;
    font-weight: bold;
}

p.tags {
    float: right;
    text-align: right;
    font-size: 0.7em;
    font-weight: bold;
}

p.meta {
    font-size: 0.7em;
    font-style: italic;
}

ul.archiv li {
    margin-left: 15px;
}

/* Anfang: Kommentare */

div#comments {
    margin-top: 20px;
}

div.comment {
	border-left: 1px dashed #000000;
	padding-left: 10px;
	width: 400px;
	float: left;
}

#comments form {
    margin-top: 20px;
}

#comments label {
    width: 150px;
    display: block;
	float: left;
}

#comments input {
    width: 200px;
	display: block;
}

#comments fieldset {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
    border-top: 1px solid #000000;
}

#comments legend {
	font-weight: bold;
}

#comments p {
	margin-bottom: 10px;
	clear: both;
}

div.comment_count {
	width: 40px;
	float: left;
	font-size: 1.5em;
}

div.comment_box {
	float: left;
    margin: 10px 0 10px 0;
	padding: 5px;
}

#comments form {
	clear: both;
}

/* Ende: Kommentare */

p.message {
    background-color: yellow;
	padding: 2px;
	text-align: center;
	border: 2px dotted #FFCC33;
	color: #996600;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.marked {
    border: 2px dashed red;
}

#content h2 {
    margin-bottom: 20px;
}

fieldset.post textarea {
    width: 400px;
    height: 300px;
}

fieldset.post label {
    width: 120px;
    display: block;
    float: left;
}

fieldset.post p {
    margin-bottom: 20px;
}

fieldset.contact {
	border: 0;
}

fieldset.contact label {
	display: block;
	width: 150px;
	float: left;
}

fieldset.contact p {
	margin-bottom: 20px;
}

fieldset p {
	clear: both;
}

#content h2.title {
	margin-bottom: 0;
}

#content hr {
	margin: 10px 0 20px 0;
}

td.action {
	text-align: center;
	border-left: 1px solid #000000;
}

thead th {
	border-bottom: 1px solid #000000;
}

tfoot td {
	border-top: 1px solid #000000;
}

#content li {
	list-style-type: square;
	margin-left: 50px;
}
