
/*----------------------------------------------------
/ CSS fuer sonntagsfeier.ch<br>
/ Programmierung: Werner Naef
/ www.kircom.ch / www.kirchgemeinde.ch
/ www.kirchenweb.ch - Content & Mail Management System
/----------------------------------------------------*/



/* ------- Beginn Body ------------- */

body {
	margin: 0px 0px 0px 0px;
	background-color: black;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: px;
	color: #353535; 
  line-height: 130%;
	background-image: url(topbild.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

/* 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: 100px;
}
#schriftGroesse {
	font-size: px;
	color: white;
	float: right;
	margin: 97px 0px 0px 0px;
}
#logoCharacters {
	font-size: 3px;
	font-weight: bold;
	color: white;
	float: left;
	line-height: 120%;
	margin: 95px 14px 0px 0px;
}
#nav { 
	clear: both;
	width: 190px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: black;
	min-height: 600px;}
#content {
	width: 635px;
	float: right;
	background-color: #ebebeb;
	margin: 0px 0px 0px 5px;
	position: relative;
	top: 8px; 	min-height: 600px;}
#contentPadding {
 	padding: 2px 5px;
}
#frontslogan {
  float: left;
	width: 320px;
}
#aktuell {
	clear: both;
	margin-top: 30px;
	padding: 5px;
}
/* Ende ID */



/* ------- Beginn allg. CSS ------------- */
a.normal {
	font-family: verdana, helvetica, arial, sans-serifpx;
	text-decoration: none;
	font-size: px;
	color: #353535;
	border-bottom: solid 1px #f29c25;
}
a.normal:HOVER {
	color: white;
	background-color: #f29c25;
}

a.schriftGroesseAendern {
	color: white;
	text-decoration: none;
	font-size: 2px;
}
a.schriftGroesseAendern:HOVER {
	color: #f29c25;
}
a.navlink { /* link verwendet, wenn Rubriktitel eingesetzt */
  color: #f29c25;
	font-size: -2px;
	text-decoration: none;
  font-weight: normal;
  line-height: 125%;
	padding: 1px 0px 1px 5px;
}
.navRubriktitel { /* bei automatischer Navigation mit Rubriktiteln */
  color: white;
	font-weight: bold;
	margin: 2px 5px;
	padding: 2px 0px 2px 5px;
}
.navbarLinkDiv {
	margin: 8px 0px;
	border: solid 1px #ebebeb;
	background-color: black;
	padding: 2px 0px 2px 5px;
}
.navbarLinkDivHover {
	margin: 8px 0px;
	border: solid 1px #ebebeb;
	background-color: #ebebeb;
	padding: 2px 0px 2px 5px;
}
a.navbar {
	color: #f29c25;
	font-size: px;
	text-decoration: none;
}
a.navbar:HOVER {
	color: blue;
}
a.logoText {
	color: #f29c25;
	font-weight: bold;
	font-size: 3px;
	text-decoration: none;
}
hr.colored {
	width: 100%;
	height: 1px;
	color: #f29c25;
	background-color: #f29c25;
}
h1 {
	text-align: center;
	font-size: 4px;
	font-weight: bold;
	color: white;
	background-color: #f29c25;
	line-height: 150%;
	margin-top: 0px;
}
h2 {
	font-size: 4px;
	font-weight: bold;
	color: #353535;
	line-height: 150%;
	margin-top: 0px;
}
td {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: px;
	padding-top: 20px;
}
td.bestelladr {
	padding-top: 0px;
}
td.bestellzelle1 {
  width: 160px;
}
td.bestellzelle2 {
 padding-left: 10px;
}
td.bestellzelle3 {
 width: 60px;
 text-align: right;
}
td.bestellzelle4 {
 width: 80px;
 padding-left: 10px;
}
 .cssButton{
 border-style: solid;
 FONT-WEIGHT: Normal;
 FONT-SIZE: 10pt;
 COLOR: green; 
 border-width:  2;
 FONT-STYLE: normal;
 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
 BACKGROUND-COLOR:  white;
 }


/* Ende allg CSS */
