/* Standartseitenlayout importieren. */
@import url(layout.css);

html > body #row { /* Nur ab Opera 6.x */
	width:100%;
}

head:first-child+body #row {
	width:auto;
}

head:first-child+body .mainColumn { /* Für Opera 7.x */
	width:100%;
}

.optionsColumn {
	max-width:23ex;
}

h3 {
	font-weight:bold;
	line-height:120%;
	margin:0px 0px 0.45em 0px;
}

p {
	margin:0px 0px 0.4ex 0px;
}

p.message {
	margin-bottom:2.8em;
}

h3.inline {
	margin-top:2.8em;
}

p.letter {
	font-family:"Courier New", Courier, monospace;
}
