
/*----------------------------------------------------
/ CSS fuer www.kirchgemeinde.ch/tamins
/ 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: px;
	color: black; 
  line-height: 130%;
	text-align: center; }

/* Ende Body  */



/* ------- Beginn ID ------------- */

#allCenter {
	width: 1000px;
	margin: 0px auto; 	text-align: left; }
#top {
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	width: 995px;
	height: 70px;
	background-color: #003300;
}
#topbild {
	width: 200px;
	float: left;
}
#wappen {
	float: right;
	text-align: right;
	margin: 5px 10px 0px 0px;
	width: 200px;
}
#logoCharacters {
  font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCD00;
	float: left;
	line-height: 120%;
	margin: 0px 9px 0px 0px;
	padding: 8px 0px 0px 20px;
	/* 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: 200px;
	float: left;
	margin: 0px 5px 0px 0px;
	min-height: 600px;
	background-color: #003300;
	color: white;
}
#content {
	width: 785px;
	background-color: white;
	float: left;
	margin: 0px 5px 0px 0px;
	min-height: 600px;
	border: black dotted 1px;
}

/* Ende ID */



/* ------- Beginn allg. CSS ------------- */

img {
border: 0px;
}

a.logoCharacters {
  font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCD00;
}
a.schriftGroesseAendern {
	color: #FFCD00;
	text-decoration: none;
	font-size: -1px;
}
.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: #FFCD00;
	font-size: -2px;
	text-decoration: none;
  font-weight: normal;
  line-height: 125%;
	padding: 1px 0px 1px 5px;
}
div.navbarLinkDiv a:link, div.navbarLinkDiv a:visited {
	width: 190px;
	margin: 4px 5px;
	border: solid 1px #FFCD00;
	background-color: #003300;
	padding: 2px 20px 2px 5px;
	line-height: 200%;}
div.navbarLinkDiv a:hover { 	width: 190px;
	margin: 4px 5px;
	border: solid 1px #FFCD00;
	background-color: #FFCD00;
	padding: 2px 20px 2px 5px;
	line-height: 200%;}
a.navbar {
	width: 190px;
	color: #FFCD00;
	font-size: px;
	text-decoration: none;
}
a.navbar:HOVER {
	color: white;
}
a.logoText {
	color: #FFCD00;
	font-weight: bold;
	font-size: 3px;
	text-decoration: none;
}
hr.colored {
	width: 100%;
	height: 1px;
	color: #FFCD00;
	background-color: #FFCD00;
}
td {
	font-size: px;
}
/* ------- Ende allg. CSS ------------- */



/* ------- Begin kirchenweb.ch Ausgabe CSS ------------- */

.hauptueberschrift {
	text-align: center;
	font-size: 4px;
	font-weight: bold;
	color: white;
	background-color: #003300;
	line-height: 150%;
}
.anzeigedunkel {
	background-color: #F4EA9E;
	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: #339900;
}
a.normal:HOVER, a.fussleiste:HOVER {
	color: black;
}
a.fussleiste {
	font-size: -1px;
	color: #339900;
}
td.fussleiste {
	font-size: -1px;
}

/* Ende kirchenweb.ch Ausgabe CSS */
