/*************************************************************************************
Projekt: CMS für Schreinerei Ziegler

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: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #FF9A00;
	background-image: url(img/body_bgr.jpg);
	background-repeat: repeat-x;
	overflow:-moz-scrollbars-vertical; /* Seitwärtsverschiebung 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 *******************************************************************************/
#page {
	width: 960px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page end ***************************************************************************/



/* Site Area **************************************************************************/
#siteArea {
	float: left;
	width: 960px;
	background-color: #FFFFFF;
}
/* Site Area end **********************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 960px;
	background-position: 5px 0px;
	/*background-image: url(img/site_bgr.jpg);*/
	background-repeat: no-repeat;
}
/* Site end ***************************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 100%;
	height: 123px;
	padding-top: 12px;
	/*padding-left: 27px;*/
}	
/* Logo end ***************************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 100%;
	padding-bottom: 0px;
}
/* Header end *************************************************************************/



/* navMain spacer *********************************************************************/
#navMainSpacer {
	float: left;
	width: 144px;
	height: 10px;	
}
/* navMain spacer end *****************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 555px;
	padding-top: 23px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

/* horizontal */
#navMain ul {
	float: left;
	list-style: none;
}

#navMain ul li {
	display: inline;
	color: #FFFFFF;
}

#navMain ul a {
	display: block;
	float: left;
	/*width: 95px;*/
	color: #694444;
	padding-top: 41px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	/*text-align: center;*/
	line-height: 1.5em;
	/*border-left: 1px solid #694444;*/
}

#navMain ul a:hover {
	color: #694444;
	background-color: #FFD697;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #FFFFFF;
	background-color: #FF9A00;
	/*font-weight: bold;*/
	text-decoration: none;
}
/* Main nav end ***********************************************************************/



/* navHelp upper **********************************************************************/
#navHelpUpper {
	float: right;
	width: 248px;
	padding-top: 72px;
	padding-right: 5px;
	text-align: right;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* horizontal */
#navHelpUpper ul {
	height: 16px;
	background-color: #3A0000;
	list-style-type: none;
	padding-right: 5px;
}

#navHelpUpper ul li {
	display: inline;
	color: #FFFFFF;
}

#navHelpUpper ul a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.35em;
}

#navHelpUpper ul a:hover {
	color: #FF9A00;
	text-decoration: underline;
}

#navHelpUpper ul li a.active, #navHelpUpper ul li a.active:visited {
	color: #FF9A00;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp upper end *******************************************************************/




/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 144px;
}
/* siteLeft end ***********************************************************************/



/* SiteLeft ***************************************************************************/
#siteMiddle {
	float: left;
	width: 563px;
	margin-top: 1px;
	background-color: #FFF6E8;
}
/* siteLeft end ***********************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 248px;
}
/* siteRight end **********************************************************************/



/* Sub nav ***************************************************************************/
#navSub {
	float: left;
	width: 137px;
	font-size: 0.75em;
	padding-top: 45px;
	padding-left: 6px;
	padding-bottom: 30px;
}

/* vertical */
#navSub ul {
	list-style-type: none;
}

#navSub ul li {
}

#navSub ul a {
	color: #694444;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	height: 100%;
	border-bottom: 1px solid #694444;
}

#navSub ul li a:hover {
	color: #694444;
	background-color: #FFD697;
}

#navSub ul li a.active, #navSub ul li a.active:visited {
	background-color: #FF9A00;
	color: #FFFFFF;
	font-weight: bold;
}
/* Sub nav  end ************************************************************************/



/* Content spacer **********************************************************************/
#contentSpacer {
	float: left;
	width: 1px;
	height: 300px;
}
/* Content spacer end ******************************************************************/



/* Content area ************************************************************************/
#content {
	float: left;
	width: 525px;
	font-size: 0.75em;
	padding-top: 40px;
	padding-left: 20px;
	background-image: url(img/content_bgr.gif);
	background-repeat: repeat-y;
}

#content h1 {
	color: #55341F;
	margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: bold;
}

#content h2 {
	color: #55341F;
	padding-top: 5px;
	padding-bottom: 12px;
	font-size: 1.3em;
	font-weight: bold;
}

#content h3 {
	color: #55341F;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

#content h2 a, #content h2 a:hover {
	/*font-weight: normal;*/
	/*font-size: 0.8em; */
}

#content p {
	color: #55341F;
	font-size: 1em;
	line-height: 1.6em;
	padding-bottom: 12px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #55341F;
}

#content ul li {
	padding-bottom: 4px;
}

#content a {
	color: #55341F;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #FF9A00;
	text-decoration: underline;
	font-weight: bold;
}

#content a.active:link, #content a.active:visited {
	color: #FF9A00;
	text-decoration: none;
	font-weight: bold;
}

#content img {
	margin-bottom: 15px;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0px;
}

/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:-15px;
	font-size: 0.8em;
	color: #55341F;
}

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: 170px;
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;
}
/* Content area end *******************************************************************/



/* navHelp lower **********************************************************************/
#navHelpLower {
	float: right;
	width: 248px;
	padding-top: 269px;
	padding-right: 0px;
	text-align: right;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* horizontal */
#navHelpLower ul {
	height: 16px;
	background-color: #3A0000;
	list-style-type: none;
	padding-right: 5px;
}

#navHelpLower ul li {
	display: inline;
	color: #FFFFFF;
}

#navHelpLower ul a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.35em;
}

#navHelpLower ul a:hover {
	color: #FF9A00;
	text-decoration: underline;
}

#navHelpLower ul li a.active, #navHelpLower ul li a.active:visited {
	color: #FF9A00;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp lower end *******************************************************************/



/* Footer *****************************************************************************/
#footer {
	float: left;
	width: 960px;
	height: 86px;
	color: #FFFFFF;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* Address ****************************************************************************/
#address{
	float: left;
	width: 957px;
	height: 15px;
	color: #FFFFFF;
	padding-top: 66px;
	font-size: 0.65em;
}

#address  p {
	padding-left: 165px;
}

#address a {
	color: #FF9A00;
	text-decoration: none;
}

#address a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/* Address end ************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: right;
	width: 957px;
	text-align: right;
	color: #FFFFFF;
	font-size: 0.65em;
	padding-top: 15px;
	padding-bottom: 30px;
}

#copy a {
	color: #FFFFFF;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.news_border {
	width: 100%;
	border-top: 1px solid #55341F;
	margin-top: 12px;
	padding-bottom: 5px;
}

.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/