/*************************************************************************************
Projekt: CMS für Gemeinde Seelisberg

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/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: 932px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page end ***************************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	position: relative;
	width: 100%;
	/*height: 282px;*/
	background-image: url(img/header_bgr.gif);
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* Logo *******************************************************************************/
#header .logo {
	position: absolute;
	top: 0px;
	left: 39px;
	width: 88px;
	height: 100px;
	background-image: url(img/logo.png);
	_background-image: url(img/logo_IE.gif);  /* Bild nur für IE6 und darunter, weil er keine alphatransparenz kennt */
	background-repeat: no-repeat;
}	
/* Logo end ***************************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 600px;
	padding-top: 30px;
	padding-right: 15px;
	text-align: right;
	font-size: 0.7em;
}

/* Level 1 - horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #868686;
}

#navHelp a {
	color: #868686;
	text-decoration: none;
}

#navHelp a:hover {
	color: #C90000;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #C90000;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Header Image ***********************************************************************/
#headerImage {
	float: left;
	width: 917px;
	height: 209px;
	background-position: 20px 10px;
	/*background-image: url(img/headerImage_std.jpg);*/
	background-repeat: no-repeat;
}
/* Header Image end ********************************************************************/



/* Fast Access *************************************************************************/
#fastAccess {
	float: right;
	width: 220px;
	height: 20px;
	padding-top: 10px;
}

#fastAccess SELECT {
	width: 205px;
}
/* Fast Access end*********************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 932px;
	background-image: url(img/site_bgr.gif);
	background-repeat: no-repeat;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 265px;
}
/* siteLeft end ***********************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 667px;
	margin-top: 25px;
	background-image: url(img/siteRight_bgr.gif);
	background-repeat: repeat-y;
}

#siteRight_bottom {
	float: left;
	width: 100%;
	height: 25px;
	background-image: url(img/siteRight_bottom_bgr.gif);
	background-repeat: no-repeat;	
}
/* siteRight end **********************************************************************/



/* Search *****************************************************************************/
#search {
	float: none;
	width: 250px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
/* Search end *************************************************************************/



/* Main Navi Area *********************************************************************/
#navMain_head {
	float: none;
	width: 100%;
	height: 15px;
	background-position: bottom;
	background-image: url(img/navMain_head_bgr.gif);
	background-repeat: no-repeat;	
}

#navMain_bottom {
	float: none;
	width: 100%;
	height: 21px;
	background-image: url(img/navMain_bottom_bgr.gif);
	background-repeat: no-repeat;
}

#navMain_wrap {
	float: none;
	width: 100%;
	background-image: url(img/navMain_wrap_bgr.gif);
	background-repeat: repeat-y;
}


#navMain {
	float: none;
	font-size: 0.7em;
	padding-top: 0px;
	padding-left: 19px;
	padding-bottom: 20px;
}

/* Level 1 - vertical */
#navMain ul {
	list-style-type: none;
}

#navMain li {
	display: inline; /*Damit IE kein Abstand mehr macht!!! */ 
}

#navMain ul a {
	color: #5E5E5E;
	display: block;
	width: 225px;
	height: 100%;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #868686;
}

#navMain ul li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #BD000C;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #BD000C;
	font-weight: bold;
}

#navMain ul li a.active_parent {
	color: #BD000C;
	font-weight: bold;
	border: none;
}

#navMain ul li a.active_parent:hover, #navMain ul li a.active:hover {
	color: #FFFFFF;
}

/* Level 2. - vertical */
#navMain ul ul {
	border-bottom: 1px solid #868686;
	width: 230px;
}

#navMain ul ul li {
	/*list-style: none;*/
}

#navMain ul ul a {
	width: 210px;
	padding-left: 20px;
	border-bottom: none;
	text-transform: none;
}

#navMain ul ul li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-image: none;
	width: 210px;
}

#navMain ul ul li a.active:link, #navMain ul ul li a.active:visited {
	color: #5E5E5E;
	font-weight: bold;
}

#navMain ul ul li a.active:hover {
	color: #FFFFFF;
}

#navMain ul ul li a.has_sub {
	background-position: 5px 5px;
	background-image: url(img/nav_arrow.gif);
	background-repeat: no-repeat;
}

#navMain ul ul li a.has_sub:hover {
	background-image: none;
}

/* Level 3. - vertical */
#navMain ul ul ul {
	border-bottom: none;
}

#navMain ul ul ul a {
	width: 200px;
	padding-left: 30px;
	background-image: none;
}

#navMain ul ul ul ul li a:hover {
}

#navMain ul ul ul li a.active:link, #navMain ul ul ul li a.active:visited {
}

/* Level 4. - vertical */
#navMain ul ul ul ul{
}

#navMain ul ul ul ul a {
	width: 190px;  /* damit IE6 den border-bottom nicht zu lange macht !!!*/
	padding-left: 40px;
}

#navMain ul ul ul ul li a:hover {
	width: 190px;
}

#navMain ul ul ul ul li a.active:link, #navMain ul ul ul ul li a.active:visited {
}
/* Main Navi Area **********************************************************************/



/* Content area ************************************************************************/
#content {
	float: left;
	width: 580px;
	font-size: 0.8em;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#content h1 {
	color: #C90000;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

#content h2 {
	color: #C90000;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

#content h2 a, #content h2 a:hover {
	/*font-weight: normal;*/
}

#content p {
	color: #5E5E5E;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #5E5E5E;
}

#content ul li {
	padding-bottom: 4px;
}

#content a {
	color: #404040;
	text-decoration: underline;
	font-weight: normal;
}

#content a:hover {
	color: #C90000;
	text-decoration: underline;
	font-weight: normal;
}

#content a.active:link, #content a.active:visited {
	color: #404040;
	text-decoration: underline;
	font-weight: normal;
}

#content img {
	margin-bottom: 15px;
}

/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:-15px;
}

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 {
color: #5E5E5E;
float: left;
clear: both;
display: block;
width: 270px;
padding-left: 0px;
margin-bottom: 2px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea {
margin-bottom: 15px;
}

.csc-mailform-field select {
margin-bottom: 30px;
}

.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: #5E5E5E;
}

.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;
	/* border: 1px solid #cccccc; */
}

#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: #5E5E5E;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 3px;
}
/* Content area end *******************************************************************/



/* Footer *****************************************************************************/
#footer {
	float: left;
	width: 932px;
	color: #FFFFFF;
	margin-top: 20px;
	padding-bottom: 50px;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* Address ****************************************************************************/
#address {
	float: left;
	width: 929px;
	color: #5E5E5E;
	font-size: 0.65em;
	font-weight: bold;
	padding-top: 5px;
}

#address p {
	color: #5E5E5E;
	text-align: right;
	padding-right: 35px;
}

#address a {
	color: #5E5E5E;
	text-decoration: none;
}

#address a:hover {
	color: #C90000;
	text-decoration: underline;
}
/* Address end ************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 929px;
	padding-top: 15px;
	color: #9A9A9A;
	font-size: 0.65em;
}

#copy p {
	color: #9A9A9A;
	text-align: right;
	padding-right: 145px;
}

#copy a {
	color: #9A9A9A;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.news_border {
	width: 100%;
	border-top: 1px solid #868686;
	margin-top: 15px;
	padding-bottom: 17px;
}

.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/
