@CHARSET "UTF-8";

/* MAX: Höhe des Textes auf der Startseite: */
.index-content-wrapper {
	padding-left: 0px; 
	padding-top: 0px; /* Steuert den Abstand zur Höhe */
	line-height: 23px;
}

/* Satzspiegel Inhaltstext */
#site-content div.text {
	padding: 20px 20px 10px 85px;
}

/* Linke Navigation Links, fuer Schriftarten */
#side-navigation a {
	font-family: 'Futura W01 Heavy';
	font-weight: normal;
	height: 18px;
	padding-top: 16px;
        letter-spacing: 0.5px;
}

/* Alle b */
b {
/*	font-family:'Futura W01 Heavy';*/
}

span.bold {
	font-family:'Futura W01 Heavy';
}
span.fett {
	font-family:'Futura W01 Heavy';
}

span.boldindent {
	font-family:'Futura W01 Heavy';
        display: block; 
        padding-left: 3em; 
}


/* Linkfarben */
a {
color: #777777;
text-decoration:none
}
a:hover {
color: #222222;
}

/* JÖRG CZISCHKE weiss */
#site-bar-right {
	width: 250px;
}
/* JÖRG CZISCHKE */
#site-bar-right div#author {
	font-family:'Futura W01 Book';
	font-size: 15px;
    text-transform: uppercase;
	font-weight: normal;
padding-bottom: 19px;
}

#site-bar-right #author {
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 1px;
}

/* Anmerkungszeile */
#site-bar-left {
	position: absolute;
/*	left: 30px;
	top: 0px;*/
	left: 930px;
	top: 500px;
	width: 200px;
	font-size: 12px;
	padding-top: 10px;
	font-family:'Futura W01 Book';
}

/* Intro-Text Artikel */
#site-bar-right div.intro {
	font-family:'Futura W01 Book';
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
}

/* Der Titel des Werks */
#site-bar-right div.content span.art-title {
/*	font-family:'Futura W01 Medium';*/
	font-family:'Futura W01 Heavy';
    letter-spacing: 1px;
    font-weight: normal;
}

/* Das Jahr des Werks */
#site-bar-right div.content span.art-year {
	font-family:'Futura W01 Book';
}

/* Das Material des Werks */
#site-bar-right div.content span.art-material {
	font-family:'Futura W01 Book';
}

/* Das Format des Werks */
#site-bar-right div.content span.art-format {
	font-family:'Futura W01 Book';
}

/* Fliesstext / Inhalt der Seite */
#site-content div.text {
	font-family:'Futura W01 Book';
	font-size: 14px;
	line-height: 19px;
}

/* Possible font-families:

font-family:'Futura W01 Light';
font-family:'Futura W01 Book';
font-family:'Futura W01 Book Oblique';
font-family:'Futura W01 Heavy';
font-family:'Futura W01 Light Condensed';
font-family:'Futura W01 Medium Condensed';

*/


#site-content div.text p { 
        line-height: 21px; 
       padding: 0px; margin: 0px; padding-bottom: 10px;
}

.year { 
        display: block; 
        width: 3em; 
        float: left; 
	font-size: 12px;
}
 
.indent { 
        display: block; 
        padding-left: 3em; 
}

.aziffer { 
        display: block; 
        width: 3.5em; 
        float: left; 
}

.indentziffer { 
        display: block; 
        padding-left: 3.5em; 
}

sup {
	font-size: 9px;
}

span.zahl {
	font-size: 13px;
}
span.zahlimpressum {
	font-size: 11px;
}
span.impressum {
	font-size: 12px;
	line-height: 16px;
}

span.dank {
    line-height: 17px;
    font-size: 12px;
margin-left: 150px;
}

span.leben {
    line-height: 17px;
    font-size: 12px;
margin-left: 200px;
margin-top: 20px;
}

span.dagger {
	position: relative;
	top: -1px;
}

/* Index Inhalt-Bold */
/*
#site-wrapper #site-content div.index-content-wrapper a span {
	font-family:'Futura W01 Heavy';

*/