/* 
	Basis-Stylesheet, gültig für alle Pfarreien
	Die Spezifischen Einstellungen sind jeweils
	in einem separaten Stylesheet gespeichert.
	
	12.09.06 - mark lowe
*/

body {
	margin: 0;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

td {
	font-size:12px;
}

#main {
	font-size:12px;
}

#mainwrap {
	width:	972px;
}

#header {
	background-repeat:no-repeat;
	height:113px;
	width:972px;
}

#header p {
	margin-top:5px;
}

#headwrap {
	margin-left:235px;
	width: 737px;
}

#headertext, #printheader {
	float:left;
	height:80px;
}

#headertext h1, #printheader h1 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}

#headertext h1 a {
	text-decoration:none;
}
#headertext h1 a:hover {
	text-decoration:underline;
}

#headerlinks {
	clear:none;
	float:right;
	text-align:right;
	height:80px;
}

#breadcrumbs {
	margin-bottom:10px;
}

/* Service-Teil mit Eingabe-Maske für Suche*/
#service {
	width:100%;
	clear:both;
	margin-right:10px;
	margin-bottom:5px;
	padding-top:0px;
}
#searchbox {
	float:right;
	height:14px;
}
#searchbox .searchbutton {
	width:14px;
	height:15px;
	outline:none;
	border:0;
	margin-left:15px;
}
#searchbox .inputfield, .searchbox-tmpl-css .inputfield {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}






/* Darstellung Indexed Search */
.tx-indexedsearch .res-tmpl-css {
	clear:none;
}

.searchbox-tmpl-css {
}

.searchbox-tmpl-css fieldset {
	border:0px;
	padding:0px;
}

.searchbox-tmpl-css .searchbutton {
}
.tx-indexedsearch .searchbox-tmpl-css label {
	float:none;
	margin:0px;
	padding-bottom:5px;
}


.searchbox-tmpl-css legend {
	display:none;
}



#icons {
	float:right;
	height:14px;
	margin-right:5px;
}
#icons ul {
	margin:0;
	padding:0;
}
#icons li {
	display:block;
	float:left;
	margin-left:15px;
}
#icons .link-kontakt a {
	background-image:url(images/kontakt.png);
}
#icons .link-startseite a {
	background-image:url(images/startseite.png);
}
#icons .link-drucken a {
	background-image:url(images/drucken.png);
}

#icons a {
	width:14px;
	height:15px;
	display:block;
	overflow:hidden;
}

#icons a span {
	display:none;
}

/* Spalte mit Sub-Navigation */
#left {
	background-repeat:no-repeat;
	width:236px;
	min-height:426px;
	float:left;
}

/*IE-Fix, um mindesthöhe Höhe zu erhalten*/
/* bis 6 */
* html #left {height:426px;}

/* ie 5*/
html + body #left {height:426px;}


#left h1 {
	font-size:20px;
	margin: 0;
	padding: 0;
}

#subnavi, #quicklinks {
	margin-left:8px;
	padding-right:5px;
	width:132px;
}
#quicklinks {
	margin-top:50px;
}
/* Farbe der Quicklinks */
#quicklinks a {
	color: #000000;
}
#quicklinks ul {
	padding-left:20px;
	margin-left:0px;
}
#subnavi {
	/*height:200px;*/
}

#subnavi a, #subnavi a:visited {
	text-decoration:none;
	color: #000000;
}
#subnavi a:hover{
	text-decoration:underline;
}

