/*--------------------------------------------
/ CSS für www.kirchgemeinde.ch
/ Version 0.2, vom 04.09.2002
/ kirchenweb light, der kleine Bruder von
/ kirchenweb.ch - Content & Mail Management System
/ www.kircom.ch
/ werner.naef@kircom.ch
/---------------------------------------------*/

/*--------------------------------------------
/  
/ Bemerkungen zum vorliegenden Entwurf 
/ Farbangaben:
/ - dunkelrot: #D60139 RGB 214 001 057 ??
/ - dunkelrot: #99000 RGB
/ - dunkelblau: #013973 RGB 001 057 115
/ - DB-Ausgabe dunkel: #999999
/ - DB-Ausgabe mittel: #CCCCCC
/ - DB-Ausgabe hell: #DCDCDC RGB
/ 
/---------------------------------------------*/ 

BODY {
  font-size: 9pt;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #999999;
  color: #336633;
  line-height: 130%;
}

P {
  font-size: 9pt;
  font-family: Verdana;
  color: #336633;
  line-height: 120%;
}

TD {
  font-size: 9pt;
  font-family: Verdana;
  color: #336633;
}

TD.erklaerung {
  color: #666666;
  background-color: #DCDCDC;
  line-height: 140%;
  font-size: 8pt;
  padding: 5px;
}

input {
  background-color: #DCDCDC;
  color: black;
}

/*-------------------------- DB Ausgabe  */

TD.dbdunkel {
  background-color: #999999;
  color: white;
}

TD.dbmittel {
  background-color: #CCCCCC;
}

FONT.dbmittel {
  background-color: #CCCCCC;
}

TD.dbhell {
  background-color: #DCDCDC;
}

/*-------------------------- Forms  */

INPUT {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt; 
  border: none;
  color: black;
  background-color: #F0F0F0;
}

SELECT {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt; 
  border: none;
  color: black;
  background-color: #F0F0F0;
}

TEXTAREA {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt; 
  border: none;
  color: black;
  background-color: #F0F0F0;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-face-color:#CCCCCC;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-3dlight-color:#CCCCCC;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-darkshadow-color:#CCCCCC;
  scrollbar-track-color:#CCCCCC;
}

 .cssButton{
 border-style: solid;
 FONT-WEIGHT: Normal;
 FONT-SIZE: 9pt;
 COLOR: #FFFFFF; 
 border-width:  1;
 FONT-STYLE: normal;
 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
 BACKGROUND-COLOR:  #999999;
 }

/*-------------------------- Überschriften  */

H1 {
  font-size: 16pt;
  font-family: "Courier New";
  font-weight: bold;
  color: white;
  background-image: url(http://www.kirchgemeinde.ch/_kirchenweb-light/images/marker.jpg);
  background-repeat: no-repeat;
}

H2 {
  font-size: 16pt;
  font-family: "Courier New";
  font-weight: bold;
  color: #336633;
}

H3 {
  font-size: 14pt;
  font-family: "Courier New";
  font-weight: bold;
  color: #660099;
}

/*-------------------------- Links */

A:link {
  color: #990000;
  text-decoration: none;
}

A:visited {
  color: #990000;
  text-decoration: none;
}

A:hover {
  color: white;
  text-decoration: none;
  background-color: #999999;
}

A:active {
  color: #990000;
  text-decoration: none;
}

A.green:link {
  color: #336633;
  text-decoration: none;
}

A.green:visited {
  color: #336633;
  text-decoration: none;
}

A.green:hover {
  color: white;
  text-decoration: none;
  background-color: #999999;
}

A.green:active {
  color: #336633;
  text-decoration: none;
}

/*-------------------------- Navigationsseite */

TD.nav {
  font-family: "courier new", monospace;
  color: white;
  font-size: 12pt;
  font-weight: bold;
}

A.nav:link {
  font-family: "courier new", monospace;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

A.nav:active {
  font-family: "courier new", monospace;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

A.nav:visited {
  font-family: "courier new", monospace;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

A.nav:hover {
  font-family: "courier new", monospace;
  color: #990000;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

/*-------------------------- Einzeltags */

FONT.erklaerung {
  font-size: 8pt;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #CCCCCC;
  color: #336633;
  line-height: 110%;
}

.achtung {
  color: white;
  font-weight: bold;
  background-image: url(http://www.kirchgemeinde.ch/_kirchenweb-light/images/kwl-alert.gif);
  background-position: 05 12;
  background-repeat: no-repeat;
}

/*--------------------------------------------
/ WebStatistik (phpOpenTracker)
/---------------------------------------------*/

table.statistikFront {
	clear: both;
	margin: 10px 5px 10px 5px;
	padding: 0px;
	border-collapse: collapse;
}

td.statistikFrontTdBezeichner {
	margin: 0px;
	padding: 0px 2px;
	color: #eee;
	font-size: 8pt;
}

td.statistikFrontTdZahl {
	margin: 0px;
	padding: 0px 2px;
	text-align: right;
	color: #eee;
	font-size: 8pt;
}
