@media print {
	#hd, #falke {
		display:none;
	}
	.foto {
		margin-top: 60px;
	}
}

q {
	display: block;
	padding: 10px 60px;
}
q:before, q:after {
	font-size: 300%;
}

#hd {
	margin: 0px;
	height: 140px;
	background: url(images/hintergrund.jpg) repeat-x;
	clear: both;
}
#content {
	margin-left: 40px;
	margin-right: 40px;
	width: 60%;
}
img { border: none }

body {
  background: white;
  font: 12px arial, verdana, helvetica, sans-serif;   
  line-height: 130%;
  color: #3C8C0C;
  width: 100%;
  height: 100%;
  border: 0; padding: 0; margin: 0;
}

a:link {  
  color: #404040;
}
a:visited {
  color: #404040;
}


h1 {
  font-size: 24px;
  font-weight: normal;
  color : #6e7d8e;
  background: transparent url('images/bullet.jpg') no-repeat center left;
  padding-top: 4px;
  padding-bottom: 4px;  
  border-bottom: #f0f0f0 solid 1px;
}
hr {
	border: #f0f0f0 solid 1px;
}
h1 a:link, h1 a:visited {
  color : #6e7d8e;
  text-decoration: none;
}
h1 a:hover {
  text-decoration: underline;
}
h2 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #6e7d8e;
  margin: 0px;
}
.hand {
	cursor: pointer;
	cursor: hand;
}
.foto {
	position:absolute;
	right: 50px;
	left: 65%;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 7px;
  color: #6e7d8e;
  margin: 0px;
}
#afterh1 {
  padding-top: 7px;  
}

.sub {
	padding-left: 10px; 
	border-left: #f0f0f0 solid 10px;
}