/* //<![CDATA[ */

/* Projekt: http://potsdamer-konferenz.de
Titel: CSS - Navigation etc. für die Textseiten */

/* Navigation auf Textseite */
#navi {margin:0; padding:0; font-size:120%; font-weight:bold; text-align:left;}
#navi a {color: #fff; background: transparent; text-decoration: none;}
#navi a:visited {color: #fff; background: transparent;}
#navi a:hover {color: #252525; background: transparent;
}

.breadcrumb {float: left; padding-left: 10px;} /*Daselbe wie oben */

/* Hauptinhalt auf Textseite */

#inhalt {width: 700px; margin: auto; padding: 0 40px; text-align: justify;}
#inhalt p {margin: 5px 0 5px 0;}

/* Textgestaltung */

p.conference {
text-align:center;
height:82px;
color:#000;
background: transparent url('../bilder/table_mini.png') 50% 50% no-repeat;
}
p.conference span {visibility: hidden;}

div.abschnitt > p:first-letter {color: #000066; background:inherit; font-size: 150%; float: left;}

p.abschnitt:first-letter {color:#000066; background:inherit; font-size: 150%; float: left;}

.fussnoten {font-size: 90%;}

dl.dialog {margin: 0;}
dl.dialog dt {margin: 0; font-style: italic; text-decoration: underline; }
dl.dialog dd {margin-left: 10px;}

/* Quellenangaben am Anfang oder Ende des Texts */
p.source {font-size: 85%; font-style: italic; padding: 0 0 15px 0;}
div.source p {margin: 0.3em 0.3em;}
div.source cite {display: block; margin: 5px 0 0 0; font-size: 0.9em;}

/* //]]> */
