/*************************************************************************************
Projekt: CMS für Dätwyler Stiftung

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;
	background-color: #ECECE9;
	background-image: url(img/body_bgr.gif);
	background-repeat: repeat-x;
	overflow:-moz-scrollbars-vertical; /* Seitwätsverschiebung im Firefox verhindern */
}

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: 970px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 970px;
	height: 240px;
	background-image: url(img/header_bgr.gif);
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 370px;
	padding-left: 50px;
}
/* Logo end ***************************************************************************/



/* Address ****************************************************************************/
#address {
	float: right;
	width: 300px;
	color: #58595A;
	font-size: 0.65em;
	padding-top: 37px;
	padding-left: 0px;
	text-align: right;
}

#address p {
	padding-left: 0px;
	line-height: 1.5em;
}

#address a {
	color: #58595A;
	text-decoration: none;
}

#address a:hover {
	color: #6A2A33;
	text-decoration: underline;
}
/* Address end ************************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 570px;
	padding-top: 10px;
	padding-left: 72px;
	text-align: left;
	font-size: 0.85em;
}

/* horizontal */
#navMain ul {
	list-style-type: none;
}

#navMain li {
	display: inline;
	color: #58595A;
}

#navMain a {
	color: #58595A;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 5px;
}

#navMain a:hover {
	color: #6A2A33;
	text-decoration: underline;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #6A2A33;
	font-weight: bold;
	text-decoration: none;
}
/* Main nav end ***********************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 300px;
	padding-top: 12px;
	text-align: right;
	font-size: 0.65em;
}

/* horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #6B6B6B;
}

#navHelp a {
	color: #6B6B6B;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 2px;
}

#navHelp a:hover {
	color: #6A2A33;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #6A2A33;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Sub1 nav ***************************************************************************/
#navSub1 {
	float: left;
	width: 700px;
	padding-top: 35px;
	padding-left: 76px;
	text-align: left;
	font-size: 0.65em;
}

/* horizontal */
#navSub1 ul {
	list-style-type: none;
}

#navSub1 li {
	display: inline;
	color: #58595A;
}

#navSub1 a {
	color: #58595A;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 2px;
}

#navSub1 a:hover {
	color: #6A2A33;
	text-decoration: underline;
}

#navSub1 ul li a.active, #navSub1 ul li a.active:visited {
	color: #6A2A33;
	font-weight: bold;
	text-decoration: none;
}
/* Sub nav end ************************************************************************/



/* SiteTop ****************************************************************************/
#siteTop {
	float: left;
	width: 970px;
	height: 30px;
	background-image: url(img/siteTop_bgr.gif);
	background-repeat: no-repeat;
}
/* SiteTop end ************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 100%;
	background-image: url(img/site_bgr.gif);
	background-repeat: repeat-y;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 660px;
}
/* siteLeft end ***********************************************************************/



/* Content Spacer *********************************************************************/
#contentSpacer {
	float: left;
	width: 81px;
	height: 300px;
}
/* Content Spacer end *****************************************************************/



/* Content ****************************************************************************/
#content {
	float: left;
	width: 500px;
	padding-top: 30px;
	padding-bottom: 30px; /* für den IE, da margin nicht geht */
	font-size: 0.7em;
}

#content h1 {
	color: #000000;
	padding-bottom: 15px;
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
}

#content h2 {
	color: #000000;
	padding-bottom: 10px;
	font-size: 1.25em;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

#content p {
	color: #000000;
	font-size: 1em;
	line-height: 1.8em;
	padding-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #000000;
}

#content ul li, #content ul li {
	padding-bottom: 4px;
}

#content a {
	color: #6A2A33;
	text-decoration: underline;
	font-weight: normal;
}

#content a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#content a.active:link, #content a.active:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#content img {
	margin-bottom: 10px;
	border: 1px solid #58595A;
	_border: 0;
}

/* LightBox ohne Caption, Caption nur in Lightbox */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	/*margin-top:-15px;*/
	display: none;
}

div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none outside none;
	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: #55341F;
}

.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;
}

/* 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 {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 3px;
}

/* Personen-Porträts */
.csc-frame-frame1 {
	float: left;
	width: 245px;
	height: 105px;
	margin-right: 5px;
	padding-bottom: 25px;
}

.csc-frame-frame1 p {
	line-height: 1.4em !important;
}

.csc-frame-frame2 {
	float: left;
	width: 245px;
	margin-right: 5px;
}

.csc-frame-rulerBefore {
	clear: both;
}
/* Content end ************************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 305px;
}
/* siteRight end **********************************************************************/



/* Site Image "***********************************************************************/
#siteImage {
	float: left;
	width: 305px;
	height: 380px;
	/*background-image: url(img/site_bild_1.jpg);
	background-repeat: no-repeat;*/
}
/* Site Image end "*******************************************************************/



/* Footer *****************************************************************************/
#footer {
	float: left;
	width: 965px;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 965px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #989898;
	font-size: 0.65em;
}

#copy a {
	color: #989898;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.boldText {
	font-weight: bold;
	color: #6A2A33;	
}

.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/
