.articleinfo h2.title {
    font-size: 200%;
	text-align: left;
}
.articleinfo h3.subtitle {
    font-size: 120%;
}
.authorinfo {
    font-variant:small-caps;
    font-style: italic; 
	margin-top: 0;
}
.authorinfo .authorinfo {
    font-size:100%;
}
.author {
    font-size: 120%;
    font-variant:small-caps;
    font-style: normal;
  	margin-bottom: 0;
}

.Copyright {
    font-size: 0.9em;
}

.biblioid {
    font-size: 0.9em;
}

.section h2.title, .heading {
    font-size: 130%;
	font-weight: bold;
}

.section h3.title {
    font-size: 110%;
}


/* Abbildungen */

.mediaobject {
    text-align: center;
	padding: 1em 0 1em 0;
}
.mediaobject img {
    border: 1px solid black;
}

.mediaobject .caption {
    text-align: center;
	margin-top: 1em;
}

.article table, .article table td {
	font-size: 100%;
	border: 0 !important;
	padding-left: 0;
}
.litID, .litText{
	text-align: left;
	font-size: 100%
}
.informaltable table {
	border-color: white !important;
	}
/* Formeln */
.equation {
	margin-left: 3em;
}
