/*************************************************************************************
Projekt: CMS für ZRK

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: #E9E9E9;
	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: 990px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 990px;
	height: 115px;
	background-image: url(img/header_bgr.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
}

#headerLeft {
	float: left;
	width: 745px;
}
/* Header end *************************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 305px;
	height: 40px;
	padding-top: 25px;
	padding-left: 50px;
}
/* Logo end ***************************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: left;
	width: 740px;
	padding-top: 20px;
	padding-right: 0px; 
	text-align: right;
	font-size: 0.7em;
}

/* horizontal */
#navHelp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navHelp li {
	display: inline;
	color: #666633;
}

#navHelp a {
	color: #666633;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 2px;
}

#navHelp a:hover {
	color: #666633;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #666633;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Search *****************************************************************************/
#search {
	float: right;
	width: 180px;
	padding-top: 35px;
	padding-right: 35px;
	text-align: left;
}

#search input {
	width: 50px;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	vertical-align: middle;
}
/* Search end *************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 990px;
	background-image: url(img/site_bgr.gif);
	background-repeat: repeat-y;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 211px;
	padding-left: 17px;
}
/* siteLeft end ***********************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	background-color: #858585;
	float: left;
	width: 211px;
	font-size: 1em;
	padding-top: 11px;
	padding-bottom: 8px;
}

/* Level 1 - vertical */
#navMain ul {
	list-style-type: none;
}

#navMain ul li {
}

#navMain a {
	background-color: #858585;
	color: #FFFFFF;
	display: block;
	font-size: 0.75em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#navMain ul li a:hover {
	color: #CCCC99;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #CCCC99;
}

/* Level 2. - vertical */
#navMain ul ul {
}

#navMain ul ul li {
	list-style: none;
	display: inline;  /*Damit IE kein Abstand mehr macht!!! */
}

#navMain ul ul li a {
	background-color: #BABA97;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	padding-left: 25px;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navMain ul ul li a:hover {
	color: #000000;
	background-position: 11px 8px;
	background-image: url(img/nav2_hover.gif);
	background-repeat: no-repeat;
}

#navMain ul ul li a.active:link, #navMain ul ul li a.active:visited {
	color: #000000;
	background-position: 11px 8px;
	background-image: url(img/nav2_hover.gif);
	background-repeat: no-repeat;
}

/* Level 3. - vertical */
#navMain ul ul ul{
}

#navMain ul ul ul li {
	list-style: none;
	display: inline;  /*Damit IE kein Abstand mehr macht!!! */
}

#navMain ul ul ul li a {
	background-color: #EBEBD3;
	color: #666666;
	padding-left: 38px;
	background-image: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navMain ul ul ul li a:hover {
	color: #666666;
	background-position: 24px 6px;
	background-image: url(img/nav3_hover.gif);
	background-repeat: no-repeat;
}

#navMain ul ul ul li a.active:link, #navMain ul ul ul li a.active:visited {
	color: #666666;
	background-position: 24px 6px;
	background-image: url(img/nav3_hover.gif);
	background-repeat: no-repeat;
}
/* Main nav end ***********************************************************************/



/* Address ****************************************************************************/
#address {
	float: left;
	width: 182px;	/*muss für IE6 um 3 Pixel kleiner sein!*/
	color: #878686;
	font-size: 0.7em;
	padding-top: 50px;
	padding-left: 26px;
}

#address p {
	padding-left: 0px;
	line-height: 1.5em;
}

#address a {
	color: #878686;
	text-decoration: none;
}

#address a:hover {
	text-decoration: underline;
}

.boldText {
	font-weight: bold;
	color: #878686;	
}
/* Address end ************************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 746px;
}
/* siteRight end **********************************************************************/



/* Site Image *************************************************************************/
#siteImage {
	float: left;
	width: 746px;
	height: 144px;
	background-position: 2px 0px;
	/*background-image: url(site-bilder/siteimage1.jpg);*/
	background-repeat: no-repeat;
}
/* Site Image end *********************************************************************/



/* Content ****************************************************************************/
#contentSpacer {
	float: left;
	width: 18px;
	height: 350px;
}

#content {
	float: left;
	width: 746px;
	_width: 743px;	/*Bugfix für IE6*/
	font-size: 0.7em;
	padding-top: 13px;
}

