/* CSS für Testseiten */
* {
	margin: 0;
	border: 0;
	line-height: 18px;
}
html, body {
	height: 100%;
}

body {
  	background: rgb(240,242,245);
	padding: 25px 15px 25px 15px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 100,1%;
  	color: rgb(22,55,78);
}

h1 {
	clear: both;
	display: block;
	height: 25px;
	margin-top: 2px;
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}

h2, td h2 {
	display: block;
	width: auto;
	margin: 20px -15px 12px -15px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid rgb(50,90,130);
	border-bottom: 1px solid rgb(50,90,130);
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	color: rgb(22,55,78);
}
h3 {
	display: block;
	width: auto;
	margin: 20px -15px 12px -15px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid rgb(50,90,130);
	border-bottom: 1px solid rgb(50,90,130);
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	color: rgb(22,55,78);
}
hr {
	visibility: hidden;
}
.h3klein {
	margin-top: 20px;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

p, ul li, ol li {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: rgb(0,0,0);
}
p {
	padding-top: 6px;
	padding-left: 0;
}

ul li {
	margin-left: 24px;
}
.special {
	color: rgb(240,242,245);
}

td {
	font-size: 12px;
	color: rgb(0,0,0);
}

td h1{
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	color: rgb(22,55,78);
}


a, td a{
	font-size: 12px;
	font-weight: bold;
	color: rgb(18,88,157);
	text-decoration: none;
}

img {
	float: left;
	margin: 2px 15px 6px 0; 
}

