/* CSS Document for beratung.php */

/***************************************
**
**	erstellt 01.03.2006
**	Matthias Regh
**	Notatus
**
**	Historie:
**	    
**
*****************************************/

.header {
	display: block;
	float: none;
	clear: both;
	width: 770px;
	height: 100px;
	overflow: hidden;
	text-align: justify;
}

.textbody {	
	display: block;
	float: none;
	clear: both;
	width:inherit;
	height: 100%;
	width: 800px;
	overflow: hidden;
	margin-right: 0px;
	padding-right: 0px;
}

.spaltig, .letzte_spalte {
	display: block;
	float: left;
	width: 30%;
	margin-right: 20px;
	padding-right: 0px;
	text-align: justify;
}

.letzte_spalte {
	margin-right: 0px;
}

.header .header_image {
	display: block;
	float: left;
	margin-right: 20px;
	width: 30%;
}

.header .header_image img.beratung {
	border: 1px solid #999999;
	margin-top: 4px;
	margin-left: 5px;
}

.header .header_text {
	display: block;
	float: left;
	width: 67%;
}
	
.textbody h2 {
	font-size: 10pt;
	font-weight: bold;
}

.textbody img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 8px;
	margin-bottom: 8px;
}


