/* ____ Design für den iFrame, der eine ganze Box ausfüllt,
// ____ vergleiche: allgemein.css */

/* ____ HTML-Körper (ganze Seite) */

	body {
		background-color:#CCB48F;
		font-family:Tahoma,Verdana,sans-serif;
		font-size:smaller;
		margin:0;
		padding:0;
		text-align:left;
		width:100%;
	}

	div#body {
	}

/* ____ Überschriften */

	h1 {
		font-size:1.4em;
		font-weight:normal;
		line-height:1em;
		margin-top:0;
	}

	h2 {
		font-size:1.4em;
		font-weight:normal;
		line-height:1em;
	}
	div#body h2:first-child {
		margin-top:0;
	}

	table {
		margin-bottom:0;
	}

	p {
		
		margin-top:0;
	}

/* ____ Ende */

