.articleinfo h2.title {
    font-size: 200%;
	text-align: left;
}
.articleinfo h3.subtitle {
    font-size: 120%;
}
.authorinfo {
    font-variant:small-caps;
    font-style: italic; 
    font-size: 120%;
	margin-top: 0;
}
.authorinfo .authorinfo {
    font-size:100%;
}
.author {
    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;
}
.table .title {
	text-align: center;
}
.table table {
	margin-left: auto;
	margin-right: auto;
}

.article table, .article table td {
	font-size: 100%;
	border: 1px solid white !important;
	padding-left: 0;
}
.litID, .litText{
	text-align: left;
	font-size: 100%
}
.informaltable table, .informaltable table td , .informaltable table th {
	border: 1px solid white !important;
}

.table table, .table table td , .table table th{
	border: 1px solid black !important;
	padding: .2em .5em .2em .5em;
}
.table table th{
	background: #cccccc;
	font-weight: bold;
}