@charset "utf-8";


.content {
	margin-top: 0;	
	text-align: center;
}

.content-head {
	background-image: url("../images/hl_impressum.gif");
	background-position: center;
	position:relative;
	top: 10px;
	padding-bottom: 20px;
}

.content-impressum {
	background-image: url("../images/svbg.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	text-align: center;
}
.content-impressum img {
	display: inline-block;
}
.content p {
	padding-top: 16px;	
}

.content ul {
	list-style-position: inside;
	padding-top: 11px;
}

.content h1 {
	font-weight: bold;
	font-size: 24px;
	padding-top: 42px;
}
.content h2 {
	padding-top: 64px;
	font-size: 21px;
	font-weight: normal;
}
h3, h4 {
	padding-top: 32px;

}
ul {
	list-style-type: none;	
}
