/*************************************************************************************
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.
**************************************************************************************/





/****ALLGEMEINE DEFINITIONEN*****************************************************/ 
/* Für alle ein margin und padding 0 setzen */
* {
	margin:0; 
	padding:0;
}

body {
	color: #000000; 
	background-color: #FFFFFF;
	font-size: 70.00%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
	overflow:-moz-scrollbars-vertical;
}

/* korrekte Reihenfolge der A-Tags  */
a:link    { color: #6E3A15; font-weight: bold; text-decoration: none; }       /* noch nicht besuchter Link */
a:visited { color: #6E3A15; font-weight: bold; text-decoration: none;}    		/* schon besuchter Link   */   
a:hover   { color: #6E3A15; font-weight: bold; text-decoration: underline;} 	/* Benutzer 'hovert'     */    
a:active  { color: #6E3A15; font-weight: bold; text-decoration: none;}    		/* Link wird ausgewählt   */
/********************************************************************************/





/****SEITEN BEREICH**************************************************************/ 
/* Seite zentrieren*/
#container {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 910px;
}

/* Hintergrund */
#top {
	width: 900px;
	background-image: url(img/background.gif);
	background-repeat: repeat-y;
	padding: 0 5px 15px 5px;
}

/* Footer & Copyright */
#bottom {
	width: 890px;
	height: 25px;
	background-image: url(img/bg-footer.gif);
	background-repeat: no-repeat;
	padding: 4px 10px 0px 10px;
	text-align: right;
	font-size: 0.8em;
	color: #BABABA;
}

#bottom a {
	color: #BABABA;
	font-weight: normal;
	text-decoration: none;
}

#bottom a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
/********************************************************************************/





/****SEITEN KOPF*****************************************************************/ 
/* LOGO */
#logo {
	width: 900px;
	height: 150px;
	background-image: url(img/LogoSpiegelung.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

/* Header (Bild) */
#header {
	background-color: #E4C514;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	width: 896px;
	height: 234px;
	margin: 2px 2px 30px 2px;
}
/********************************************************************************/





/****CONTENT-SEITEN**************************************************************/ 
#leftSide {
	float: left;
	width: 260px;
}

#rightSide {
	float: left;
	width: 618px;
	padding-left: 12px;
}
/********************************************************************************/





/****HAUPTNAVIGATION*************************************************************/ 
#nav {
	width: 250px;
}


/* Navigation Level 1 */
#nav ul {
	font-size: 1em;
}

#nav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#nav ul li a {
	/* Styles für alle Navigationspunkte auch in Unternavigation */
	display: block;
	text-decoration: none;
	height: 100%;
	color: #000000;
	border-bottom: 1px solid #BABABA;
	background-color:#FFFFFF;
	/* Styles fÃ¼r alle Navigationspunkte in Ebene 1 */
	padding: 8px 0px 7px 15px;
	font-weight: bold;
} 
#nav ul li a:hover { 
	color: #000000; 
	background-color: #E4C514; 
}   

#nav ul li a.active, #nav ul li a.activesub {
	color: #000000; 
	background-color: #E4C514; 
	font-weight: bold; 
}


/* Navigation Level 2 */
#nav ul ul {
	font-size: 0.9em;
}
#nav ul ul li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}
#nav ul ul li a {
	/* Styles für alle Navigationspunkte in Ebene 2 */
	margin-left: 20px;
	padding: 5px 0 4px 20px;
	font-weight: normal;
}

#nav ul ul li a:hover { 
	color: #000000; 
	background-color: #F3ECBE; 
}
 
#nav ul ul li a.active, #nav ul ul li a.activesub { 
	color: #000000; 
	background-color: #F1E289; 
	font-weight: bold; 
} 


/* Navigation Level 3 */
#nav ul ul ul {
	font-size: 0.9em;
}
#nav ul ul ul li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}
#nav ul ul ul li a {
	/* Styles für alle Navigationspunkte in Ebene 2 */
	margin-left: 35px;
}

#nav ul ul ul li a:hover { 
}
 
#nav ul ul ul li a.active, #nav ul ul ul li a.activesub { 
}
/********************************************************************************/



/****HILFSNAVIGATION*************************************************************/ 
#hilfsNav {
	width: 896px;
	height: 20px;
	background-color: #F1E289;
	margin: 0 2px;
	vertical-align: middle;
	line-height: 20px;
	font-size: 1em;
}

#hilfsNav div {
	float: left;
	padding: 0 0 0 5px;
}

#hilfsNav ul {
	text-align: right;
	margin: 0px;
	padding: 0 5px 0 0;
}

#hilfsNav li {
	list-style: none;
	display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
}

#hilfsNav a {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}

#hilfsNav a:hover { 
	text-decoration: underline; 
}

#hilfsNav a.active { 
	font-weight: bold; 
}
/********************************************************************************/



/****HILFSNAVIGATION*************************************************************/ 
#address {
	font-size: 0.8em;
	margin-left: 10px;
	margin-top: 40px;
}

#address p {
	margin-bottom: 5px;
}
/********************************************************************************/



/****CONTENT*********************************************************************/ 
#contentArea {
	width: 616px;
	font-size: 1.3em;  /* Muss font-size 70% übersteuern, damit content p danach 1em ist */
}

#content {
	margin-left: 10px;
	font-size: 0.75em;
}

#content h1 {
	display: block;
	width: 608px;
	line-height: 27px;
	background-color: #E4C514;
	vertical-align:middle;
	font-size: 1.3em;
	padding-left: 10px;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 15px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
}

#content img {
	margin-bottom: 10px;
	text-decoration: none;
}


/* 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 .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
	margin-left: 10px !important;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
	margin-left: 10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
/********************************************************************************/



/****Spezielle Klassen **********************************************************/ 
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
}

.hide { 
	display: none; 
}
/********************************************************************************/
