p {
	font-size: 14pt;
	text-align: center;
	background-color: white;
}

p.normal {
	background: none;
	text-align: center;
}

.datenschutz p {
	background: none;
	text-align: left;
}

a.button {
    padding: 3px 20px;
    margin: 3px 0;
    background: #D2D2D2;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 400;
    color: #000;
    text-align: center;
	background: #c6c6c6;
	background: -moz-linear-gradient(top, #FDFDFD 0%, #8d8d8d 100%);
	background: -webkit-linear-gradient(top, #FDFDFD 0%, #8d8d8d 100%);
	background: linear-gradient(to bottom, #FDFDFD 0%, #8d8d8d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFDFD', endColorstr='#8d8d8d',GradientType=0 );
}

a.button:hover {
	background: #b8b8b8;
}

form tr td:first-child {
	width: 200px;
}