/* Formatvorlage fuer Dokumente, die auf DocBook basieren
 *
 * Copyright (C) 2007 Robert Bienert
 */
@import url(doku.css);

.subtitle {
	text-align: center;
}
h3.author {
	font-size: 1em;
}
.affiliation p {
	line-height: 1em;
}
address, .copyright {
	color: black;
	text-align: justify;
	font-family: sans-serif;
	font-style: normal;
}

.note {
	font-size: 100%;
}

br.example-break {
	display: none;
}

div.sidebar {
	color: black;
	font-family: Sans-Serif;
	text-align: center;
	border: 1px solid #0000CC;
	margin-top: 6pt;
}

div.sidebar p.title {
	margin-right: 1em;
	float: left;
}
div.sidebar p.title:after {
	content: ': ';
}
