/*************************************************************************************
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: #FFFFFF;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	/* overflow:-moz-scrollbars-vertical; */
}

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: 964px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page end ***************************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 100%;
	height: 373px;
	background-color: #EAEAEA;
	background-image: url(img/background-header.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* Logo *******************************************************************************/
#headerLeft {
	float: left;
	width: 260px;
}	
/* Logo end ***************************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 260px;
	height: 131px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
}	
/* Logo end ***************************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 260px;
	height: 242px;
	font-size: 0.7em;
	background-image: url(img/background-nav.gif);
	background-repeat: no-repeat;
}

/* Level 1 - vertical */
#navMain ul {
	list-style-type: none;
	width: 227px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#navMain li {
	list-style: none;
	display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#navMain a {
	color: #FFFFFF;
	display: block;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	height: 100%;
	border-bottom: 1px solid #766F5A;
}

#navMain ul li a:hover {
	color: #35B4E7;
	background-color: #625A3E;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #35B4E7;
	font-weight: bold;
}
/* Main nav end ***********************************************************************/



/* Header Image ***********************************************************************/
#headerImage {
	float: left;
	width: 684px;
	height: 373px;
	/* background-image: url(img/header.jpg); */
	background-repeat: no-repeat;
}
/* Header Image end *******************************************************************/



/* Site Background ********************************************************************/
#siteBack {
	float: left;
	width: 100%;
	background-image: url(img/background-site.gif);
	background-repeat: repeat-y;
}
/* Site Background end ****************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 100%;
	background-image: url(img/background-site-top.gif);
	background-repeat: no-repeat;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 260px;
}
/* siteLeft end ***********************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: right;
	width: 704px;
}
/* siteRight end **********************************************************************/



/* Sub Navigation *********************************************************************/ 
#subNav {
	float: right;
	width: 240px;
	font-size: 0.7em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#subNav ul {
	list-style-type: none;
	width: 227px;
	padding-top: 65px;
	background-image: url(img/subNav-line.gif);
	background-position: 0px 64px;
	background-repeat: no-repeat;
}

#subNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#subNav a {
	color: #564E34;
	display: block;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	height: 100%;
	border-bottom: 1px solid #DEDEDE;
}

#subNav ul li a:link, #subNav ul li a:visited {
}

#subNav ul li a:hover {
	color: #35B4E7;
	background-color: #F7F7F7;
}

#subNav ul li a.active:link, #subNav ul li a.active:visited {
	color: #35B4E7;
	font-weight: bold;
}
/* Sub Navigation end******************************************************************/



/* Search *****************************************************************************/
#search {
	float: right;
	width: 215px;
	margin-top: 58px;
	padding-bottom: 20px;
}

#search input {
	color: #564E34;
	width: 120px;
	height: 20px;
	border: 1px solid #DEDEDE;
} 

#search #Submit {
	color: #564E34;
	width: 45px;
	height: 21px;
	border: 1px solid #DEDEDE;
} 
/* Search end *************************************************************************/



/* Adresse ****************************************************************************/
#address {
	float: right;
	width: 215px;
	font-size: 0.7em;
}

#address p {
	color: #564E34;
	line-height: 1.7em;
}

#address a {
	color: #564E34;
	text-decoration: none;
}

#address a:hover {
	color: #3F3925;
	text-decoration: underline;
}
/* Adresse end ************************************************************************/




/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 640px;
	height: 15px;
	padding-top: 11px;
	padding-right: 40px;
	text-align: right;
	font-size: 0.65em;
}

/* Level 1 - horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #564E34;
}

#navHelp a {
	color: #564E34;
	text-decoration: none;
}

#navHelp a:hover {
	color: #35B4E7;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #35B4E7;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Content area ************************************************************************/
#content {
	float: left;
	width: 630px;
	margin-top: 42px;
	padding-bottom: 10px;
	font-size: 0.75em;
	color: #564E34;
}

#content h1 {
	color: #564E34;
	margin-bottom: 20px;
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
}

#content h2 {
	color: #564E34;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#content h2 a {
	color: #564E34;
	font-weight: bold;
}

#content h2 a:hover {
	color: #564E34;
	font-weight: bold;
}

#content p {
	color: #564E34;
	font-size: 1em;
	line-height: 1.8em;
	padding-bottom: 20px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #564E34;
}

#content ul li {
	color: #564E34;
	padding-bottom: 4px;
}

#content a {
	color: #35B4E7;
	text-decoration: none;
}

#content a:hover {
	color: #35B4E7;
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #35B4E7;
	text-decoration: none;
}

#content img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: red;
}

/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:-15px;
}


/* 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 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 {
	color: #564E34;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 3px;
}



#contentLeft {
	float: left;
	width: 410px;
}

#contentRight {
	float: right;
	width: 180px;
}

#contentRight h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 4px;
	font-size: 1em;
}


#contentSpacer {
	float: left;
	width: 25px;
	height: 320px;	
}
/* Content area end *******************************************************************/



/* Footer *****************************************************************************/
#footer {
	width: 100%;
	height: 150px;
	text-align: left;			/* Seiteninhalt wieder links ausrichten */
	background-image: url(img/background-footer.gif);
	background-repeat: repeat-x; 
}
/* Footer end *************************************************************************/



/* Copy *******************************************************************************/
#copy {
	width: 964px;
	height: 150px; 
	margin: 0 auto;		/* Horizontale Zentrierung */
	padding-bottom: 25px;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-size: 0.65em;
}

#copy a {
	color: #BAB59A;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}

#copy p {
	color: #BAB59A;
	text-align: center;
	padding-top: 140px;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/

