/* Landraete.de */

html,
body {
	margin: 0em;
	border: 0em;
	padding: 0em;

	background-color: #E6F0FF;
	background-color: #fff;

	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;

	}

/* Seitenüberschrift */
h1 {
	margin-top: 0em;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: 1.5em;

	border-bottom: 5px solid #888;

	color: #fff;
	background-color: #C1D2EC;
	background-color: #365D95;
	}

div.seiteninhalt {
	padding-left: 2em;
	padding-right: 2em;
}


/* Werbung */
div.com {
	text-align: center;
	margin: 3em 0;
}


/**/
table {
	margin-left: auto;
	margin-right: auto;
}

/**/
th {
	background: #eee;
	text-align: left;
}


/* Buchstabe */
th.buchstabe {
	background: none;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0;

	border-bottom: 2px dotted #333;

	font-weight: bold;
	font-size: 2em;

}

/* Linkbereich "Zum Seitenanfang" */
div.seitenanfang {
	margin-top: .3em;
	border-top: 1px dotted #333;
	font-size: .7em;

	text-align: right;
}


/* Adresszeile */
div#address {
	border-top: 2px dotted #000;
	text-align: center;
	background: #ccc;
	padding-bottom: 2em;
}





