
/*----------------------------------------------------
/ CSS für www.kirchgemeinde.ch/wolfgang-bittner
/ www.kirchenweb.ch - Content & Mail Management System
/----------------------------------------------------*/


/*--------------------------------------------
/ Allgemeine Style Definitionen
/---------------------------------------------*/ 

body, td, p {
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 12px;
  color: #102094; 
  background-color: white;
  line-height: 130%;
  scrollbar-face-color : white;
  scrollbar-highlight-color : white;
  scrollbar-darkshadow-color : white;
  scrollbar-track-color : white;
  scrollbar-arrow-color : #21429C;
}

body.top {
	background-color: #102094;
	xbackground-image: url(top-bg.jpg);
	xbackground-repeat: no-repeat;
}

h1.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}


HR {
  color: #102094;   
}

a.fussleiste {
	color: #912d1f;
}

/*--------------------------------------------
/ Login Bereich
/---------------------------------------------*/

BODY.login, TD.login, P.login {
  background-color: #FFFFFF;
}

TEXTAREA.login {
  font-size: 12px;
  font-family: verdana, helvetica, sans-serif;
  color: blue;
  background-color: #FFFFFF;
}

INPUT.login {
  font-size: 12px;
  font-family: verdana, helvetica, sans-serif;
  background-color: #FFFFFF;
  color: blue;
}

SELECT.login {
  font-size: 12px;
  font-family: verdana, helvetica, sans-serif;
  background-color: #FFFFFF;
  color: blue;
}

FONT.erklaerung {
font-size: 8pt;
color: #d87e00;
line-height: 100%;
}

/*--------------------------------------------
/ Datenbankausgabe
/---------------------------------------------*/

td.anzeigehell {
	line-height: 130%;
	background-color: #dedede;
background-image: url(/_kirchenweb_site/_images/null.gif);
	font-size: 12px;
	color: black;
}

td.anzeigedunkel {
	line-height: 130%;
	background-color: #757575;
   background-image: url(/_kirchenweb_site/_images/null.gif);
	font-size: 12px;
	font-weight: bold;
	color: white;
	xborder: 1px solid #912d1f;
}


/*--------------------------------------------
/ Links
/---------------------------------------------*/

A:Link.normal, A:Visited.normal {
  color: #912d1f;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

A.normal:hover {
  color: #102094;
  font-size: 12px;
}

A:link.fussleiste, A:visited.fussleiste {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
} 

A.fussleiste:hover {
  color: #102094;
}
/*--------------------------------------------
/ Ueberschriften
/---------------------------------------------*/

P.hauptueberschrift {
  color: white;
  font-size: 12pt;
  font-weight: bold;
  border-width: 0px;
  padding: 2px 0px 2px 0px;
/*
  xborder-color: white;
  xborder-style: solid;
  xborder-bottom: thin dotted;
  xborder-top-width: 1px;
*/
	 
  background-color: #912d1f;
}

P.ueberschrift {
  font-size: 12pt;
  font-weight: bold;
}

P.untertitel {
  font-size: 12px;
  font-weight: bold;
}

FONT.rubriktitel {
  color: #FF9A00;
  background-color: #21429C;
  font-weight: bold;
}


/*--------------------------------------------
/ Linker Frame Startseite (navigation.html)
/---------------------------------------------*/

body.nav {
  background-color: #102094;
}

TD.nav {
  font-family: Verdana, arial, helvetica, sans-serif;
  text-transform: none; 
  font-size: 8pt;
  background-color: #102094;
  color: #21429C;
  line-height: 110%;
}

.rubriktitel {
  color: white;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}

A.nav {
  color: white;
  background-color: #102094;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
  line-height: 125%;
}

A.nav:active, a.nav:hover {
  color: #757575;
}