html					{	background:			black;
							height:				100%;
							width:				100%;
							margin:				0;
							padding:			0;
						}

body					{	background-color:	black;
							background-image:	url(http://www.ohrbelag.de/images/paperb.gif);
							color:				#FFF8F1; /*#FFFFCC*/
							margin:				0;
							padding:			0;
							height:				100%;
							width:				100%;
						}

table					{	height:				100%;
							width:				100%;
							margin:				0;
							padding:			0;
							table-layout:		fixed;
							border:				none;
							border-spacing:		0;
						}

h1, h2, li				{	margin-top:			0;
							font-family:		"Lucida Sans Unicode", "Lucida Sans", sans-serif;
							/*font-size-adjust:	0.5;*/
							/*border:				1px solid red;*/
						}

td						{	vertical-align:		top;
							margin:				0;
							padding:			0;
							border:				none;
						}

hr						{	/*display:			none;*/
						}

p						{	font-family:		Georgia, serif;
							/*font-size-adjust:	0.5;*/
						}
p.author				{	font-size:			x-small;
							margin-top:			3em;
						}
p.section				{	margin-top:			2em;
						}
p.nav					{	margin-top:			2em;
							padding-top:		2em;
							margin-left:		20px;
							margin-right:		20px;
							border-top:			1px solid gray;
							font-family:		"Lucida Sans Unicode", "Lucida Sans", sans-serif;
							/*font-size-adjust:	0.5;*/
						}
p.nav a:link			{	/*text-decoration:	underline !important;*/
						}
p.nav small				{	font-size:			x-small;
						}
p.nav img				{	border-color:		#FFF8F1; /*#FFFFCC*/
						}
q						{	quotes:				"«" "»";
							font-style:			italic;
						}
q em					{	font-style:			normal;
						}
/* ============================================================================================== */
#navigation				{	padding-top:		50px;
							font-size:			13px;
							width:				33%;/*38%;*/
							background-color:	black;
							background-image:	url(http://www.ohrbelag.de/images/paperb.gif);
							color:				#FFF8F1; /*#FFFFCC*/
						}
/*#navigation>*,*/
#navigation h1,
#navigation ol			{	margin-left:		20px;
							margin-right:		20px;
							padding-left:		0;
							/*border:				1px solid white;*/
						}
#navigation ol li		{	margin-left:		20px;
							padding-left:		0;
						}
#navigation h1			{	color:				#FFF8F1; /*#FFFFCC*/
							background:			transparent;
							font-size:			120%;
						}
#navigation h2			{	font-size:			100%;
							font-weight:		normal;
							margin-bottom:		0.5em;
						}
#navigation a:link,
#navigation a:visited	{	color:				#FFF8F1; /*#FFFFCC*/
							background:			transparent;
							text-decoration:	none;
						}
#navigation a:hover		{	text-decoration:	underline !important;
						}

#navigation ul			{	list-style-type:	none; /*circle;*/
							margin-bottom:		1.0em;
							margin-top:			0.5em;
							margin-left:		0;
							padding-left:		20px;
						}

#navigation ul li		{	margin-left:		0;
							padding-left:		0;
						}

/* ============================================================================================== */

#content				{	background-color:	#FFF8F1; /*#FFFFCC*/
							background-image:	url(http://www.ohrbelag.de/images/paper.gif);
							color:				#330000;
							padding-top:		50px;
							width:				67%;/*62%;*/
						}
/*#content>*,*/
#content h1,
#content p				{	margin-left:		50px;
							margin-right:		50px;
						}
#content h1				{	color:				#330000;
							background:			transparent;
							font-size:			150%;
						}
#content a:link,
#content a:visited		{	color:				#330000;
							background:			transparent;
							text-decoration:	underline;
						}

/* ============================================================================================== */

@media all /* except NN4 */ {

p.nav img				{	border:				2px solid #FFFFCC;
							margin:				0 2px;
						}

#content, #navigation	{	padding-bottom:		2em;
						}
}