.rahmen               /* Dieser Rahmen ist aus boolesche übernommen */
{             /*wird aktuell nur in der Datei webapp.php verwendent*/
border-style: solid;
border-width: 1px;
border-color: #CACACA;
border-radius: 10px;
padding-top: 7px;
padding-right: 10px;
padding-left: 10px;
/*background-color: #CACACA;*/ /* Hintergrundfarbe fehlt noch */
}
.anmelderahmen        /* Dieser Rahmen ist aus boolesche übernommen */
{              /*wird aktuell nur in der Datei webapp.php verwendent*/
border-style: solid;
border-width: 1px;
border-color: #CACACA;
border-radius: 10px;
padding-top: 7px;
padding-right: 10px;
padding-left: 10px;
background-color: #FFEBEB;
}


.bghellgrau   /*wird momentan noch nicht genutzt*/
{
background-color: #E4E0E0;
}
.bggrau     /*wird momentan noch nicht genutzt*/
{
background-color: #CACACA;
}

.bgweiss   /*wird momentan noch nicht genutzt*/
{
background-color: white;
} 

.bgdbtreffer
{
background-color: #FAFA4D;
}

.fontweiss
{
color: white;    
}

p.schrift_braun
{
color:#DDAFAF;    
}
.schrift_desktop
{
font-family: Arial;
font-size: 16pt;
    
}

.schrift_mobil
{
font-family: Arial;
font-size: 26pt;     
}

.schrift_suche
{
font-family: Arial;
font-size: 35pt;
}


.inhalt
{
/*border-style: solid;*/
/*border-width: 1px;*/
/*border-color: black;*/
background-color: #E4E0E0;
padding: 5px;
padding-left: 8px;
/*text-decoration: none;*/
}

.inhaltbody /*wird momentan noch nicht genutzt*/
{
/*border-style: solid;*/
/*border-width: 1px;*/
/*border-color: black;*/
background-color: #E4E0E0;
padding: 8px;                    
padding-left: 12px;
/*text-decoration: none;*/
}

.inhaltnavi
{
/*border-style: solid;*/
/*border-width: 1px;*/
/*border-color: black;*/
background-color: #E4E0E0;
padding: 6px;
padding-left: 8px;
padding-right: 2px;
text-decoration: none;
}


.inhaltframe
{
/*border-style: solid;*/
/*border-width: 1px;*/
/*border-color: black;*/
background-color: white; /*andere Farbe*/
padding: 8px;            
padding-right: 20px;     /*mehr padding*/
padding-left: 8px;
/*text-decoration: none; */
font-size: 16pt;        /*größere Schrift*/
}

.sbutton
{
font-size: 21pt; 
font-family: Consolas, monospace;
font-weight: normal;
}

.sbuttonev
{
font-size: 26pt;
font-family: Consolas, monospace;
font-weight: normal;
padding-top: 35px;
padding-bottom: 35px;
}

.sbutton_back
{
font-size: 21pt; 
font-family: Consolas, monospace;
color:#B318CE;
}

.sbuttonred
{
font-size: 21pt;
font-family: Consolas, monospace;
font-weight: normal;
color: red;
}
/*mobile Buttons*/
.sbuttonred_mobil
{
font-size: 28pt;
font-family: Consolas, monospace;
color: #FF0000;
font-weight: bold;
padding-top: 40px;
padding-bottom: 40px;
}

.sbuttonback_mobil
{
font-size: 28pt;
font-family: Consolas, monospace;
color:#B318CE;
padding-top: 40px;
padding-bottom: 40px;
}

.sbuttonev_mobil
{
font-size: 28pt;
font-family: Consolas, monospace;
font-weight: normal;
padding-top: 40px;
padding-bottom: 40px;
}

.m_sbutton2 /* in blau */
{
font-size: 28pt;
color: blue;
font-family: Consolas, monospace;
font-weight: normal;
padding-top: 28px;
padding-bottom: 28px;
background-color: #CACACA;
}

.tablelink   /*Wird momentan als versuch in 'die evangelien' genutzt*/
{
border-style: solid;
border-color:black;
border-color: silver;
border-width:2px;
font-size: 25pt;
}


.border
{
border-style: solid;
border-width: 2px;
border-color: grey;
background-color: #E3E3E3;
/*color: black;*/
font-size: 12pt;
/*font-family: arial;*/
text-decoration: none;
}

.def_link
{
color: #6992F9;
text-decoration: none;    
}

a:hover
{
/*border-style: solid;
border-width: 2px;*/
color: black;
text-decoration: none;
background-color: #C6FAFA;  /*#525252*/
}

h1
{
margin: 3px;
padding: 0px;
font-size:14pt;
font-weight: normal;
}
h2                 /*Ist die Kapitelangabe in den Gesamt-Evangelien*/
{
text-align: center;
margin: 0px;
padding: 0px;
font-size:28pt;
font-weight: normal;
color: #CE00FF;    
}

h3
{
margin: 3px;   /*Wird nur in den Beschreibungs-seiten Verwendet */
padding: 0px;
font-size:16pt;     
font-weight: normal;
color: #CE00FF;
}
h4            /*Ist ein Überschrift, wird derzeit in der Definitionsseite verwendet*/
{
/*text-align: center;*/
margin: 2px;  
padding: 2px;
font-size:14pt;
font-weight: bold;
color: black;
}

.blockquote
{
background-color: white; /*andere Farbe*/
padding: 5px;
text-decoration: none;
font-size: 16pt;        /*größere Schrift*/    
}



