body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background: #738378;
	}

a:link { 
  	color: #3080CB;
  	text-decoration: none;
  	border-bottom: 1px dotted #68C3EE;
  	}
a:visited {
	color: #5FB5E1;
	text-decoration: none;
  	border-bottom: 1px dotted #86D9F1;
	}
a:hover {
	color: #fff;
	background-color: #3080CB;
	text-decoration: none;
	border: none;
	}
a:active { 
	background-color: #6DA600;
	}

blockquote {
	margin: 1em 0 1em 30px;
	padding: 0;
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	}
code {
	color: #7B9905;
	font-family: Monaco, monospace;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #4E6200;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #999;
	cursor: help;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike, del {
	text-decoration: line-through;
	}
ins {
	text-decoration: none;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

#wrap {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: left;
	background: #fff;
	border-left: 4px solid #53584A;
	border-right: 4px solid #53584A;
	}
#content {
	float: left;
	width: 449px;
	margin: 30px 20px;
	font-size: 95%;
	line-height: 1.5em;
	}
#sidebar {
	float: right;
	width: 241px;
	margin: 30px 20px 30px 0;
	color: #433827;
	}
#footer {
	clear: both;
	font-size: 85%;
	}

#header {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/titel_hg.png) repeat-x bottom left;
	}
#header h1 {
	float: left;
	height: 36px;
	margin: 0;
	padding: 20px 20px 18px 20px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 170%;
	color: #6DA600;
	}
#header h1 a {
	border: none;
	background: none;
        color: #6DA600;
	}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 160%;
	color: #E97E00;
	}
#content h2#home-title {
	margin-bottom: 10px;
	font-size: 140%;
	}
#content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 130%;
	color: #6DA600;
	}
#content ul li {
	margin: 0 0 4px 0;
	padding-left: 17px;
	list-style: none;
	background: url(../images/liste.png) no-repeat 0 3px;
	}
#content ol.code {
	margin: 2em 0;
	padding: 10px 10px 10px 30px;
	border: 2px solid #E0E8B9;
	background: #F8F8EC;
	}
#content ol.code li {
	margin: 0 10px;
	padding: 2px 0;
	border-bottom: 1px dotted #E0E8B9;
	color: #C9D68A;
	}
#content dl {
	margin: 1em 0;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 1em 20px;
	font-size: 90%;
	line-height: 1.4em;
	}
img.figure {
	float: right;
	margin: 0 0 10px 15px;
	}
.entry {
	clear: left;
	}
#content .entry h3 {
	margin: 0 0 6px 0;
	padding: 10px 0 0 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 150%;
	font-weight: bold;
	border-top: 1px dotted #E0E8B9;
	}
#content .entry h3 a {
	border-bottom: none;
	}
.entry p {
	margin: 0 0 1em 0;
	padding: 0;
	}
.entry p.entry-date {
	margin: 0;
	padding: 6px 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	color: #99A26B;
	border-top: 1px dotted #E0E8B9;
	}
#content h4.tags {
	margin: 0;
	padding: 0;
	display: inline;
	color: #7F7F4C;
	font-size: 90%;
	}
#content ul.tags {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 90%;
	color: #7F7F4C;	
	list-style: none;
	}
#content ul.tags li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	}
#content ul.tags li+li:before {
	margin-left: -.35em;
	content: ", ";
	}
#content ul.tags li a {
	color: #99A26B;
	border-color: #cc9;
	}
#content ul.tags li a:hover {
	color: #fff;
	background-color: #7F7F4C;
	}
.box {
	width: 241px;
	margin: 0 0 14px 0;
	background: #F8F8EC url(../images/box_mitte.png) repeat-y top left;
	}
.box-inner {
	background: url(../images/box_unten.png) no-repeat bottom left;
	}
.box h3 {
	margin: 0;
	padding: 15px 18px 0 18px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 110%;
	color: #E97E00;
	background: url(../images/box_oben.png) no-repeat top left;
	}
.box p, .box ul, .box ol, .box dl, .box form {
	margin: 0;
	padding: 1em 18px 18px 18px;
	font-size: 85%;
	line-height: 1.4em;
	}
.box ul li {
	margin: 0 0 2px 10px;
	padding-left: 15px;
	list-style: none;
	background: url(../images/liste.png) no-repeat 0 3px;
	}
.box dl dt {
	margin: 0 0 2px 0;
	font-weight: bold;
	}
.box dl dd {
	margin: 0;
	padding: 0;
	}
#footer {
	margin: 0;
	padding: 0 0 28px 0;
	color: #433827;
	text-align: center;
	background: #F8F8EC url(../images/fuss_unten.png) no-repeat bottom left;
	}
#footer p {
	margin: 0 20px 0 20px;
	padding: 20px;
	line-height: 1.4em;
	background: url(../images/fuss_oben.png) no-repeat top left;
	}
#footer a {
	color: #6DA600;
	border: none;
	}
#footer a:hover {
	background-color: #E0E8B9;
	}
a img { 
	border: none;
	}
.hide {
	display: none;
	}