/* farbliche Kennzeichnung von Rekonstruktionen und Spekulationen */

span.penso
{
	color: #FBB117;
}

/* Schrift */

body, p, td, th, li, ol, ul, /*h1, h2, h3, h4,*/ table
{
	/*font-family: Arial,Helvetica,Verdana,sans-serif;*/
	font-family: DejaVu Serif, Times, Arial, Helvetica, serif;
	text-decoration: none;
	/*font-size: medium;*/
}

h1, h2, h3, h4
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

sup
{
	font-size: 70%;
}

small
{
	font-size: 85%;
}

p, td
{
	text-align: left;
}

/*normale Liste mit Bullets*/
ul
{
	list-style-type: disc;
}

/*Liste ohne Bullets*/
ul.nobullet
{
	list-style-type: none;
}

/*Liste ohne Bullets mit kleinen Einrckungen fr Verbkonjugationen*/
ul.verba
{
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 8px;
	padding-top: 8px;
	list-style-type: none;
}

h1
{
	font-size: 120%;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px; /*4px*/
}

h2
{
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
	/*font-style: italic;*/
	margin-top: 30px; /*8px*/
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 24px; /*2px*/
}

h3
{
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px; /*0px*/
	margin-bottom: 12px; /*6px*/
}

/*Ueberschrift nach groem Kapitel in Grammatik*/
h3.notopmargin
{
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 12px;
}

h4
{
	font-size: 105%;
	font-weight: bold;
	/*font-style: italic;*/
	text-decoration: none;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 12px; /*6px*/
}




/* -----------Abstnde----------- */

img.picturalibri
{
	margin-left:50px;
	margin-top:40px;
	margin-bottom:40px;
}

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p
{
	margin-top: 3px;
	margin-left: 30px;
	margin-right: 25px;
	margin-bottom: 8px; /*3px*/
}

/*kleingedruckter Kommentar und Liste darin*/
p.comment
{
	font-size: small;
	margin-top: 12px;
	margin-left: 30px;
	margin-right: 25px;
	margin-bottom: 12px;
}

ul.comment
{
	font-size: small;
}

/*Paragraph mit Abstand nach oben*/
p.uppermargin
{
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 25px;
	margin-bottom: 8px; /*3px*/
}

/*linke und rechte Leiste auf Hauptseite*/
p.tabula_finum
{
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	text-align: center;
}

table,table.bg
{
	margin-top: 20px; /*0px*/
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px; /*0px*/
}

/* Tabelle fr die Datenbankssuche */
table.bg_nobotmargin
{
	margin-top: 20px; /*0px*/
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px; /*0px*/
	padding: 0.6em;
}

table.pos
{
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
}

/*hellgrner Hintergrund in groen berschriften*/
table.head
{
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #114811;
}

table.caput
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #114811;
}

/*hellgrner Tabellenkopf*/
thead{
	background-color: #114811;
}

/*freundliche Abstnde zum Tabellenrand*/
th,td {
	padding:0.3em;
}

/*Tabellenzellen mit zentriertem Inhalt*/
td.center{ text-align: center; }
td.center_ital{ text-align: center; font-style:italic }
td.center_bold{ text-align: center; font-weight:bold;  }

ul,ol
{
	margin-top: 8px; /*1px*/
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 18px; /*10px*/
	list-style-position: outside;
}

li
{
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 25px;
	margin-bottom: 2px;
}

li.wide
{
	margin-top: 8px;
	margin-bottom: 8px;
}

blockquote
{
	margin-left: 50px;
	margin-right: 45px;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Farben */

body
{
	background-color: #003800;
}




/* Textfarbe */
body, p, td, th, li, ol, ul, h1, h2, h3, h4, center
{
	color: #E0E0FF; /*#C5E0C5;*/ /*#e0ffe0;*/
}

table.bg,table.bg_nobotmargin,tr.bg,td.bg
{
	background-color: #084a08;
}

tr.listheader
{
	background-color: #215821;
}

tr.h
{
	background-color: #114811;
}

a:link
{
	text-decoration: none;
	color: #77cc55;
}

a:visited
{
	text-decoration: none;
	color: #99cc99;
}

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

a:hover
{
	text-decoration: underline;
}

a[href$='.pdf']
{ 
	padding-right: 16px;
	background: transparent url(img/pdf.gif) no-repeat center right;
}

a[rel ~='external']
{
	padding-right: 12px;
	background: transparent url(img/extern2.gif) no-repeat center right;
}

abbr
{
	 border-bottom: 1px dotted #E0E0FF;
	 text-decoration: none;
}

.spoiler a
{
	 border-bottom: 1px dotted #E0E0FF;
	 text-decoration: none;
}
 
.spoiler:hover
{
     cursor: pointer;
}
 
.spoiler-text
{
}
