body {
	background-color: #E3E3E3;
	font-family: arial, helvetica, sans-serif;
	color: black;
	padding: 10px;
	margin: 0;
	font-size: 12pt;
	font-weight: 500;
}

a:link {
	text-decoration: none;
	color: #7A7A7A;
}

a:hover {
	text-decoration: none;
	color: #7A7A7A;
}

a:visited {
	text-decoration: none;
	color: #7A7A7A;
}

.divfuss {
	position: relative;
	height: 30px;	
	font-size: 10pt;
	color: #7A7A7A;
	text-align: center;
}


/* Fuer Testseite */

.divtestmain {
	max-width: 980px;
	min-height: 700px;
	margin: auto;
	background-color: #BFBFBF;
	z-index: 0;
	position: relative;
}

.divtestbody {
	position: relative;
	min-height: 650px;	
	background-color: #FFFFFF;
	padding: 10px;
}

.divtestkopf {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100px;
}

.divtestinfo {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.txttesttitel {
	font-weight: 800;
	font-size: 20pt;
}

.txtfett {
	font-weight: 800;
	font-size: 1.2em;
}

.txttestcenter {
	text-align: center;
}

.txttestfrage {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: 800;
	font-size: 1.2em;
}

.txttestergebnis {
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.6em;
}

.logo {
	float: right;
	width: 150px;
}

.buchbild {
	width: 150px;
	padding-left: 20px;
}

.btn {
  background: #e045af;
  background-image: -webkit-linear-gradient(top, #e045af, #cc007b);
  background-image: -moz-linear-gradient(top, #e045af, #cc007b);
  background-image: -ms-linear-gradient(top, #e045af, #cc007b);
  background-image: -o-linear-gradient(top, #e045af, #cc007b);
  background-image: linear-gradient(to bottom, #e045af, #cc007b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #cc007b;
  text-decoration: none;
}