/* 2006-09-27me: "hilfe-fragezeichen"-mauszeiger für abbr-tag eingefügt
2006-02-14me: blockquote Einzug verringert
2005-02-17me: rightColumn eingefügt, 2006-05-30: Farbschema für Personalisierungsblöcke
2005-01-21me: blockquote aufgehellt von f0f0f0
2005-01-17me: geschachtelte Listen ergänzt */
/* wollte 10px Abstand nach Tabellen-Enden einfügen - aber das wirkt sich ja leider auch auf die Navi aus...  2005-01-10me */
/* lt w3c orange kein keyword, ersetzt durch hex  2004-10-25me */


/* ================================================================================================================ */
/* Divisions für Seitenaufbau
/* ================================================================================================================ */

body {
	color: black;
	font-size:74%;
	margin: 0;
	padding:0;
	background-color:#ffffff;
/*	scrollbar-face-color		: #EAEAEA;
	scrollbar-highlight-color	: #333333;
	scrollbar-3dlight-color		: #EAEAEA;
	scrollbar-darkshadow-color	: #EAEAEA;
	scrollbar-shadow-color		: #333333;
	scrollbar-arrow-color		: #333333;
	scrollbar-track-color		: #EAEAEA;
*/
}

#layout {
	font-size:1em;
	width:830px;
	border-style:none;
	border-width:0;
    /*margin:0;
	padding:0;*/
}

#seitenkopf {
/*	padding-top:1em;*/
}

#pagetitle {
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	margin-top:0;
	margin-bottom:0;
	padding-left:220px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	z-index:15;
}

#navigation {
	/*float:left;*/
	/*padding-left:10px;
	padding-right:10px;*/
	width:185px;
	z-index:5;
	vertical-align:top;	
	overflow:hidden;

}


#rechte_spalte {
	/*float:right;*/
	/*padding-left:10px;
	padding-right:10px;*/
	padding-top:1em;
	width:165px;
	z-index:5;
	vertical-align:top;	
	font-size:0.9em;
}

#accessKeys{
	margin-top:1em;
	margin-bottom:1em;
}

#inhalt {
	padding-top:1em;
	padding-bottom:0;
	padding-left:5px;
	/*padding-left:10px;
	padding-right:10px;*/
	z-index:10;
	vertical-align:top;
}

#fusszeile {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	line-height: 2em;
	margin-top:2em;
	margin-bottom:1em;
	padding-top:0.4em;
	padding-bottom:0.4em;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	width:420px;

}

hr.separator {
	width:100%;
	color:#999999;
	background-color:#999999;
	height:0.01em;
	line-height:0.01em;
	margin:0;
	border:0;
	padding:0;
}

.unsichtbar {
	display:none;
}

/* ================================================================================================================ */
/* Navigation-Styles
/* ================================================================================================================ */

a.navi {
	text-decoration: none;
/*	line-height: 1em;   2004-09-22me probehalber auskommentiert, dadurch werden Unterlängen in Navi-Texten jetzt nicht mehr abgeschnitten */
	font-weight: normal;
}

a.navi:link {
	color: #000000;
}

a.navi:visited {
	color: #000000;
}

a.navi:hover{
	color: #488bbd;
	background-color: transparent;
}

a.navi:active{
	color: #488bbd;
	background-color: transparent;
}

ul.navi {
	padding:0;
	margin:0;
	list-style:none;
	list-style-type:none;
	list-style-position:inside;
}

div.navi0,div.navi1,div.navi2,div.navi3,div.navi4,div.navi5 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	list-style:none;
	list-style-type:none;
	list-style-position:inside;
	margin:0;
	padding-left:0.0em;
	padding-right:0.0em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

div.navi0 {
	background-color:#bbbbbb;
	padding-left:0.5em;
}

div.navi1 {
	background-color:#cccccc;
	padding-left:1em;
}

