﻿/*************************************************************************************
Projekt: CMS für Gesundheitsförderung Uri

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: 990px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page end ***************************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 100%;
	height: 107px;
}
/* Header end *************************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 266px;
	height: 60px;
	padding-top: 20px;
	padding-left: 15px;
}	
/* Logo end ***************************************************************************/



/* Search *****************************************************************************/
#search {
	float: right;
	width: 250px;
	padding-top: 23px;
	padding-right: 20px;
	text-align: right;
}
/* Search end *************************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 600px;
	height: 15px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* Level 1 - horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #CACD00;
}

#navHelp a {
	color: #55341F;
	text-decoration: none;
}

#navHelp a:hover {
	color: #CACD00;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #CACD00;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 100%;
	background-image: url(img/site_bgr.gif);
	background-repeat: repeat-y;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 270px;
	background-image: url(img/siteLeft_bgr.gif);
	background-repeat: no-repeat;
}
/* siteLeft end ***********************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 720px;
	background-image: url(img/siteRight_bgr.gif);
	background-repeat: no-repeat;
}
/* siteRight end **********************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 250px;
	font-size: 0.7em;
	padding-top: 29px;
	padding-left: 20px;
	padding-bottom: 50px;
}

/* Level 1 - vertical */
#navMain ul {
	list-style-type: none;
	border-top: 1px solid #CDC3BD;
}

#navMain li {
}

#navMain a {
	color: #55341F;
	display: block;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-decoration: none;
	text-transform: uppercase;
	height: 100%;
	border-bottom: 1px solid #CDC3BD;
}

#navMain ul li a:hover {
	color: #55341F;
	background-image: url(img/nav_hover.gif);
	background-repeat: no-repeat;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #55341F;
	/*font-weight: bold;*/
	background-image: url(img/nav_hover.gif);
	background-repeat: no-repeat;
}

/* Level 2. - vertical */
#navMain ul ul {
	border-top: none;
	border-bottom: 1px solid #CDC3BD;
}

#navMain ul ul li {
	list-style: none;
	display: inline;  /*Damit IE kein Abstand mehr macht!!! */ 
}

#navMain ul ul a {
	padding-left: 48px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
	text-transform: none;
	font-size: 0.95em;
}

#navMain ul ul li a:hover {
	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: #FFFFFF;
	font-weight: bold;
	background-image: url(img/nav2_active.gif);
	background-repeat: no-repeat;
}


/* Level 3. - vertical */
#navMain ul ul ul {
	border-top: 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 {
	padding-left: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
	text-transform: none;
	font-size: 0.95em;
}

#navMain ul ul ul li a:hover {
	background-image: url(img/nav2_hover.gif);
	background-repeat: no-repeat;
}

#navMain ul ul ul li a.active:link, #navMain ul ul ul li a.active:visited {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/nav2_hover.gif);
	background-repeat: no-repeat;
}
/* Main nav end ***********************************************************************/



/* Header Image ***********************************************************************/
#headerImage {
	float: left;
	width: 700px;
	height: 195px;
	/*background-image: url(img/headerImage_std.jpg);
	background-repeat: no-repeat;*/
}
/* Header Image end ********************************************************************/



/* Header Image Bottom end *************************************************************/
#headerImageBottom1Col {
	float: left;
	width: 700px;
	height: 20px;
	background-image: url(img/headerImageBottom1Col.gif);
	background-repeat: no-repeat;
}

#headerImageBottom2Col {
	float: left;
	width: 700px;
	height: 20px;
	background-image: url(img/headerImageBottom2Col.gif);
	background-repeat: no-repeat;
}
/* Header Image Bottom end *************************************************************/



/* Content area ************************************************************************/
#contentWrap2Col {
	float: left;
	width: 700px;
	background-image: url(img/contentWrap2Col_bgr.gif);
	background-repeat: repeat-y;
}

#content {
	float: left;
	width: 700px;
	font-size: 0.8em;
}

#contentFull {
	float: left;
	width: 630px;	/*Bestimmung der Textbreite für Folgeseiten*/
	padding-top: 10px;
	padding-left: 35px; /* für den IE, da margin nicht geht */
	padding-bottom: 30px; /* für den IE, da margin nicht geht */
}

#contentLeft {
	float: left;
	width: 390px;
	padding-top: 10px;
	padding-left: 35px; /* für den IE, da margin nicht geht */
	padding-bottom: 30px; /* für den IE, da margin nicht geht */
}

#contentRight {
	float: left;
	width: 250px;
	padding-top: 10px;
}

#content h1 {
	color: #55341F;
	margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: normal;
}

#content h2 {
	color: #55341F;
	margin-top: 0px;
	padding-top: 12px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#content p {
	color: #55341F;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 12px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #55341F;
}

#content ul li {
	padding-bottom: 4px;
}

#content a {
	color: #55341F;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #CACD00;
	text-decoration: underline;
	font-weight: bold; 
}

#content a.active:link, #content a.active:visited {
	color: #55341F;
	text-decoration: none;
	font-weight: bold; 
}

#content img {
	margin-bottom: 10px;
}

/* 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 {
	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;
}
/* Content area end *******************************************************************/



/* News *******************************************************************************/
#news_text {
	float: left;
	width: 200px;
	padding-left: 45px;
	padding-bottom: 0px;
}

#news_text h1 {
	color: #55341F;
	font-size: 1.5em;
}

#news_text h2 {
	/*color: #55341F;
	font-size: 1em;
	font-weight: bold;*/
	text-transform: uppercase;
	font-size: 0.9em;
}

#news_text p {
	color: #55341F;
	font-size: 0.8em;
	padding-bottom: 3px;
}

#news_text a {
	color: #55341F;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
}

#news_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#news_text .news-latest-item {
	width: 160px;
}
/* News end ***************************************************************************/



/* Footer Area ************************************************************************/
#footerArea{
	float: left;
	width: 100%;
	height: 20px;
	background-image: url(img/footerArea_bgr.gif);
	background-repeat: repeat-x;
}
/* Footer Area end ********************************************************************/



/* Footer *****************************************************************************/
#footer {
	width: 990px;
	height: 65px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
	color: #FFFFFF;
	/*background-position: bottom;*/
	background-position: 0px 20px;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* Address ****************************************************************************/
#address {
	float: left;
	width: 987px;
	text-align: center;
	color: #55341F;
	font-size: 0.65em;
	font-weight: bold;
	padding-top: 38px;
}

#address a {
	color: #55341F;
	text-decoration: none;
}

#address a:hover {
	color: #CACD00;
	text-decoration: underline;
}
/* Address end ************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 987px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	color: #887162;
	font-size: 0.65em;
}

#copy a {
	color: #887162;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.bull {
	color: #CACD00;
	padding-left: 5px;
	padding-right: 5px;
}

.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/
