/* FILE: 	Bol.css */
/* AUTHOR: 	OSt */
/* LAST:		2010-01-31 */
/* REMARKS:	Zentrale CSS-Formate für die Stoll.eu Homepage. */

/* Grundeinstellungen für den Textkörper */

body {
	background-color:"white"; color:"black";
	background-image:url('../Images/Bol_TextFrame.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:"90%" ;
	}

p {font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/* Formate für Überschriften */

h1,h2,h3,h4,h5,h6 {font-family:Verdana, Arial, Helvetica, sans-serif; }

h1 { font-size:"175%"; margin-bottom:12pt; border-bottom:1pt solid black; }

h2 { font-size:"125%"; margin-bottom:12pt; }

h3 { font-size:"110%"; margin-bottom:8pt; }

h4 { font-size:"100%"; margin-bottom:4pt; font-weight:bold; }

h5 { font-size:"100%"; font-weight:bold; }

h6 { font-size:"100%"; font-style:italic; }

/* Format für eine Überschrift mit Brotkrumenspur */

div#Thema { font-size:"200%"; text-align:center; margin-top:2ex; margin-bottom:2ex; font-weight:bold; }

/* Format für eine Brotkrumenspur mit übergeordneten oder verwandten Themen*/

div#RelThemen { font-size:"100%"; text-align:center; margin-top:1ex; margin-bottom:1ex; }

/* Anpassung von Standardformaten für einen buchähnlichen Textsatz */

em { font-weight:bold; font-style:normal; }

li { margin-bottom:1ex; }

/* Tabelle als OSt Standardformat */
/* wirken nur wenn die Tabelle in einem div Element eingeschlossen ist! */
/* Linien werden über border="0,1" aus- oder eingeschaltet */

div table {
	empty-cells:show;
	border-collapse:collapse;
	border-width:1px;
	border-color:black;
	font-size:"100%" ;
	}

div caption {
	font-style:italic;
	}

div th {
	font-weight:bold;
	text-align:center;
	border-width:1px;
	border-color:black;
	}

div td {
	vertical-align:top;
	border-width:1px;
	border-color:black;
	padding:3px;
	}

div dt {
	font-weight:bold;
	}

/* Sonderformate für Quellenverweise */

span#Quelle { font-style:normal; }

/* Sonderformate für WebAlben */

div#WebAlbumKopf { font-size:"150%"; text-align:center; margin-top:1ex; margin-bottom:1ex; font-weight:bold; }

div#WebAlbumPicPar { text-align:center; }

#WebAlbumPic { border-width:15px; border-style:ridge; border-color:navy; }

#WebAlbumTxt { text-align:center; margin-left:2ex; font-weight:normal; font-size:"110%"; }

div#WebAlbumNav { text-align:center; margin-top:1ex; }

/* Sonderformate für Bilder im Textkörper */

span#Untertitel { font-style:italic; font-size:"80%"; }

div#BoxRechts { float:right; margin-left:20px; margin-bottom:10px; text-align:center; }

div#BoxLinks { float:left; margin-right:20px; margin-bottom:10px; text-align:center; }
