/*--------------------------------------------
/ CSS für www.schaffhauserkirchen.ch
/ www.kircom.ch
/ werner.naef@kircom.ch
/---------------------------------------------*/

/*--------------------------------------------
/  
/ Bemerkungen:
/ Farbangaben:
/ - hellgelb #fff799 255 247 153 
/ - grau background #d7d7d7
/ - dünkleres grau #b7b7b7
/
/ -Haupt-Blau #333399 (RGB 51 51 153)
/ -Hell-Gelb #FFFFCC (RGB 255 255 204) -- Seitenhintergrund 
/ -Halbhell-Gelb #FFE79D (RGB ) -- Tabellenausgabe hellerer Teil 
/ -Halbdunkel-Gelb #FFDD77 (RGB ) -- Tabellenausgabe dunkler Teil
/ -Login-Hellblau #ECFFFF (RGB 236 255 255)
/  
/ 
/---------------------------------------------*/ 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E3192;
	xcolor: #2400F0;
	background-color: #d7d7d7;
	background-image: url(/images/content-bg.gif);
	background-repeat: repeat-x;
	/* linke Einrückung durch margin-left in pageHead() */
}

p {
	font-size: 12px;
	background-color: white;
}

/*--------------------------------------------
/  Tabellenzellen
/---------------------------------------------*/ 

td.content {
	background-color: white;
	width: 650px;
	border-width: 1px;
	border-color: #b7b7b7;
	border-style: solid;
	padding: 10px;
}

td.pagehead {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

td.nav {
	font-size: 11px;
	background-color: #fff799;
	text-align: right;
}

td.navline {
	background-color: transparent;
	height: 1px;
}

td.navrubrik {
	background-color: #b7b7b7;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

/*--------------------------------------------
/  Links
/---------------------------------------------*/ 

a {
	color: blue;
	text-decoration: none;
}

a:hover, active {
	text-decoration: underline;
	border-bottom: 1px solid blue;
}

a:visited {
	color: blue;
}

a.nav {
	color: #2E3192;
	text-decoration: none;
}

/* Reihenfolge wichtig: visited vor hover */

a.nav:visited {
	color: #2E3192;
	text-decoration: none;
}

a.nav:hover, active {
	color: blue;
	xcolor: #666666;
	text-decoration: none;
}

/*--------------------------------------------
/  Überschriften
/---------------------------------------------*/ 

h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #b7b7b7;
}