/* display * list-style * position * float * clear * width * height * margin * padding * border * background * color * font * text-decoration * text-align * vertical-align * white-space * other text * content */

html, body {
	background: #060606;
	text-align: center;			/* *) Erforderlich fuer die korrekte Darstellung im Internet Explorer 6 */
}

img {
	border: 0;
}

/* Die 3 Spalten */

div.Browser-window {
	width: 800px;
	margin: 0 auto;
}

div.Spalte-0 {
	float: left;
	width: 100px;
	margin: 150px 0 0 0;
	text-align: left;			/* *) Erforderlich fuer die korrekte Darstellung im Internet Explorer 6 */
}

div.Spalte-1 {
	width: 600px;
	margin: 0 auto;
}

div.Spalte-2 {
	float: right;
	width: 100px;
	/* margin: 150px 0 0 0; */	/* Fehlerhafte Darstellung im Internet Explorer 6 */
	text-align: left;			/* *) Erforderlich fuer die korrekte Darstellung im Internet Explorer 6 */
}

/* Die 1. Spalte */

a.Spalte-0:link 	{ color: #ffffff; font: 0.9em Verdana, sans-serif; text-decoration: none; }a.Spalte-0:visited	{ color: #ffffff; font: 0.9em Verdana, sans-serif; text-decoration: none; }a.Spalte-0:hover	{ color: #000000; font: 0.9em Verdana, sans-serif; text-decoration: none; background: #ffffff; }a.Spalte-0:active	{ color: #000000; font: 0.9em Verdana, sans-serif; text-decoration: none; background: #ffffff; }a.Spalte-0:focus	{ color: #000000; font: 0.9em Verdana, sans-serif; text-decoration: none; background: #ffffff; }

/* Die 2. Spalte */

div.Werbung {
	width: 600px;
	height: 60px;
	margin: 0 auto;
	text-align: right;
}

div.Inhalte-0 {
	width: 600px;
	height: 126px;
	margin: 0 auto;
	background: url(Hintergrund-0.png);
	color: #4d7f20;
	font: 0.75em Verdana, sans-serif;
	text-align: center;
}

div.Inhalte-1 {
	width: 600px;
	min-height: 280px;
	margin: 0 auto;
	background: url(Hintergrund-1.png) repeat-y;
}

div.Schriftformatierung {
	width: 400px;
	margin: 0 auto;
	color: #999999;
	font: 0.75em/1.5em Verdana, sans-serif;
	text-align: justify;
}

/* Nicht unterstuetzt vom Internet Explorer 6

div.Schriftformatierung>h1,h2,h3 {
	margin: 0;
	color: #029e09;
}

div.Schriftformatierung>strong {
	color: #029e09;
}

div.Schriftformatierung>a:link 		{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }div.Schriftformatierung>a:visited	{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }div.Schriftformatierung>a:hover		{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }div.Schriftformatierung>a:active	{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }div.Schriftformatierung>a:focus		{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }

*/

/* Workaround */

h1,h2,h3 {
	margin: 0;
	color: #029e09;
}

strong {
	color: #029e09;
}

a:link 		{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }a:visited	{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }a:hover		{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }a:active	{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }a:focus		{ color: #029e09; font: 1em Verdana, sans-serif; text-decoration: underline; }

/* Workaround */

div.Inhalte-2 {
	width: 600px;
	height: 24px;
	margin: 0 auto;
	background: url(Hintergrund-2.png);
}

div.Inhalte-3 {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}