
<!--
/* SEITENATTRIBUTE - HINTERGRUNDFARBE DES CONTENT
-> ZUR SICHERHEIT BITTE SCHRIFTATTRIBUTE HIER AUCH IMMER AENDERN */
body {  
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 13px; 
   font-style: normal; 
   line-height: normal; 
   color: #5c5d55; /* SCHRIFTFARBE */
   background: #F7F9E9; /* HINTERGRUNDFARBE */

   scrollbar-face-color: #F7F9E9;
   scrollbar-arrow-color: #5c5d55;
	scrollbar-base-color: #5c5d55;
	scrollbar-shadow-color: #5c5d55;
	scrollbar-dark-shadow-color: #5c5d55;
	scrollbar-highlight-color: #F7F9E9;
	scrollbar-3d-light-color: #5c5d55;
   
   text-decoration: none
}

/* NICHT UNTERSTRICHENE LINKS (menu) */
a:link { color: #915552; text-decoration: none }
a:active { color: #915552; text-decoration: none }
a:visited { color: #915552; text-decoration: none }
a:hover { color: #3e2222; text-decoration: none }
/* UNTERSTRICHENE LINKS (content) */
a.ul:link, a.ul:visited, a.ul:hover, a.ul:active { text-decoration: underline }


/* TABELLEN-INHALTE -> BETRIFFT GESAMTEN CONTENT !!! */
td { 
   font-family: Verdana, Arial, Helvetica, sans-serif; /* SCHRIFTART */
   font-size: 13px; /* SCHRIFTGROESSE */
   font-style: normal; 
   line-height: normal; 
   color: #5c5d55; /* SCHRIFTFARBE */
   text-decoration: none ; 
   text-align: justify /* AUSRICHTUNG */
}

table.contentbox {
   background: ;
   border-style: solid;
   border-color: #5c5d55;
   border-width: 1px
}
table.contentbox td {
   color: #5c5d55
}
table.contentbox a:link { color: #915552; text-decoration: none }
table.contentbox a:active { color: #915552; text-decoration: none }
table.contentbox a:visited { color: #915552; text-decoration: none }
table.contentbox a:hover { color: #3e2222; text-decoration: none }
table.contentbox a.ul:link, a.ul:active { text-decoration: underline }
table.contentbox a.ul:visited, a.ul:hover { text-decoration: underline }

tr.headline {
   background: #5c5d55
}
tr.headline td {
   color: #F7F9E9
}
tr.headline a:link { color: #F7F9E9; text-decoration: none }
tr.headline a:active { color: #F7F9E9; text-decoration: none }
tr.headline a:visited { color: #F7F9E9; text-decoration: none }
tr.headline a:hover { color: #FFFFFF; text-decoration: none }
tr.headline a.ul:link, a.ul:active { text-decoration: underline }
tr.headline a.ul:visited, a.ul:hover { text-decoration: underline }

.bible {
	border: darkgrey 1px solid;
	padding: 10px;
	color: darkblue;
	font-family: Trebuchet MS, Trebuchet,Times,serif;
	background-color: #FCFFEA;
}

.bible a:link { color: darkblue; text-decoration: underline }
.bible a:active { color:darkblue text-decoration: underline }
.bible a:visited { color: darkblue text-decoration: underline }
.bible a:hover { color: black; text-decoration: underline }

.xsmall {font-size: 8px }
.small {font-size: 10px }
.normal {font-size: 13px}
.subheading {font-size: 14px}
.heading {font-size: 16px }
.xbig {font-size: 20px}

h1 {font-size: 16px}
h2 {font-size: 14px}
h3 {font-size: 13px}
h4 {font-size: 10px}
h5 {font-size: 10px}
h6 {font-size: 8px }

.inputfield, .textbox {
border: #5c5d55;

      border-style: solid;
      border-top-width: 1px;
      border-right-width: 1px;
      border-left-width: 1px;
      border-bottom-width: 1px;
   
color: #5c5d55;
background-color: #F7F9E9;
font-size: 11px;
}
.btn {
border: #5c5d55;

      border-style: solid;
      border-top-width: 1px;
      border-right-width: 1px;
      border-left-width: 1px;
      border-bottom-width: 1px;
   
color: #F7F9E9;
background-color: #5c5d55;
width: 75px;
font-size: 11px;
}
.btn_nosize {
border: #5c5d55;

      border-style: solid;
      border-top-width: 1px;
      border-right-width: 1px;
      border-left-width: 1px;
      border-bottom-width: 1px;
   
color: #F7F9E9;
background-color: #5c5d55;
font-size: 11px;
}



/* the following styles are depreceated... compatibility reasons.. */
/* RAHMEN-TABELLE  */
table.border {
   background: #5c5d55; /* RAHMENFARBE */
   border-collapse: collapse;
   border: 0px;
}
/*table.border td {
   padding: 1px;
}*/

/* INHALT EINER RAHMEN-TABELLE -> HIER MUSS DIE BODY-FARBE HIN */
table.border_in {
   background: ; /* BODY-BACKGROUND-FARBE */
   /*border-collapse: collapse;*/
   border: 0px;
   width: 100%
}
/*table.border_in td {
   padding: 0px;
}*/
-->