/*  CG Hammelburg - StyleSheet  */
/*   (C) Maico     for  NaLaSu  */
/*    created:     2005-01-29   */
/*  last mod.:     2006-12-03   */


body 
   {
    font-family: times, serif;
	  color: black;
  	background-color : #EAFFEA;
  }

hr  { 
    color       : navy;
    line-height : 2px; 
  }

p  { 
    font-size : 16px;
    font-weight: normal;
	  text-align : left;
    line-height: 16px; 
    }

br { line-height:10pt; 
    }


a:link {
  color: navi;
	font-style: normal;
}

a:visited {
  color: gray;
	font-style: normal;
}

a:active {
  color: red;
  font-style: bold;
}

a:hover {
  color: magenta;
  font-style: italic;
}

#box_head {
  margin: 0px;
  width: 630px;
  height: 90px;
  position: absolute;
  top: 0px; 
  left: 0px;
  border: 0px solid red;
}

#box_data {
  margin: 0px;
  width: 630px;
	height: 780px;
  position: absolute;
  top: 100px; 
  left: 0px;
  border: 0px solid red;
}

#box_logo {
  margin: 0px;
  width: 120px;
	height: 90;
  position: absolute;
  top: 0px; 
  left: 0px;
  border: 0px solid black;
}

#box_title {
  margin: 0px;
  width: 500px;
  height: 60px;
  position: absolute;
  top: 0px; 
  left: 130px;
  border: 0px solid blue;
}
#box_navi {
  margin: 0px;
  width: 500px;
  height: 30px;
  position: absolute;
  top: 60px; 
  left: 130px;
  border: 0px solid green;
}

.cls_welcome {
  font-family: times, serif;
  color: green;
  font-style: italic;
  font-size: 28px;
	padding: 2px;
	line-height : 0px;
}
.cls_name {
  font-family: times, serif;
  color: red;
  font-style: italic;
  font-size: 24px;
	padding: 2px;
	line-height : 0px;
}
.cls_navi {
  font-family: times, serif;
  color: black;
  font-style: normal;
	font-size: 18px;
	padding: 2px;
	line-height : 24px;
}

.title
{
  color: black;
	background-color : #CCCC99; /* old gold */
  font-style: italic;
	font-size: 20px;
	padding: 2px;
	line-height : 12px;
}

.remark
{
  color: black;
  font-style: italic;
	font-size: 14px;
	padding: 2px;
	line-height : 12px;
}

.remarkimportant
{
  color: red;
  font-style: italic;
	font-size: 16px;
	padding: 2px;
	line-height : 6px;
}

.info {
  font-style: italic;
	font-size: 16px;
	padding: 2px;
	line-height : 16px;
}

.month
{
  color: black;
	background-color : #CCCC99; /* old gold */
  font-style: bold;
	font-size: 20px;
	padding: 2px;
	line-height : 6px;
}

.download
{
  color: navy;
  font-style: bold;
	font-size: 16px;
	padding: 2px;
	line-height : 12px;
}

.term
{
  font-family: courier, monospace;
	color: black;
  font-style: bold;
	font-size: 16px;
	padding: 2px;
	line-height : 6px;
}

.termextra
{
  font-family: courier, monospace;
	color: purple;
  font-style: bold;
	font-size: 16px;
	padding: 2px;
	line-height : 6px;
}

.event
{
  color: navy;
  font-style: normal;
	font-size: 16px;
	padding: 2px;
	line-height : 16px;
}
.eventextra
{
  color: purple;
  font-style: bold;
	font-size: 16px;
	padding: 2px;
	line-height : 16px;
}

.eventmodif
{
  color: red;
  font-style: bold;
	font-size: 16px;
	padding: 2px;
	line-height : 16px;
}

.bibletext
{
  color: red;
	padding: 2px;
	line-height : 6px;
}
.bibleposition
{
  color: navy;
	padding: 2px;
	line-height : 6px;
}
