/* Reset-CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin-bottom: 2em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset-CSS */

body {
	background: #7fa925 url(/images/background.gif);
	color: #404040;
	font: 0.85em/160% Verdana;
}

a {
	color: #69a50c;
	text-decoration: none;
}

.special {
	font-family: Georgia;
	font-style: italic;
}

#primary {
	width: 952px;
	margin-top: 1em;
}

#navigation {
	font-size: 130%;
	float: left;
	display: block;
	text-align: center;
	margin: 202px 0 0 40px;
}

#navigation li {
	margin-bottom: 1.2em;
}

#navigation li a {
	color: #fff;
	text-decoration: none;
}

#navigation li.active a, #navigation li a:hover {
	color: #ebffc3;
}

#content {
	background-color: #fff;
	width: 752px;
	margin-left: 11.5em;
	padding:30px 30px;
}

#content .header a {
	width: 278px;
	height: 48px;
	background: #fff url(/images/logo.gif) no-repeat;
	text-indent: -9999em;
	float: right;
	margin: -5px 0 10px 10px;
}

#content .intro {
	font-size: 140%;
	line-height: 160%;
	font-style: italic;
	margin-bottom:2.3em;
}

#content span.name {
	font-weight: bold;
}

#content h1 {
	font-size: 170%;
	font-style: italic;
}

#content h1.post {
	margin: 0;
}

#content h1.post a {
	color: #404040;
}

#content h1.post a:hover {
	color: #69a50c;
}

#content h2 {
	margin: 1.5em 0 .7em 0;
	font-size: 140%;
}

#content .post h2, #content .post h3, #content .post h4 {
	font-family: Georgia;
	font-style: italic;
}

#content .categories h2 {
	margin: 0 0 .7em 0;
}

#content h3 {
	font-weight: bold;
	font-size: 130%;
}

#content a:hover {
	text-decoration: underline;
}

#content .meta {
	font-size:85%;
	margin: .2em 0 .5em 0;
}

#content .post, #content .posts {
	margin: 0 0 40px 0;
}

#content .post .excerpt {
	color: #7a7a7a;
	font-size: 115%;
	line-height: 160%;
	font-style: italic;
}

#content .posts .go-on {
	font-size: 120%;
	margin-top:.3em;
}

#content .archiv dt {
	font-size: 130%;
	font-style: italic;
	font-family: Georgia;
	margin: 1.5em 0 .5em 0;
}

#content .archiv dd {
	margin-left: 1em;
}

#content p.archiv {
	font-size: 130%;
	font-style: italic;
}

#content .listing {
	margin: 1em 0;
}

#content .listing ol li {
	list-style: decimal;
	margin-left: 2em;
}

#content .listing .text {
	color: #69a50c;
	font-style: italic;
}

#content .comment {
	margin: 1em 0 2.5em 0;
	position: relative;
}

#content .comment h4 {
	width: 145px;
	text-align: right;
	font-size: 110%;
	color: #fff;
	position: absolute;
	left: -184px;
}

#content h5 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: .2em;
}



#content textarea, #content input {
	font: 1em/160% Verdana;
	padding: .3em .1em;
	margin-left: .3em;
}

#content textarea {
	width: 98%;
	height: 150px;
}

#content input {
	width: 40%;
}

#content .comment h4 a {
	color: #ebffc3;
}

#content label {
	display: block;
	margin-bottom: .2em;
}

#content .checkbox label {
	display: inline;
}

#content .submit input, #content .checkbox input {
	width: auto;
	padding: 0;
}

#content .submit, #content .checkbox, #content label {
	margin-top: 1em;
}

#content .categories {
	float: right;
	width: 250px;
	padding-left: 1em;
}

#content ul {
	margin-left: 2em;
} 

#content li {
	list-style: disc;
}

#content .advert {
	margin-bottom: 1.7em;
}

#content .advert-text {
	display: block;
	color: #69a50c;
	font-style: italic;
	width: 100%;
	margin-bottom: .5em;
	border-bottom: 1px solid #69a50c;
}

#content .advert {	
	border-bottom: 1px solid #69a50c;
}


#content .category {
	margin-bottom: 2em;
}

#content .contact {
	font-size: 125%;
	line-height: 1.4em;
}

#content .contact-block {
	margin: 2em 0;
}

#content .error {
	margin-top: 2em
}

.imprint h1, h2, h3, p {
	margin: 1em 0;
}

#foot-imprint a {
	color: #fff;
	margin: 0 11.5em;
}

.code ol {
list-style: decimal !important;
}

code {
font-family: monospace;
font-size: 14px;
background-color:#ddd;
font-style: italic;
padding: 1px 2px;
}


.post ol {
margin-left: 20px
}
.post ol li {
   list-style: decimal !important;

}

.hint {
display: block;
margin-left: 10px;
margin-right: 10px;
background-color: #f5efba;
padding: 2px 4px;
}
.pastie {
font-size: 90%;
}
