@charset "UTF-8";

html  {
	height:101%;
}

body  {
	font-family:'BT Original Garamond W01', 'Times New Roman', Times, serif;
	font-weight: 400;
	font-style: normal;
	
	/* font-family: Original Garamond, Verdana, serif; */
	/*
	ROMAN font-family:'BT Original Garamond W01'; font-weight: 400; font-style: normal;	
	ITALIC font-family:'BT Original Garamond W01';	font-weight: 400; font-style: italic;
	BOLD font-family:'BT Original Garamond W01';	font-weight: 700; font-style: normal;
	BOLD ITALIC	font-family:'BT Original Garamond W01';	font-weight: 700; font-style: italic;
	
	font-size: 10pt; 
	background: #ffffff;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333;
}

/* ______ I M A G E M A P __________________________________________ */

#map {
	position: absolute;
	margin:0; padding:0;
	width:1130px; height:567px; 
	background:url(/bibliothek/bilder_home/kunstwissenschafft.png) top left no-repeat;
	font-size:11pt; line-height:13pt;
}

#map li { margin:0; padding:0; list-style:none; /* keine Einzuege keine Listenpunkte */}

/* bg-img (1x1 transparent) - bug in older IE versions, that causeses the block to not render at its full dimensions. */
#map li a { position:relative; display:block; background:url(/bibliothek/img/t.gif); }

#map li a span { display:none; }  /* hide the span inside of our links */

#map li a:hover span { /* tooltip textbereich sichtbar */
	position:relative; display:block;
	left:0px; top:0px;
	padding:10px;
	border:none;
	color:#000; background:#eee;
	text-decoration:none;
	filter:alpha(opacity=9); opacity:0.9;
}

/* tooltip textbereich */
#map a.mapkunst { position: absolute; top:10px; left:600px; width:380px; height:60px; }
#map a.mapzeichnung { position: absolute; top:145px; left:700px; width:382px; height:360px; }
#map a.mapmoderne { position: absolute; top:104px; left:397px; width:384px; height:250px; }
#map a.mapfarbe { position: absolute; top:187px; left:0px; width:510px; height:280px; }

/* ______ E N D   I M A G E M A P ___________________________________ */




/* Tipps für elastische Layouts:
1. Da die Gesamtgröße elastischer Layouts von der Standardschriftgröße des Benutzers abhängt, sind diese Layouts weniger berechenbar. Bei korrekter Verwendung haben sie außerdem für Personen, die größere Schriften benötigen, einen höheren Nutzwert, weil die Zeilenlänge proportional bleibt.
2. Die Größe der divs in diesem Layout basiert auf der Originalschriftgröße (100%) im Body-Element. Wenn Sie die Textgröße durch eine Einstellung wie font-size: 80% im Body-Element oder im #container global verringern, wird das gesamte Layout proportional verkleinert. Sie sollten die Breiten der verschiedenen divs vergrößern, um hierfür einen Ausgleich zu schaffen.
3. Wenn Sie in den einzelnen divs unterschiedliche Werte für die Schriftgröße angegeben, anstatt die Schriftgröße im Design global zu ändern (z. B. wenn #sidebar1 die Schriftgröße 70% zugewiesen wird und #mainContent die Größe 85%), so wird die Gesamtgröße der einzelnen divs proportional geändert. Sie sollten anhand der endgültig gewählten Schriftgröße entsprechende Anpassungen vornehmen.
*/

.adriancss #container {
	width: 1218px;
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: none;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	padding: 40px;
}


/*  B I L D   m.  L E G E N D E   r e c h t s  K ü n s t l e r b ü c h e r  */

article {
	vertical-align: top;
	margin-bottom: 30px;
	clear:both; 
}



/*  B I L D T E P P I C H  */

.adriancss #bildteppich {
	margin-right: 20px;
	margin-bottom: 25px;
	display:inline-block; /* für bottom-abstand */
	vertical-align: top;
}

.adriancss #bildteppich img {
	height: 170px;
}


/* ______ N A V I G A T I O N ___________________________________ */

.adriancss #mainnav {
	height: 25px;
}

.adriancss #v-line {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
}
.adriancss #h-line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

/* ______ H Y P E R L I N K S ___________________________________________ */

a:link    {color:#333; text-decoration:none; }
a:visited {color:#333; text-decoration:none; }
a:hover   {color:#F63; text-decoration:none; }
a:active  {color:#F63; text-decoration:none; } 


/* ______ S E I T E N S P E Z I F I K A ___________________________________________ */

.adriancss #biotable table, tr, th, td {
	align:left;
	margin-left:-2px;
	padding:0px;	
	border:none;
} 

tr    {valign:top; }

h3    {font-weight:700; }

.adriancss #blog { background-color:#eee; padding-top: 10pt; padding-left: 1px; }
.adriancss #khist {	line-height: 2.3em; text-decoration: underline; } 
.adriancss #linklist { line-height: 1.5em; } 
.adriancss #kontakt { line-height: 1.5em; } 


/* ______ H E A D E R   /   F O O T E R _____________________________ */

.adriancss #header { /* not sja */
	background: #ffffff;
	padding: 0px;  /* linksbündige Ausrichtung der Elemente in den divs, die darunter erscheinen */
	height: 86px;
 } 

.adriancss #footer {
	background:#fff;
	padding-top: 68px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
} 

.adriancss #footer p { margin: 0; padding: 0px 0; }


/* ______ M A I N  -  C O N T E N T _____________________________ */

.adriancss #mainContent {
	text-align: inherit;
	padding: 8px;
	height: 150%;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 



/* ______ N O T  -   S J A  __________________________________ */

/* Wiederverwertbare Klassen */

/* Klasse, Element auf Seite rechts fliessen lassen. Floatelement vor Nichtfloatelement! neben dem es erscheinen soll. */
.floatrechts { float: right; margin-left: 8px; }

/* Element auf der Seite nach links fließen lassen. */
.floatlinks { 	float: left; margin-right: 8px; }

/* Klasse innerhalb div- oder break-Element; letztes Element vor dem Schließen des Containers, der vollständigen Float enthält. */
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }