/* Thomas - StyleSheet */
/* Erstellt:     2005-10-06 */
/*    Stand:     2005-10-06  in Arbeit */

body {
/*  ;
  background-color: #008000;
  background-image: url("maico.gif");
  background-repeat: no-repeat;
  background-position: +450px +10px;
  background-attachment: fixed;
*/
  font-size: 14pt;
  text-align: center;
  color: #ffffff;
  
  scrollbar-arrow-color: #ffff00;
  scrollbar-base-color: #ccffff;
  scrollbar-shadow-color: #111111;
  scrollbar-face-color: #bbffff;
}

ul {
  color: #ffff00;
  line-height:24pt; 
  font-weight: bold;
  text-indent: 20px;
  font-size: 100%;
}

h1 { 
    line-height:16pt; 
	color: cyan;	
	}
h2 { 
    line-height:12pt; 
    color: #ffffaf;
	// text-indent: 20px;
	font-weight: bold;
	}
h3 { 
    line-height:12pt; 
    color:#ffffd0; 
	}
	
h4 { 
    line-height:8pt; 
    color:#ffff80; 
	}	
	
hr { line-height:2pt; }
p  { line-height:8pt; }
br { line-height:8pt; }

/* table */


table {
    background-color: #808080;
	font-family: sans-serif;
	font-style: oblique;
	border: 2px solid orange;
	border-width: 2 px;
	border-spacing: 10px;
	empty-cells: show;
	vertical-align: top;
	}
th {
    background-color: #808080;
	font-family: sans-serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 16px;
	}
th.titel {
    background-color: #808080;
	font-family: sans-serif;
	font-style: oblique;
	font-weight: bold;
	}
td { 
    background-color: #808080;
	font-family: serif;
    font-style: italic;
	height: 20px;
	border: 1px dashed blue;
	}
td.titel { 
    background-color: #808080;
	font-family: serif;
    font-style: italic;
	font-weight: bold;
	color: navy;
	height: 24px;
	}

/* links */
a:link 
   { 
    color: salmon;
	}
a:visited 
   { 
    color: darksalmon;
	}
a:active 
   { 
    color: gold;
	}
a:hover 
   { 
    color: yellow;
	text-decoration: blink;
	}
	


/* (generische) ID */
#verse {
  color: red;
  font-style: italic;
}

/* (generische) Klasse */
.verse {
  color: red;
  font-style: italic;
}

.bl{
  color: #0033FF;
  font-weight: bold;
  text-align: left;
}
.rt {
  color: #FF3300;
  font-weight: bold;
  text-align: left;
}
.or {
  color: #FF6600;
  font-weight: bold;
  text-align: left;
}
.gn {
  color: #008033;
  font-weight: bold;
  text-align: left;
}


