body {
	background: #fff;
	text-align: center;
	font: 12px Arial;
	line-height: 16px;
}

h2 {
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 0;
	width: 100%;
}

#content {
	margin: 0 auto;
	width: 960px;
	height: 970px;
	background: #fff url(../media/pkv_bg.jpg);
	text-align: left;
}

.text1 h2 {
	margin-left: 30px;
}

.text1 {
	top: 270px;
	font-size: 16px;
	position:absolute;
}

.text1 ul li {
	position: relative;
	left: -8px;
	line-height: 1.6em;
	list-style-type: none;
	background: url(../media/bullet.png) no-repeat 2px 6px;
	padding-left: 20px;
}

.text2 {
	font-size: 16px;
	position: absolute;
	top: 295px;
	width: 550px;
}

.text4 {
	margin: 0 0 0 35px;
	position: absolute;
	top: 715px;
}

.text4 p {
	margin: 0;
}

.text4 h2, #faq h2 {
	font-size: 17px;
	color: #4788d7;
	margin-bottom: 4px;
}

td {
	font-size: 12px;
}

#agb {
	text-align: right;
	width: 920px;
	padding: 30px 0 0 0;
}

#form {
	top: 295px;
	margin-left: 553px;
	height: 430px;
	display: table;
	position: absolute;
}

#form input {
	width: 220px;
	margin: 2px 0;
}

#form select {
	margin: 2px 0;
}

#form label {
	width: 130px;
	float: left;
}

#faq {
	margin: 0 0 0 35px;
	position: absolute;
	top:  810px;
}

/* All form elements are within the definition list for this example */
dl {
    position: relative;
    margin: 0;
    padding: 0;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
	position: relative;
    margin: 0;
    padding: 0;
}

/* The hint to Hide and Show */

.siegel {
	position: absolute;
	top: 701px;
	margin-left: 543px;
}

.hint1 {
   	display: none;
   	z-index: 100;
    position: absolute;
    width: 335px;
    margin-top: 10px;
	padding: 10px;
	border: 2px solid #f95609;
	background-color: white;
	text-align: left;
	color: #000;
}

.hint2 {
   	display: none;
   	z-index: 100;
    position: absolute;
    width: 335px;
    margin-top: -340px;
    margin-left: -122px;
	padding: 10px;
	border: 2px solid #f95609;
	background-color: white;
	text-align: left;
	color: #000;
}

.hint3 {
   	display: none;
   	z-index: 100;
    position: absolute;
    width: 335px;
    margin-top: 10px;
    margin-left: -244px;
	padding: 10px;
	border: 2px solid #f95609;
	background-color: white;
	text-align: left;
	color: #000;
}

.siegel a {
	height: 115px;
	width: 115px;
	display: block;
}

.siegel a:hover {
	text-decoration: none;
}

input.alert {
	background: #ffccbb;
}