#contentFull {
	float: left;
	width: 710px;	/*Bestimmung Textbreite Content für Folgeseiten*/
	padding-top: 12px;
}

#contentLeft {
	float: left;
	width: 520px;	/*Bestimmung Textbreite Content für Startseite*/
	padding-top: 12px;
	padding-right: 20px;
}

#content h1 {
	color: #A0A089;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#content h2 {
	color: #000000;
	padding-bottom: 10px;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
}

#content h3 {
	color: #000000;
	padding-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
}

#content p {
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #000000;
	line-height: 1.5em;
}

#content ul li, #content ol li {
padding-left: 0px;
	padding-bottom: 4px;
}

#content ol.list-lower-alpha {
	list-style-type: lower-alpha;
}

#content ol.list-upper-alpha {
	list-style-type: upper-alpha;
}

#content ol.list-upper-roman {
	list-style-type: upper-roman;
}

#content ul a {
	color: #7C9023;	
}

#content a {
	color: #000000;
	text-decoration: none;
	/*font-weight: normal;*/
	font-weight: bold;
}

#content p a {
	color: #7C9023;	
}

#content a:hover {
	color: #99B02A;
	/*font-weight: normal;*/
	font-weight: bold;
	text-decoration: underline;	
}

#content a.active:link, #content a.active:visited {
	color: #7C9023;
	/*font-weight: normal;*/
	font-weight: bold;
}

#content img {
	margin-bottom: 10px;
	border: 1px solid #58595A;
	_border: 0;
}

/* 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: 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: #383B49;
}

.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;
}

.tx-indexedsearch .tx-indexedsearch-icon IMG {
	margin-bottom: 0px !important;
	border: none !important;
}

.tx-indexedsearch-browsebox .browsebox {
	float: right;
}

.tx-indexedsearch-res {
	float: left;
}

.tx-indexedsearch-browselist-currentPage {
	background-color: #CCD0D5;
	border: 1px solid #CCD0D5;
}

/* Tabellen im Content */
#content .contenttable {
	width: 100%; /*für Drucken in %!!!*/
	border-collapse: collapse;
	margin-bottom: 20px;
}

#content .contenttable tr {
}

#content .contenttable thead {
	background-color: #BBBB98;
	text-align: left;
}

#content .contenttable thead a {
	color: #000000;
	font-weight: bold;
}

#content .contenttable thead a:hover {
	color: #000000;
	font-weight: bold;
}

#content .contenttable th {
	background-color: #BBBB98; /*Damit der Hintergrund beim PDF-generieren gesetzt wird!*/
}

#content .contenttable thead p {
	color: #FFFFFF;
}

#content .contenttable th, #content .contenttable td {
	border: 1px solid #BBBB98;
}

#content .contenttable th p {
	font-size: 1em;
	line-height: 1.2em;
	vertical-align: text-bottom;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
}

#content .contenttable th {
	text-align: center;
}

#content .contenttable td p {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#content .sort_isup {
	background-position: right;
	background-image: url(img/sort_isup.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
}

#content .sort_isdown {
	background-position: right;
	background-image: url(img/sort_isdown.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
}

#content .contenttable img {
	border: none;
	margin: 0px;
	padding: 3px;
}

#content .contenttable td {
	vertical-align: top;
}

/*Paging*/
#content .paging_browser {
	float: right;
	width: 100%;
	text-align: right;
	padding-bottom: 30px; 
} 

#content .paging_browser img {
	border: none;
	margin: 0px;
	vertical-align: text-bottom;
}

#content .paging_browser a {
}

#content .paging_browser a:hover {
	color: #000000;
}

#content .paging_browser .active_page {
	background-color: #BBBB98;
	font-weight: bold;
	padding: 1px;
}


/* Kontakt Tabellen */
.csc-frame-frame1 td {
	width: 50%;
}

.csc-frame-frame1 th p {
	text-align: left;
}

/*Tabellen mit Wappen innerhalb Direktorenkionferenz*/
.csc-frame-frame2 th {
	width: 99%;
}


/*Kantone*/
#kanton_cat {
	float: left;
	width: 210px;
	vertical-align: baseline;
	padding-top: 15px;
}

#kanton_cat select {
	font-size: 1.1em;
}