.menu-level1 {
	font-size:12px;
	list-style-image:none;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
.menu-level1 a {
	font-weight:normal;
}
.menu-level1 li {
	margin-bottom:12px;
}
.menu-level1-current-active a {	
	font-weight:bold;
}
.menu-level1-with-subpage{
}
.menu-level2 {
	font-size:11px;
	margin-bottom:10px;
	margin-top:5px;
	padding-left:20px;
	margin-left:0px;
}
.menu-level2 a {
	font-weight:normal;
}
.menu-level2 li {
	margin-bottom:0px;
}
.menu-level2-active {	
}
.menu-level2-current-active a {
	font-weight:bold!important;
}
.menu-level2-with-subpage{
}
.menu-level3 {	
	font-size:10px;
	margin-bottom:5px;
	margin-top:2px;
	padding-left:0px;
	margin-left:20px;
}
.menu-level3 li {
	margin-bottom:0px;
}
.menu-level3-active {	
}
.menu-level3-with-subpage{
}


/* Haupt-Inhaltsbereich */
#main {
	min-height:382px;
	height:auto;
	padding-right:0px;
	/*margin-left:236px;*/
	position:absolute;
	top:113px;
	left:236px;
	/*overflow:scroll;*/
	margin-right:0px;
	background-repeat:repeat-y;
	/*background-position:top right;*/
	width:736px;
}

/* Sorgt dafür, dass mehrere Content-Elemente schön angeordnet sind */ 
#content .t3_content_container {
	/*float:left;*/
}
.cleardiv {
	clear:both;
}


/*IE-Fix, um mindesthöhe Höhe zu erhalten*/
/* bis 6 */
* html #main {height:382px;}

/* ie 5*/
html + body #main {height:382px;}

div#main { 

/*height:expression(this.scrollHeight > 382 ? "auto":"382px"); */
}

/* Sorgt für die Breite der gesamten Page*/
#allwrap {
	/*width:972px;*/
	padding-bottom:15px;
	margin-bottom:15px;
}

#main h1 {
	margin-top:0px;
	font-size:18px;
	clear:none; /*vorübergehend*/
}
#main h2 {
	font-size:16px;
	margin-top:0px;
}
#main h3 {
	font-size:12px;
	margin-top:0px;
}

#content {
	
	padding-right: 20px;
	margin-top:15px;
	/*margin-right:5px;*/
}

#content_right {
	width:368px;
	float:right;
	margin-right: 20px;
	margin-top:15px;
}

#hauptnavi {
	background-repeat:no-repeat;
	background-position:top left;
	height:36px;
    /*width:730px;*/
	width:100%;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
}

#hauptnavi ul {
	padding: 0;
	margin: 0;
}

#hauptnavi ul li {
	display:block;
	float: left;
	margin-right: 4px;
}

#main_navi {
	margin-top: 2px;
	margin-bottom: 2px;
}


#footer {
	position:absolute;
	margin-top:20px;
	margin-left:10px;
	float: left;
	clear: both;
	left: 0px;
	top: 580px;
	width: 197px;
	height: 67px;
}

#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#c0c0c0;
}

