* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

body {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 76%;
	color: #000000;
	line-height: 1.6em;
	padding: 20px;
	background-image:url(http://blog.d4nza.de/wp-content/themes/danza/images/bgheader.jpg);
	background-repeat:repeat-x;
}

h1, h3, h2 {
  margin: 0;
  padding: 10px;
}
h1 {
  padding: 0;
  color: #d3d082;
  font-size: 16pt;
  text-decoration: none;
}
h3 {
  margin-bottom:80px;
   padding: 0;
  color: #fff;
  font-size: 11pt;
}
h2 {
  padding: 0 10px;
  letter-spacing: -1px;
  margin-top:-9px;
  margin-bottom:20px;
	font-size: 14pt;
  font-weight: bold;
  color: #333;
}

pre {
	padding: 3px; 	
	background: #eee;	
	font-family: Courier, monospace;	
	color: #004455;	
	margin: 1em 0;
}

a {
	color: #3b7600;
	border-bottom: 1px solid #3b7600;
}

a:hover {
	color: #045;
	border-bottom: 2px solid #045;
}

.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
  margin-top:20px;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
 /* padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);*/
  width: 100%;
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 12px;
  line-height: 1.333;
}