div.navi2 {
	background-color:#dddddd;
		padding-left:1.5em;
}

div.navi3 {
	background-color:#eeeeee;
	padding-left:2em;	
}

div.navi4 {
	background-color:#fafafa;
	padding-left:2.5em;	
}

div.navi5 {
	background-color:#ffffff;
	padding-left:3em;	
}

div.selected {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #488bbd;
}

div.separated {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ffffff;
}

.naviklein {
	font-size: 0.7em;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.navigross, .navibold {
	font-size: 1em;
/*	line-height: 1em;   2004-09-27me wenn auskommentiert iVm a2 = Unterlängen ok, aber Google template gestört  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.naviweiss, .navi-diese-seite {
	font-size: 1em;
	line-height: 1em;    /*  schneidet Unterlängen ab, aber wenn auskommentiert, dann wird Google template gestört :(  2005-01-11me */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #488bbd;
}

/* ================================================================================================================ */
/* Tabellen
/* ================================================================================================================ */

th {
	background: #D3D3D3;
	color: black;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

td {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	vertical-align:top;
}

.kopf {
	line-height: 0.01em;
	vertical-align: top;
	font-size: 1em;
	margin: 0;
}



/* ================================================================================================================ */
/* Formulare
/* ================================================================================================================ */

form {
	display: inline;
}

select,option {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
} 		

.suchefolge, .suchfeld {
	font-size:1em;
	border: 0; 	/* sieht aus wie button; 2004-09-14me */
	background: #FFFFFF; 
	width: 9em;
	height: 1.5em;
	color: #333333;
}

INPUT {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	background:#FFFFFF;
}



/* ================================================================================================================ */
/* Schriftformatierung
/* ================================================================================================================ */


h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 1.33em;
	background-color : white;
	margin-bottom : 0.5em;
}

.haengend { text-indent:-1.5em;margin-left:1.5em; }
.invers { background-color: #ff9900; color:white; }

p,dd,li {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.33em;
	color: #000000;
/*	background-color: transparent; */
	margin-top: 0em;
} 

blockquote, q {
	font-style: italic;
	font-size: 1em;
	line-height: 1.33em;
	margin-bottom: 1.3em;
}

blockquote {
/*	text-align: right;  ersetzt durch Einzug von links: */
 	margin-left: 5em; 
	background-color: #fafafa;
}

cite {
 	/*	2005-01-14me: passend zum blockquote-Einzug: margin-left: 8em; */
	font-size: 1em;
	background-color: #fff
}

code { 
	font-size:0.9em;
	font-weight: bold;
	background-color: #fafafa;
}

strong {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-style: normal;	
	line-height: 1.33em;
}

/*	2005-01-26me: aus strong herausgeschnitten +  zu eigener Klasse gemacht, weil Eonpro3 alle <b> zu <strong> wandelt */
.rot {	
	background-color: #cc3333;
	color : white;
}

/* ol li {
	list-style-type: decimal;
} */

/* für den Fall geordnete Aufz innerh einer ungeordneten: */
ul ol li {
	list-style-type: decimal;
	list-style-image: none;
}

dt {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	line-height: 2em;
	margin-bottom:0.1em;
}

dd {
	margin-bottom:1.2em;
}

.geisterschrift {
	color:silver;
}

/* http://www.w3.org/TR/REC-CSS2/generate.html#quotes
Specify pairs of quotes for two levels in two languages */

q:lang(de) { quotes: "»" "«" ">" "<"; }
q:lang(en) { quotes: "»" "«" ">" "<"; }

/* Insert quotes before and after Q element content */
q:before { content: open-quote; }
q:after  { content: close-quote; }

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1.2em;
}

ul li {
	list-style-image: url('http://www.biblio.tu-bs.de/pics/pfeil.gif');
	list-style-type: square;     
}

.bu, .fusszeile {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	line-height: 1.7em;
	text-decoration: none;
}

/*	Bildunterschrift außerdem rechtsbündig ausrichten  2004-09-14me */
.bu {text-align:right;}

.linksbuendig {
	text-align:left;
}

.rechtsbuendig {
	text-align:right;
}

.justify {
	text-align:justify;
}

.center {
	text-align:center;
}

/* ================================================================================================================ */
/* Links
/* ================================================================================================================ */

a {
	font-weight : bold;
	text-decoration: none;
}

a:link {
		color: #488bbd;
}

a:visited {
		color: #666699;
}

a:hover {
	color: #ffffff;
	background-color: #488bbd; 
	text-decoration: none;
}

a:active{
	color: #ffffff;
	background-color: #488bbd;
	text-decoration: none;
}

.a2 {
	text-decoration: none;
/*	line-height: 1em;   2004-09-22me probehalber auskommentiert, dadurch werden Unterlängen in Navi-Texten jetzt nicht mehr abgeschnitten */
	font-weight: normal;
}

.a2:link {
	color: #000000;
}

.a2:visited {
	color: #000000;
}

.a2:hover{
	color: #488bbd;
	background-color: transparent;
}

.a2:active{
	color: #488bbd;
	background-color: transparent;
}

.a3 {
	font-weight: normal;
}

.a3:link {
	text-decoration: none;
	color: #666666;
}

.a3:visited {
	text-decoration: none;
	color: #666666;
}

.a3:hover {
	text-decoration: none;
	color: #488bbd;
	background-color: transparent;
}

.a3:active {
	text-decoration: none;
	color: #488bbd;
	background-color: transparent;
}

.schwarz:link {
		color: #000000;
}

.schwarz:visited {
		color: #000000;
}

.schwarz:hover {
	color: #ffffff;
	background-color: #488bbd; 
	text-decoration: none;
}

.schwarz:active{
	color: #000000;
	text-decoration: none;
}



/* ================================================================================================================ */
/* Sonstiges */
/* ================================================================================================================ */

abbr { cursor:help; }

.noborder {
	border-style:none;
	border-width:0;
}

.searchword { 
	border: 1px dotted gray;
	background-color: yellow;
}
/* zur Hervorhebung der aus dem Referrer extrahierten Suchbegriffe */

.infobox { background-color:#ffffcc;
	border-width:1px;
	border-style:solid;
	border-color: #ff9900;
	padding:.4cm; font-size:1em; margin : 0; }
/* neue class, umrahmt element dünn orange  */

/* none inherit -> MSIE zeigt border */
img {
	border : 0 ; 
} 

.left {
	float : left; 
	margin-right : 1em; 
} 

.right {
	float : right; 
	margin-left : 1em; 
} 

hr { 
	color: silver;
	background-color: silver;
	height: 0.01em;
/*	unwirksamer code auskommentiert 2004-01-08me 
	border-top: solid 1px silver;
	border-left: none;
	border-bottom: none;
	border-right: none;
	margin-bottom: 0;
	*/
}

.accessKey {
	display: block;
	width: 0.9em;
	float: left;
	margin-right: .25em;
	margin-bottom: .25em;
	padding: .25em 1em;
	border: 1px solid #6f6f6f;
	text-decoration: none;
}

.accessKey_head {
	font-size: 1em;
	letter-spacing: 0;
	font-variant: small-caps;
  	text-decoration: none;
}

/* ================================================================================================================ */
/* folgt: neue class "righColumn" für die Personalisierungsspalte */
/* ================================================================================================================ */

span.x {
	float : right; 
} 

h1.rightColumn , h2.rightColumn , h3.rightColumn , h4.rightColumn , h5.rightColumn , h6.rightColumn {
	background : #efefef; 
	color : black; 
	font-size : 1.1em; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	text-decoration : none; 
	font-weight : bold; 
	margin : 0;
	margin-bottom:0.3em;
	padding : 0; 
	border-bottom : 1px solid #999999; 
} 

div.rightColumn {
	background : #fefefe; 
	font-size : 1em; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	text-decoration : none; 
	font-weight : normal; 
	vertical-align : top; 
	width: 165px; 
	border-style:solid;
	border-width:1px;
	border-color:#999999; 
	padding:0;
	margin: 0;
	margin-bottom : 2em;
	padding-bottom:0.5em;
	overflow:hidden;
} 

div.rightColumn p, div.rightColumn input, div.rightColumn strong, div.rightColumn small {
	font-size:1em;
	margin-left:0.2em;
	margin-right:0.2em;
}

ul.rightColumn {
	padding-left:1em;
	margin-left:1em;
}
/*=================================================================== */
/* Panobilder                                                         */
/* ================================================================== */
/* object stuff here */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}
/*=================================================================== */
/* Panobilder ende                                                    */
/* ================================================================== */