/* Hightlight-Klassen pro Kirchgemeinde (Für
   farbige Links in Header
*/
.highlight_flawil a { font-weight:bold; color: #278cb8; text-decoration:none;}
.highlight_flawil a:hover { text-decoration:underline;}
.highlight_degersheim a { font-weight:bold; color: #93a513; text-decoration:none;}
.highlight_degersheim a:hover { text-decoration:underline;}
.highlight_wolfertswil a { font-weight:bold; color: #e38f16; text-decoration:none;}
.highlight_wolfertswil a:hover { text-decoration:underline;}
.highlight_niederglatt a { font-weight:bold; color: #06a43b; text-decoration:none;}
.highlight_niederglatt a:hover { text-decoration:underline;}



/* Kontaktformular */
.csc-mailform { border:0;margin:0;padding:0; }
.csc-mailform label {
	display:block;
}
.csc-mailform-field input, .csc-mailform-field textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
.csc-mailform-submit { width:80px!important;padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }


/* Styles für die News */

.hr-wrap {
	height:4px;
	margin-top:10px;
	margin-bottom:10px;
	background-repeat:repeat-x;
}
.hr-wrap hr {
	display:none;
}
.news-list-item .hr-wrap {
	width:700px;
	clear:both;
}
.news-list-infowrap {
	margin-left:150px;
}

.news-latest-container, .news-list-container {
	float:left;
}

.news-latest-item {
	width:270px;
}
.news-latest-item_laurentius {
	width:270px;
	float:left;
	height:172px;
	margin-right:50px;
}
.news-latest-item_laurentius span.morelink {
	float:right;
	text-align:right;
	width:55px;
}
.news-latest-item_laurentius p {
	padding:0px;
	margin:0px;
}
.news-latest-item_laurentius h3 {
	font-weight:bold;
	font-size:11px;
	margin: 0;
	padding: 0;
	margin-top:5px;
	min-height:28px;
}
.news-latest-subheader_laurentius {
	width:150px;
	float:right;
	margin-bottom:5px;
	margin-top:7px;
}
.news-latest-image_laurentius {
	margin-top:10px;
	margin-bottom:10px;
}
.news-latest-image {
	margin-top:10px;
	margin-bottom:10px;
}
.news-list-item {
	width:700px;
}
.news-list-image {
	float:left;
	margin-bottom:10px;
}
.news-list-browse {
	clear:both;
}
.news-latest-item h3, .news-list-item h3 {
	font-weight:bold;
	font-size:11px;
	margin: 0;
	padding: 0;
	margin-top:5px;
}
.news-latest-morelink {
	float:right;
	clear:both;
}

.news-latest-morelink a, .news-latest-morelink a:hover {
	font-weight:bold;
}
.news-latest-date {
	font-style:italic;
}
.news-single-img{
	float:right;
	margin:10px;
	margin-top:0px;
	margin-left:40px;
}
.news-single-author {
}
.news-single-date {
	font-style:italic;
}
.news-single-subheader {
}
.news-single-content {
}

/* Macht einen Abstand zwischen den Thumbnails in der Bildgallerie */
.tx-damliteshow-pi1 img {
	margin-right: 1px;
	margin-bottom: 1px;
}

.csc-textpic-image {
/*	float:left;*/
}

/* Styles für die Darstellung der Adressliste tt_adress */
.adr_description {
	font-weight:bold;
}
.addr_wrap {
	/*width:320px;*/
	width:700px;
	/*float:left; zweispaltig*/
	padding-right:30px;
}

/* Extra Syles für die Bildergallerie */
.tx-damliteshow-previewimage {
	text-align: center;
}
.tx-damliteshow-previewitem {
	margin-right: 10px;
	width:220px;
	height:260px;
}


/* Styles für die Kalender-Erweiterung */


.monthSmallBasic img {
	display:none;
}

.tx-cal-controller {
	float:left;
	clear:none;
}

#month-header {
	height:40px;
}

.editorWrap {
	height
}

.listwrap {
	width:450px;
}
.listwrap-front {
	width:270px;
}

.listwrap dt {
}

.morelink {
	float:right;
}

.listwrap .hr-wrap {
	width:450px;
	clear:none;
}

.V9BOLD {
	font-size:10px;
}

.monthtitle {
}

.month-small th, .month-medium th, .month-large th {
	font-size:14px;
	font-weight:normal;
}
.month-large {
	width:700px;
}

#month-header {
	width: 700px;
	padding-top:5px;
}
#calendar-nav {
	width: 700px;
}
#calendar-event .bodytext {
	margin-top:0.2em;
}
table.month-small{
	/*width:150px;*/
}
.tx-cal-controller fieldset {
	width: 430px;
}

#sc1 {
	width:680px;
}
#sc1 label {
	width: 90px;
}
#categoryEntries {
	height:300px;
	width:300px;
	padding-left:55px;
}
#category_tree {
	float:none;
}

.monthtitle {
	margin-top:30px!important;
}
.eventfont a {
	color: #FFFFFF;
}
.cal-frequency {
	margin-top:20px;
	margin-bottom:50px;
}
#until label, #by_day label, #by_monthday label, #by_month label {
	margin-left:0px;
}
.required-info {
}

/* Print-Ansicht */
.printview {
	width:750px;
	margin-left:35px;
	clear:both;
}
.printview .csc-header {
	clear:both;
}
#printimage {
	float:left;
	margin-bottom:20px;
}
#printheader {
	margin-left:20px;
	margin-top:20px;
}