/* Body-Inhalt width=99% damit beim Internet-Explorer kein Scrollbalken entsteht*/
input.button {
	color: #000000; 
	border: 1px solid #000000;; 
	font-weight: bold; 
	border-top: #dbdbdb; 
	border-left: 1px #999999; 
	font-size: 12px
}
/* Content wird beschrieben, damit wir später den Abschluß unten erzielen können*/
#content {
	width: 100%;
	height: auto;
	}
/* Abstand der ersten Spalte links zum Rand*/
#leer1 {
	margin-left: 0px;
	width: 10px;
	height: 10px;
	float:left;
}
/* Definitionen für den Container 1 mit h1 und p*/
#container1_sub {
	clear:both;
	margin: 12px 0px 0px 0px;
	float: left;
	width: 190px;
}
#container1_sub div {
	margin: 0px 0px 5px 0px;
}
/* Definitionen für den Abstand zwischen den beiden Spalten*/
#leer2 {
	margin:20px 0px 0px 0px;
	width: 15px;
	height: auto;
	float:left;
}
#container2 {
	padding:0px;
	margin:20px 7px 0px 0px;
	width: 542px;
	height: auto;
	float:left;
}
#container2 p {
	font-size: 11px;
	margin:7px 0px 7px 0px;
	line-height: 15px;
	}
#container2 p.h4_content {
	font-size: 11px;
	margin:0px 0px 0px 0px;
	line-height: 15px;
	}
#container2 h3 {
	color: #303030;
	font-weight: bold;
}
#container2 td {
	padding:3px;
}
#container2 ul {
	margin-bottom:3px;
}
/* Definitionen für den Abstand zum rechten Rand*/
#container_right {
	float: left;
	padding: 20px 0px 0px 10px;
	width: 190px;
}
.pixel3{
padding-left:8px;
}
#frage {
	background-color:#f2f2f2;
	padding:3px 3px 3px 6px;
	line-height:15px;
}
#antwort {
	padding:3px 3px 3px 6px;
	line-height:15px;
}
a.info-base
{
	font-size:11pt;
	font-weight:lighter;
}
