/* CSS Document for fragen.php */

/***************************************
**
**	erstellt 01.05.2005
**	Matthias Regh
**	Notatus
**
**	Historie:
**	    MR 26.05.2005  von notatus.css abgekoppelt 
**		MR 21.02.2006  blobby Design umgestellt
**
*****************************************/

#textpart {
	overflow: auto;
}

#inhaltsverzeichnis {
    margin-top:20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}

.Fragen_IHV {
    margin-top:3px;
}

.Fragen_IHV a:link, .Fragen_IHV a:visited {
    color:#0000BB;
}

.Fragen_IHV a:hover {
    color:#B2B2B2;
}


#antworten {
	display: block;
	float: none;
	clear: both;
}

#antworten p {
	display: block;
	float: none;
	clear: both;
	font-size: 8pt;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
	padding-left: 5px;
    padding-top: 0px;
}

h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3pt;
	display: block;
	float: none;
	clear: both;
	font-size: 10pt;
	font-weight: 600;
}

