/* textpaeckchen.org */

#contentboard
{
	min-width: 840px;
}

#help {
	padding: 1em;
	width: 50em;
	/*background: #fff;*/
	color: #333;
	font-size: 16px;
	/*font-family: sans-serif;*/
	line-height: 120%;
	margin-left: auto;
	margin-right: auto;
}
#help .leftcol {
clear: left;
	float: left;
	width: 45%;
	margin-right: 5%;
}
#help .rightcol {
	float: left;
	width: 45%;
}
#help p {
	margin-top: .8em;
	margin-bottom: .5em;
}
#help .leftcol p {
	color: #666;
}
#help .topic {
	font-weight: bold;
}
#help .room {
	font-weight: bold;
	font-size: 110%;
}
#help .command {
	text-indent: 2em;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	color: #997766;
}
#help .leftcol p.command {
	color: #ccaa99;
}
#help strong {
	font-weight: bold;
}
#help u {
	text-decoration: underline;
}
#help i {
	font-style: italic;
}

#helpclosing {
	border-top: 1px solid #333;
	padding-top: 1em;
	clear: left;
}

@media print {
	body {
		width: auto;
	}
}