#kanton_map {
	float: left;
	width: 490px;
}

#kanton_map img {
	border: none;
	padding-bottom: 30px;
}

/*Grundlagen*/
#grundlagen_kapitel {
	float: left;
	width: 100%;
	vertical-align: baseline;
	padding-top: 5px;
	padding-bottom: 30px;
}

#grundlagen_kapitel select {
	font-size: 1.1em;
}

#table_grundlagen {
	padding-bottom: 30px;
}

#table_grundlagen p {
	padding-bottom: 5px !important;
}

#table_grundlagen h2 {
	padding-bottom: 0px !important;
}

/*Geschäfte*/
#geschaeft_searchform form label {
	float: left;
	width: 175px;
	font-weight: bold;
	vertical-align: baseline;
	margin-top: 3px;
}

#geschaeft_searchform form input {
	width: 150px;
	margin-bottom: 5px;
}

#geschaeft_searchform form select {
	width: 350px;
	margin-bottom: 5px;
}

.tx-wtgeschaeft-pi1 .new_search {
	clear: both;
	float: right;
	width: 100px;
	text-align: right;
	margin-top: -20px;
}

#table_geschaeft {
	padding-bottom: 10px;
}

/*Protokolle*/
#table_protokolle {
	padding-bottom: 10px;
}

/*Verträge*/
#vertraege_searchform {
	padding-bottom: 30px;
}

#vertraege_searchform form label {
	float: left;
	width: 175px;
	font-weight: bold;
	vertical-align: baseline;
	margin-top: 3px;
}

#vertraege_searchform form input {
	width: 150px;
	margin-bottom: 5px;
}

#vertraege_searchform form input.radio {
	width: 15px;
	vertical-align: middle;
}

#vertraege_searchform span.lbl_radio {
	float: none;
	width: 500px;
	font-weight: bold;
}

#vertraege_searchform form input.checkbox {
	width: 15px;
	margin-right: 31px;
}

#vertraege_searchform span.lbl_checkbox {
	float: left;
	width: 50px;
	font-weight: bold;
}


#vertraege_searchform form select {
	width: 350px;
	margin-bottom: 5px;
}

.tx-wtvertraege-pi1 .new_search {
	clear: both;
	float: right;
	width: 100px;
	text-align: right;
	margin-top: -20px;
}

#table_vertraege {
	padding-bottom: 10px;
}

#table_vertraege p {
	padding-bottom: 5px !important;
}

#table_vertraege h2 {
	padding-bottom: 0px !important;
}

/*Seite als PDF*/
.create_pdf {
	float: right;
	width: 100px;
	margin-top: -30px;
	text-align: right;
	padding-bottom: 22px;	
}

.create_pdf img {
	border: none !important;
}


/*Xtranet*/
.tx-felogin-pi1 div {
	padding: 5px;
}

form {
	padding-bottom: 10px;
}

form legend {
	color: Blue;
	font-weight: bold;
}
/* Content end ************************************************************************/



/* News ******************************************************************************/
#contentRight {
	float: right;
	width: 183px;
}

.newsBox {
	background-color: #EDEEDA;
	float: left;
	width: 183px;
	padding-bottom: 0px;
}

.newsTitle a {
	background-color: #BBBB98;
	color: #FFFFFF !important;
	font-size: 1.25em;
	display: block;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold !important;
	padding-left: 10px;	
}

.newsTitle a:hover {
	font-weight: bold !important;
	border-bottom: none !important;
	text-decoration: none !important;	
}

.newsText {
	float: left;
	width: 165px;
	font-size: 0.85em !important;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}

.newsText h2 {
	color: #747470 !important;
	font-weight: bold;
	padding-bottom: 0px !important;
	font-size: 1.1em !important;
}

.newsText p {	
	color: #747470 !important;
	padding-bottom: 0px !important;
}

.newsText a {
	color: #747470 !important;
	text-decoration: none;
	/*font-weight: bold !important;*/
	padding-bottom: 0px !important;
}

.newsText a:hover {
}

#newsSpacer {
	float: left;
	width: 100%;
	height: 15px;
}


/* News  end **************************************************************************/



/* Footer *****************************************************************************/
#footer {
	float: left;
	width: 990px;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
/* Footer end *************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/