
/*----------------------------------------------------
/ CSS fuer www.kirchgemeinde.ch/eheberatung-brugg-fricktal
/ Programmierung: Werner Naef
/ www.kircom.ch / www.kirchgemeinde.ch
/ www.kirchenweb.ch - Content & Mail Management System
/----------------------------------------------------*/



/* ------- Beginn Body ------------- */

html, body {
	margin: 0px 0px 0px 0px;
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #444; 
  line-height: 130%;
	background-image: url(hintergrundbild.jpg);
	background-repeat: no-repeat;
	background-position: top center;
;	
	text-align: center; }

/* Ende Body  */



/* ------- Beginn ID ------------- */

#allCenter {
	width: 838px;
	margin: 0px auto; 	text-align: left; }
/*#top {
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	width: 838px;
	height: 190px;
}*/
#schriftGroesse {
	font-size: 12px;
	color: #00A898;
	float: right;
	margin: -21px 0px 0px 0px;
	position: relative;
	left: -9px;
}
#logoCharacters {
	font-family: arial, helvetica, sans-serif;
	font-size: 26px; /* Schriftgrösse auch in a.logo... ändern */
	font-weight: bold;
	color: #00A898;
	float: left;
	line-height: 120%;
	margin: -34px 9px 0px 0px;
	position: relative; /* wegen ie, da sonst Schrift verdeckt wird */
	/* background-color: black;
	filter: alpha(opacity=40);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 	-moz-opacity: 0.40; opacity:0.4; */
}
#nav, #autonav, #autonavrubrik { 
	clear: both;
	width: 190px;
	float: left;
	margin: 0px 5px 0px 0px;
	min-height: 600px;
	background-color: #A9D4E2;
}
#content {
	width: 633px;
	background-color: white;
	float: left;
	margin: 0px 5px 0px 0px;
	min-height: 600px;
	border: black dotted 1px;
}

/* Ende ID */



/* ------- Beginn allg. CSS ------------- */

a.logoCharacters {
  font-family: arial, helvetica, sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #00A898;
}
a.schriftGroesseAendern {
	color: #00A898;
	text-decoration: none;
	font-size: 14px;
}
.navRubriktitel { /* bei automatischer Navigation mit Rubriktiteln */
  color: white;
	font-weight: bold;
	margin: 2px 5px;
	padding: 2px 0px 2px 5px;
}
a.navlink { /* link verwendet, wenn Rubriktitel eingesetzt */
  color: white;
	font-size: 10px;
	text-decoration: none;
  font-weight: normal;
  line-height: 125%;
	padding: 1px 0px 1px 5px;
}
.navbarLinkDiv {
	margin: 8px 5px;
	border: solid 1px #A9D4E2;
	background-color: #00A898;
	padding: 2px 0px 2px 5px;
}
.navbarLinkDivHover {
	margin: 8px 5px;
	border: solid 1px #A9D4E2;
	background-color: #A9D4E2;
	padding: 2px 0px 2px 5px;
}
a.navbar {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
a.navbar:HOVER {
	color: #00A898;
}
a.logoText {
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
hr.colored {
	width: 100%;
	height: 1px;
	color: #A9D4E2;
	background-color: #A9D4E2;
}
td {
	font-size: 12px;
}
/* ------- Ende allg. CSS ------------- */



/* ------- Begin kirchenweb.ch Ausgabe CSS ------------- */

.hauptueberschrift {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #00A898;
	line-height: 150%;
}
.anzeigedunkel {
	background-color: #E5EDEF;
	font-size: 12px;
	line-height: 130%;
}
.anzeigehell {
	font-size: 12px;
	line-height: 130%;
}
a {
	font-family: verdana, helvetica, arial, sans-serifpx;
	text-decoration: none;
}
a.normal {
	font-size: 12px;
	color: #00A898;
}
a.normal:HOVER, a.fussleiste:HOVER {
	color: #444;
}
a.fussleiste {
	font-size: 11px;
	color: #00A898;
}
td.fussleiste {
	font-size: 11px;
}

/* Ende kirchenweb.ch Ausgabe CSS */
