/*************************************************************************************
Projekt: CMS für Bezirk Schwyz

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: #EBEBEB;
	background-image: url(img/body_bgr.gif);
	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: 970px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page end ***************************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 100%;
	height: 83px;
	background-image: url(img/header_bgr.gif);
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* Address ****************************************************************************/
#addressSpacer {
	float: left;
	width: 163px;
	height: 80px;
}

#address{
	float: left;
	width: 500px;
	color: #6A6A62;
	font-size: 0.65em;
	padding-top: 23px;
}

#address p{
	padding-left: 95px;
}

#address a {
	color: #6A6A62;
	text-decoration: underline;
}

#address a:hover{
	color: #BC2520;
	text-decoration: underline;
}

.adrbox {
	float: left;
	text-align: left;
}
/* Address end ************************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: right;
	width: 115px;
	height: 80px;
	padding-top: 0px;
	padding-right: 40px;
}	
/* Logo 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: 244px;
	background-image: url(img/siteLeft_bgr.gif);
	background-repeat: no-repeat;
}
/* siteLeft end ***********************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 726px;
	background-image: url(img/siteRight_bgr.gif);
	background-repeat: no-repeat;
}
/* siteRight end **********************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 224px;
	font-size: 0.7em;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 50px;
}

/* Level 1 - vertical */
#navMain ul {
	list-style-type: none;
}

#navMain li {
}

#navMain a {
	color: #4B4B4D;
	display: block;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	height: 100%;
	background-image: url(img/nav_border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navMain ul li a:hover {
	color: #4B4B4D;
	background-color: #F4C7BF;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/nav_active.gif);
	background-repeat: no-repeat;
}

/* Level 2. - vertical */
#navMain ul ul {
	border-bottom: 1px solid #D51A14;
	/*Background-Grafik geht nicht!!!
	background-image: url(img/nav_border.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
}

#navMain ul ul li {
	list-style: none;
	display: inline;  /*Damit IE kein Abstand mehr macht!!! */ 
}

#navMain ul ul a {
	background-color: #DBDBDB;
	padding-left: 43px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: none;
	background-image: none;
}

#navMain ul ul li a:hover {
}

#navMain ul ul li a.active:link, #navMain ul ul li a.active:visited {
	color: #4B4B4D;
	background-color: #A1A1A2;
	font-weight: bold;
	background-image: none;
}


/* Level 3. - vertical */
#navMain ul ul ul {
	background-image: none;
	border-bottom: none;
}

#navMain ul ul ul li {
	list-style: none;
	display: inline;  /*Damit IE kein Abstand mehr macht!!! */ 
}

#navMain ul ul ul a {
	background-color: #BEBEBF;
	padding-left: 55px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: none;
}

#navMain ul ul ul li a:hover {
}

#navMain ul ul ul li a.active:link, #navMain ul ul ul li a.active:visited {
	background-color: #909092;
}
/* Main nav end ***********************************************************************/



/* Header Image ***********************************************************************/
#headerImage {
	float: left;
	width: 706px;
	height: 155px;
	/*background-image: url(img/headerImage_1.jpg);
	background-repeat: no-repeat;*/
}
/* Header Image end ********************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 600px;
	height: 15px;
	padding-top: 6px;
	padding-right: 50px;
	text-align: right;
	font-size: 0.65em;
}

/* Level 1 - horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #4B4B4D;
}

#navHelp a {
	color: #4B4B4D;
	text-decoration: none;
}

#navHelp a:hover {
	color: #BC2520;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #4B4B4D;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Content area ************************************************************************/
#contentSpacer {
	float: left;
	width: 1px;
	height: 400px;
}

#content {
	color: #4B4B4D;
	float: left;
	width: 705px;
	font-size: 0.75em;
}

#contentFull {
	float: left;
	width: 635px;	/*Bestimmung der Textbreite für Folgeseiten*/
	padding-top: 19px;
	padding-left: 35px; /* für den IE, da margin nicht geht */
	padding-bottom: 30px; /* für den IE, da margin nicht geht */
}

#content h1 {
	color: #E11C14;
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: normal;
}

#content h2 {
	color: #E11C14;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: normal;
}

#content p {
	color: #4B4B4D;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 20px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #4B4B4D;
}

#content ul li, #content ol li {
	padding-bottom: 4px;
}

#content a {
	color: #4B4B4D;
	text-decoration: underline;
	font-weight: normal;
}

#content a:hover {
	color: #BC2520;
	text-decoration: underline;
	font-weight: normal; 
}

#content a.active:link, #content a.active:visited {
	color: #4B4B4D;
	text-decoration: underline;
	font-weight: normal; 
}

#content img {
	margin-bottom: 10px;
	border: 1px solid #4B4B4D;
	_border: 0;
}

/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:-10px;
	font-size: 0.8em;
}


/* 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 {
	color: #4B4B4D;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 3px;
}

/* Personen-Porträts */
.csc-frame-frame1{
	border: 0px solid #ccc;	
	width: 300px;
	float: left;
	margin-right: 15px;
	padding-bottom: 25px;
}
.csc-frame-rulerBefore{
	clear: both;
}
/* Content area end *******************************************************************/



/* Footer *****************************************************************************/
#footer {
	color: #FFFFFF;
	float: left;
	width: 965px;
	height: 65px;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 50px;
	color: #B0B0B0;
	font-size: 0.65em;
}

#copy a {
	color: #B0B0B0;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/