/*************************************************************************************
Projekt: CMS für Seelsorge Raum Altdorf

Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz
Tel. +41 (0)41 874 30 30, E-Mail mail[at]webtech[dot]ch
All rights reserved, all graphics copyrighted.
**************************************************************************************/



/* Main ******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* Zentrierung für IE */
	font-size: 100.00%;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	overflow:-moz-scrollbars-vertical; /* Seitwätsverschiebung im Firefox verhindern */
	background-image: url(img/body_bgr.gif);
	background-repeat: repeat-x;
}

a:link    { color: red }     /* noch nicht besuchter Link */
a:visited { color: blue }    /* schon besuchter Link   */   
a:hover   { color: lime} 	 /* Benutzer 'hovert'     */    
a:active  { color: lime }    /* Link wird ausgewählt   */
/* Main end **************************************************************************/ 



/* Page area **************************************************************************/
#page {
	width: 965px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 965px;
	height: 320px;
	background-image: url(img/header_bgr.gif);
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: left;
	width: 950px;
	height: 12px;
	padding-top: 4px;
	text-align: right;
	font-size: 0.7em;
}

/* horizontal */
#navHelp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navHelp li {
	display: inline;
	color: #6b6b6b;
}

#navHelp a {
	color: #6b6b6b;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 2px;
}

#navHelp a:hover {
	color: #d6007a;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #d6007a;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Header Image *************************************************************************/
#headerImage {
	float: left;
	width: 950px;
	height: 205px;
	background-position: 15px 6px;
	/*background-image: url(img/headerimage2.jpg);*/
	background-repeat: no-repeat;
}
/* Header Image end *********************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 178px;
	height: 202px;
	padding-top: 6px;
	padding-left: 68px;
	background-position: 68px 6px;
	background-image: url(img/logo.png);
	_background-image: url(img/logo_ie.gif);  /* Bild nur für IE6 und darunter, weil er keine alphatransparentz kennt */
	background-repeat: no-repeat;
}
/* Logo end ***************************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 100%;
	height: 15px;
	padding-top: 15px;
	padding-left: 68px;
	text-align: left;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
}

/* horizontal */
#navMain ul {
	list-style-type: none;
}

#navMain li {
	display: inline;
	color: #FFFFFF;
}

#navMain a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 26px;
}

#navMain a:hover {
	color: #d6007a;
	text-decoration: underline;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #d6007a;
	font-weight: bold;
	text-decoration: none;
}
/* Main nav end ***********************************************************************/



/* navSeparator ***********************************************************************/
#navSeparator {
	float: left;
	width: 965px;
	height: 1px;
	_font-size: 0px; /*Fix für IE6 */
	margin-top: 10px;
	_margin-top: 6px; /*Fix für IE6 */
	background-image: url(img/navSeparator.gif);
	background-repeat: no-repeat; 
}
/* navSeparator end *******************************************************************/



/* Sub1 nav ***************************************************************************/
#navSub1 {
	float: left;
	width: 100%;
	height: 15px;
	padding-top: 8px;
	padding-left: 63px;
	text-align: left;
	font-size: 0.7em;
}

/* horizontal */
#navSub1 ul {
	list-style-type: none;
}

#navSub1 li {
	display: inline;
	color: #FFFFFF;
}

#navSub1 a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 2px;
}

#navSub1 a:hover {
	color: #d6007a;
	text-decoration: underline;
}

#navSub1 ul li a.active, #navMain ul li a.active:visited {
	color: #d6007a;
	font-weight: bold;
	text-decoration: none;
}
/* Main nav end ***********************************************************************/



/* Header bottom **********************************************************************/
#headerBottom {
	float: left;
	width: 965px;
	_width: 960px; /* Fix für IE6 */
	height: 35px;
	background-position: 0px 9px;
	background-image: url(img/headerbottom_bgr.gif);
	background-repeat: no-repeat; 
}
/* Header bottom end ******************************************************************/


/* Site *******************************************************************************/
#site {
	float: left;
	width: 965px;
	background-image: url(img/site_bgr.gif);
	background-repeat: repeat-y;
}
/* Site end ***************************************************************************/



/* Content ****************************************************************************/
#contentSpacer {
	float: left;
	width: 68px;
	height: 350px;
}

#content {
	float: left;
	width: 965px;
	font-size: 0.75em;
	padding-top: 11px;
	padding-bottom: 20px;
}

#contentLeft {
	float: left;
	width: 500px;	/*Bestimmung Textbreite Content für Startseite*/
}

#contentRight {
	float: right;
	width: 345px;
}

#contentFull {
	float: left;
	width: 830px;	/*Bestimmung Textbreite Content für Folgeseiten*/
}

