html, body {margin:0; padding:0;}
body {
	font:small Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../bilder/buchstaben_bg.gif);
	background-repeat:repeat;
}

/*-- allgemeine Links --*/
a:link, a:visited {color:#930; text-decoration:none; font-weight:bold;}
a:hover {color:#000;}
* {margin:0;}
td {border-collapse:collapse;}

.center {text-align:center;}
.rechts {text-align:right;}
.left {float:left;}
.right {float:right;}

.klein {font-size:90%;}
.bold {font-weight:bold;}
.marker {font-weight:bold; color:#F60;}

.span4 {display:block; height:4px; line-height:4px; font-size:3px;}
.span8 {display:block; height:8px; line-height:8px; font-size:7px;}
.clearone {
	display:block; 
	height:1px; 
	line-height:1px;
	font-size:1px; 
	clear:both;
}

/*-- Ebenen --*/
#wrapper {
	position:relative;
	width:900px;
	height:620px;
	margin:10px auto;
	background-color:#F6EED2; /* F4E8DC gelber FCF4D0 dieser #FEF6EE*/
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
#oben {
	height:99px;
	background-image: url(../bilder/buecherbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
#oben h1 {
	margin:0;
	padding-left:20px;
	font-weight:normal;
	line-height:100px;
	vertical-align:middle;
	color:#333;
}
#oben h1 span {
	background-image: url(../bilder/trans2.gif);
	padding:0px 5px;
}
/*-- um Links und content in gleichem Abstand nach oben zu halten --*/
#main {
	position:relative;
	left:0;
	width:100%;
	margin-top:20px;
}
#navi {
	position:absolute;
	top:0px;
	left:0px;
	width:155px;
	z-index:2;
	padding-left:20px;
}
#haupt {
	margin-left:165px;
	padding:0 30px 10px 20px;
}

#haupt h2 {
	margin:6px 0 0 0; /*6px von p navi*/
	font-weight:normal;
	z-index:0;
}
#haupt h3 {
	font-size:110%;
	margin:10px 0 8px 0;
}
/*Für Links rechts oben in über der Scrollfläche*/
#linkLeiste {
	float:right;
	position:absolute;
 	left:195px;
	top:0px;
	width:675px; 
	margin:-10px 0 0 0;
	height:20px;
	text-align:right;
	z-index:5;
}
/*Für mehrzeilige Leiste über der Scrollfläche*/
#fixeLeiste {
	height:40px;
}

/*für fixe Tabellenüberschriften
Die Zellenbreite wird jeweils auf den Seiten festgelegt*/
table#overline { 
	margin-left: 30px;
	font-weight:bold;
}
#scroll {
	height:450px;
	padding-right:30px;
	padding-left:30px;
	margin-top:10px;
	margin-right:-30px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;
}
#scroll.fixeLeiste {height:433px; important!}
/*----------------------------------------------*/
/*-- Lesungen, Themen Content ---*/
body#lesungen #fixeLeiste table td {
	padding:2px;
	text-align:center;
}
body#lesungen #scroll table td {
	padding:2px 10px 2px 0;
	white-space:nowrap;
}
/*-------------------------------------------------------+/
/*----- für Seiten mit Alpabeth inder Linkleiste: (Themen)-------*/
table.alphabet {
text-align:center;
width:90%;
}

