@charset "UTF-8";
/* CSS Document */


body {
	font-family: Helvetica, Arial, sans-serif;
	background:#fefcf6;
	font-size: 12px;
	color: #666666;
}

a {
	color:#666666;
	font-weight:bold;
}

a:link {
	font-size:16px;
	text-decoration:none;
	color:#666666;	
	font-weight:bold;

}

a:hover {
	color: #936037;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	text-decoration:none;
	color:#999;
	font-weight:bold;
}

h0 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	color: #936037;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	color: #936037;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 8px;
}
h3 {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 8px;
}

h4 {
	color: #936037;
	font-size: 20px;
	font-weight: bold;
}

h5 {
	color: #936037;
	font-size: 12px;
	text-indent: 180px;
	font-weight: bold;
}

p {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align:justify; 
	line-height: 16px;
}

li{
	line-height: 16px;
}

#impressum{
	position: absolute;
	top:880px;
}

#datenschutz{
	position: absolute;
	top:900px;
}

a.popup1 img {
  border:none;
}

a.popup1 span {
  visibility:hidden;
  position:relative;
  left:-10px;
  top:-23px;
}

a.popup1:hover span {
  visibility:visible;
}

a.popup2 img {
  border:none;
}

a.popup2 span {
  visibility:hidden;
  position:relative;
  top:-520px;
  left:534px;
}

a.popup2:hover span {
  visibility:visible;
}