/*=================================================================== */
/* Druckversion                                                       */
/* ================================================================== */
@media print {
  div#seitenkopf { display: none; }
  div#navigation { display: none; }
  div#rechte_spalte { display: none; }
  #pagetitle { padding-left:20px; }
  .screen { display:none; } 
  #td_navigation { width:0px }
  #td_rechte_spalte { width:0px }
  body {color : black; background : #ffffff; margin : 0; } 
  th {background:#D3D3D3;	color: black; font-size: 12px; text-decoration: none; font-weight: bold;}
  td {font-size: 12px;text-decoration: none;font-weight: normal;vertical-align:top;}
  .headline , h1 {font-size : 22pt;}
  h2 , h3 , h4 , h5 , h6 {font-size : 18pt; line-height : 18pt; margin-bottom : 2pt; } 
  h1 , h2 , h3 , h4 , h5 , h6 {font-family : "Bauer Bodoni", Bodoni, serif; text-decoration : none; font-weight : bold; color : #003366; background-color : white; } 
  p , dt , dd , li {font-size : 12pt; font-family : "ITC Weidemann Book", "Biblica", serif; line-height : 18pt; color : #000000;background-color : white; } 
  blockquote, q {	font-style: italic;	font-size: small;line-height: 16px;	margin-bottom: 16px;}
  blockquote {margin-left: 80px; 	background-color: #fafafa; }
  cite { font-size: small;background-color: #fff;}
  code { font-weight: bold;background-color: #fafafa;}
  strong {font-size : 12px; font-family : "ITC Weidemann Book", "Biblica", serif; font-weight : bold; font-style : normal; line-height : 16px; } 
  .rot {color : #cc3333; background-color : white; font-family : "ITC Weidemann Book", "Biblica", serif; }
  hr {color : silver; background-color : silver; height : 1px; } 
  a {	font-weight : bold; text-decoration : underline; } 
  .bu , .fusszeile {font-size : 10px; font-family : Verdana, Arial, Helvetica, sans-serif; text-decoration : none; font-weight : normal; 	color : #666666; 	line-height : 14px; 	text-decoration : none; } 
  .bu {text-align : right; } 
  .geisterschrift {color : silver; } 
  img {border : 0 ; } 
  .left {	float : left; margin-right : 10px; } 
  .right {float : right; margin-left : 10px; } 
  ul li {list-style-type : disc; color : #003366; } 
  ul ol li {list-style-type: decimal;list-style-image: none;}
  dt {font-size : 12px; text-decoration : none; font-weight : bold; color : #000000; background-color : transparent; line-height : 16px; margin-bottom : 2px; page-break-after : avoid; }
  dd {margin-bottom : 16px; } 
  q:lang(de) {quotes: "&bdquo;" "&ldquo;" "&sbquo;" "&lsquo;"; }
  q:lang(en) {quotes: "&ldquo;" "&rdquo;" "&lsquo;" "&rsquo;"; }  
  q:before {content: open-quote; }
  q:after  {content: close-quote; }  
}
