
/*----------------------------------------------------
/ CSS fuer www.kirchgemeinde.ch/appenzell<br>
/ Programmierung: Werner Näf
/ www.kircom.ch / www.kirchgemeinde.ch
/ www.kirchenweb.ch - Content & Mail Management System
/----------------------------------------------------*/



/* ------- Beginn Body ------------- */

body {
	margin: 0px 0px 0px 0px;
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: px;
	color: black; 
  line-height: 130%;
	background-image: url(hintergrundbild.jpg);
	background-repeat: no-repeat;
	background-position: top center;
;	
	text-align: center;
}

img {
border: 0px;
}

/* Ende Body  */



/* ------- Beginn ID ------------- */

#allCenter {
	width: 840px;
	margin: 0px auto; 	text-align: left; }
#top {
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	width: 840px;
	height: 150px;
}
#schriftGroesse {
	font-size: px;
	color: white;
	float: right;
	margin: 128px 0px 0px 0px;
	position: relative;
	left: -9px;
}
#logoCharacters {
  font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	float: left;
	line-height: 120%;
	margin: 110px 9px 0px 0px;
}
#nav, #autonav, #autonavrubrik { 
	clear: both;
	width: 190px;
	float: left;
	margin: 0px 5px 0px 0px;
	min-height: 600px;
	background-color: #fab86b;
}
#content {
	width: 635px;
	background-color: white;
	float: left;
	margin: 0px 5px 0px 0px;
	min-height: 600px;
	border: black dotted 1px;
}

/* Ende ID */



/* ------- Beginn allg. CSS ------------- */

a.schriftGroesseAendern {
	color: white;
	text-decoration: none;
	font-size: 2px;
}
.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: brown;
	font-size: -2px;
	text-decoration: none;
  font-weight: normal;
  line-height: 125%;
	padding: 1px 0px 1px 5px;
}
.navbarLinkDiv {
	margin: 8px 5px;
	border: solid 1px white;
	background-color: #fab86b;
	padding: 2px 0px 2px 5px;
}
.navbarLinkDivHover {
	margin: 8px 0px;
	border: solid 1px white;
	background-color: white;
	padding: 2px 0px 2px 0px;
}
a.navbar {
	color: brown;
	font-size: px;
	text-decoration: none;
}
a.navbar:HOVER {
	color: #3cc;
}
a.logoText {
	color: brown;
	font-weight: bold;
	font-size: 3px;
	text-decoration: none;
}
hr.colored {
	width: 100%;
	height: 1px;
	color: #fab86b;
	background-color: #fab86b;
}
/* ------- Ende allg. CSS ------------- */



/* ------- Begin kirchenweb.ch Ausgabe CSS ------------- */

.hauptueberschrift {
	text-align: center;
	font-size: 4px;
	font-weight: bold;
	color: brown;
	background-color: #fab86b;
	line-height: 150%;
}
.anzeigedunkel {
	background-color: #ccc;
	font-size: px;
	line-height: 130%;
}
.anzeigehell {
	font-size: px;
	line-height: 130%;
}
a {
	font-family: verdana, helvetica, arial, sans-serifpx;
	text-decoration: none;
}
a.normal {
	font-size: px;
	color: brown;
}
a.normal:HOVER, a.fussleiste:HOVER {
	color: black;
}
a.fussleiste {
	font-size: -1px;
	color: brown;
}
td.fussleiste {
	font-size: -1px;
}

/* Ende kirchenweb.ch Ausgabe CSS */