#content h1 {
	color: #d6007a;
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#content h2 {
	color: #d6007a;
	padding-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
}

#content p {
	color: #6b666a;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #6b666a;
}

#content ul li, #content ul li {
	padding-bottom: 4px;
}

#content a {
	/*color: #FF71C3;	*/
	color: #6b666a;
	/*text-decoration: none;*/
	text-decoration: underline;
	font-weight: normal;
}

#content p a {
	/*color: #FF71C3;*/
	color: #6b666a;	
}

#content a:hover {
	color: #FF71C3;
	font-weight: normal;
	text-decoration: underline;	
}

#content a.active:link, #content a.active:visited {
	color: #FF71C3;
	font-weight: normal;
}

#content img {
	margin-bottom: 10px;
	border: 1px solid #90898f;
	_border: 0;
}

/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: 0.9em;
	margin-top:-10px;
}

div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none outside none !important;
	margin: 0px !important;
	padding: 0px !important;
}

/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float: left;
clear: both;
display: block;
width: 190px;
padding-left: 0px;
margin-bottom: 2px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
margin-bottom: 10px;
}

.csc-mailform-radio {
	border: none;
}

#csc-mailform-radio {
	border: none;
}

csc-mailform-radio {
	border: none;
}

.csc-mailform-radio legend {
  display:none;
}

.csc-mailform-submit {
	/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */	
	margin-top: 10px;
	margin-left: 0px; 
	/* Float wieder abschalten */
	clear: both;
}

/* Sitemap */
.csc-sitemap ul li a:link, .csc-sitemap ul li a:visited{
	text-decoration: none !important;
	border-bottom: none !important;
}

/* Suche-Style */
.tx-indexedsearch {
	color: #383B49;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
	margin-left: 10px !important;
	margin-top: 2px;
	margin-bottom: 20px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox SELECT { 
	width:154px; 
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.tx-indexedsearch .tx-indexedsearch-icon IMG {
	margin-bottom: 0px !important;
	border: none !important;
}


/* Tabellen im Content */
#content .contenttable {
	width: 100%;
	border-collapse: collapse;
}

#content .contenttable tr {
}

#content .contenttable th, #content .contenttable td {
	padding-right: 15px;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}

#content .contenttable th p, #content .contenttable td p {
	color: #4B4B4D;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 3px;
}


/* Personen-Porträts */
#content .team {
   float: left;
   width: 400px;
   height: 250px;
	padding-bottom: 20px;
}

#content .teamSpacer {
    float: left;
    height: 5px;
    width: 10px;
}
/* Content end ************************************************************************/



/* News ******************************************************************************/
#news {
	float: left;
	width: 272px;
	background-image: url(img/news_text_bgr.gif);
	background-repeat: repeat-y;
}


#news_head {
	float: left;
	width: 272px;
	height: 25px; 
	background-image: url(img/news_head_bgr.gif);
	background-repeat: no-repeat;
}

#news_text {
	float: left;
	width: 215px;
	padding-left: 33px;
	padding-bottom: 20px;
}

#news_text h1 {
	padding-top: 12px;
	padding-bottom: 10px;
}

#news_text h2 {
	color: #63636b;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0px;
}

#news_text p {
	color: #63636b;
	font-size: 1em;
	padding-bottom: 3px;
}

#news_text a {
	color: #d6007a !important;
	text-decoration: none;
	font-weight: bold;
}

#news_text p a, #news_text .moreLink {
   	padding-left: 12px;
	background-image: url(img/news_links.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#news_text a:hover {
	color: #d6007a;
	text-decoration: underline;
	font-weight: bold;
}

#news_text .news-latest-item {
	/*width: 160px;*/
}

#news_bottom {
	float: left;
	width: 272px;
	height: 25px; 
	background-image: url(img/news_bottom_bgr.gif);
	background-repeat: no-repeat;
}
/* News  end **************************************************************************/



/* Footer *****************************************************************************/
#footerArea {
	float: left;
	width: 100%;
	height: 180px;
	color: #FFFFFF;
	background-image: url(img/footer_bgr.gif);
	background-repeat: repeat-x;
}

#footer {
	width: 965px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
	height: 150px;
	background-position: right top;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* footerSeparator ***********************************************************************/
#footerSeparator {
	float: left;
	width: 965px;
	height: 1px;
	_font-size: 0px; /*Fix für IE6 */
	margin-top: 39px;
	background-image: url(img/footerSeparator.gif);
	background-repeat: no-repeat; 
}
/* navSeparator end *******************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 30px;
	color: #a3a4a4;
	font-size: 0.65em;
}

#copy a {
	color: #a3a4a4;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/
