/* Layout */

#wrapper {
	display: block;
	width: 780px;
	height: 100%;
	margin: 36px auto 0 auto;
	background: #e2f5fc url(http://www.sp-lit.de/bilder/1_02.jpg) no-repeat;
}
#header {
	height: 163px;
}
#header h1 {
	display: none;
}
#body {
	padding: 20px 110px 0 110px;
	background: #FFF;
	background-position:center;
	background: url(http://www.sp-lit.de/bilder/1_03.jpg) repeat-y;
	}
#content {
	width: 400px;
	float: left;

}
#sidebar {
	width: 135px;
	min-height: 75px;
	float: right;
	background: url(http://www.sp-lit.de/bilder/1_07.jpg) no-repeat center top;
	padding-top: 95px;

	
}
#footer {
	background: url(http://www.sp-lit.de/bilder/1_05.jpg) no-repeat;
	height: 36px;
	padding: 12px;
}


/* Posts */

.post {
    margin:.5em 0 1.5em;
    padding-bottom:1.5em;
    }
p.postfooter {
  margin:-.25em 0 0;
  color:#000000;
  }

#header {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-variant: small-caps;
	font-size: 18px;
}

#headline {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-variant: small-caps;
	font-size: 13px;
}


#liste {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

/* Typography */


body {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-variant: small-caps;
}

h2 {
	font-size: 20px;
}

p {
	margin-bottom: 12px;
}

a {
	color: #294d24;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}

ul, ol, dl {
	margin-bottom: 12px;
}
li {
	margin-left: 16px;
	list-style: square;
}

#footer {
	color: #FFF;
	line-height: 36px;
	text-align: center;
}
