/*************************************************************************************
Projekt: CMS für Hotel Aurora Andermatt

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: 948px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page end ***************************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 100%;
	height: 215px;
	background-image: url(img/header_bgr.gif);
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* Language ***************************************************************************/
#language {
	float: left;
	width: 150px;
	padding-top: 10px;
	padding-left: 30px;
	text-align: left;
	font-size: 0.65em;
	text-transform: uppercase;
}

/* Level 1 - horizontal */
#language ul {
	list-style-type: none;
}

#language li {
	display: inline;
	color: #72532C;
}

#language a {
	color: #72532C;
	text-decoration: none;
}

#language a:hover {
	color: #FABB00;
	text-decoration: underline;
}

#language span.selected {
	color: #72532C;
	font-weight: bold;
}
/* navHelp ****************************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 550px;
	padding-top: 10px;
	padding-right: 7px;
	text-align: right;
	font-size: 0.65em;
	text-transform: uppercase;
}

/* Level 1 - horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #72532C;
}

#navHelp a {
	color: #72532C;
	text-decoration: none;
}

#navHelp a:hover {
	color: #FABB00;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #72532C;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Logo *******************************************************************************/
#logoSpacer{
	float: left;
	width: 65px;
	height: 170px;
}

#logo {
	float: left;
	width: 90px;
	height: 150px;
	padding-top: 23px;
}	
/* Logo end ***************************************************************************/



/* Header Image ***********************************************************************/
#headerImageSpacer{
	float: left;
	width: 58px;
	height: 170px;
}

#headerImage {
	float: left;
	width: 730px;
	height: 164px;
	margin-top: 15px;
	/*
	background-image: url(img/headerbild_sommer.jpg);
	background-repeat: no-repeat;
	*/
}
/* Header Image end ********************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 100%;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 210px;
}
/* siteLeft end ***********************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 735px;
	border-left: 1px solid #FABB00;
	margin-top: 25px;
}
/* siteRight end **********************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 205px;
	font-size: 0.7em;
	text-transform: uppercase;
	padding-top: 21px;
	padding-left: 5px;
	padding-bottom: 50px;
}

/* Level 1 - vertical */
#navMain ul {
	list-style-type: none;
}

#navMain li {
}

#navMain a {
	color: #72542E;
	display: block;
	padding-left: 25px;
	padding-top: 9px;
	padding-bottom: 7px;
	text-decoration: none;
	height: 100%;
}

#navMain ul li a:hover {
	color: #72542E;
	background-color: #F9E192;
	padding-left: 20px;
	margin-left: 5px;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #72542E;
	padding-top: 9px;
	padding-bottom: 7px;
	background-position: 0px 0px;
	background-image: url(img/nav_active.png);
	_background-image: url(img/nav_active.gif);
	background-repeat: no-repeat;
}

#navMain ul li a.active:hover {
	background-color: transparent;
	background-position: 0px 0px;	
	background-image: url(img/nav_active.png);
	_background-image: url(img/nav_active.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 25px;
}

/* Level 2. - vertical */
#navMain ul ul {
	background-color: #FCF0C8;
	margin-left: 5px;
}

#navMain ul ul li {
	list-style: none;
	display: inline;  /*Damit IE kein Abstand mehr macht!!! */ 
}

#navMain ul ul a {
	font-size: 0.9em;
	padding-left: 32px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	background-image: none;
}

#navMain ul ul li a:hover {
	margin-left: 0px;
	padding-left: 32px;
}

#navMain ul ul li a.active:link, #navMain ul ul li a.active:visited {
	color: #72542E;
	font-weight: bold;
	background-color: #F9E192;
	background-image: none;
}

#navMain ul ul li a.active:hover {
	padding-left: 32px;
}
/* Main nav end ***********************************************************************/



/* Content area ************************************************************************/
#contentSpacer {
	float: left;
	width: 1px;
	height: 400px;
}

#content {
	float: left;
	width: 732px; /*wegen IE6 um 3 Pixel kleiner als SiteRight !!!*/
	font-size: 0.7em;
	margin-top: -3px;
	padding-bottom: 40px;
	color: #4F2B00;
}

#contentFull {
	float: left;
	width: 694px;	/*Bestimmung der Textbreite für Folgeseiten*/
	padding-top: 0px;
	padding-left: 35px; /* für den IE, da margin nicht geht */
}

#contentLeft {
	float: left;
	width: 425px;
	padding-left: 35px; /* für den IE, da margin nicht geht */
}

#contentRight {
	float: left;
	width: 205px;
	/*padding-left: 67px;*/
	padding-left: 65px;
	padding-top: 4px;
}

#content h1 {
	color: #FABB00;
	margin-bottom: 15px;
	font-size: 1.45em;
	font-weight: bold;
}

#content h2 {
	color: #FABB00;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 1.3em;
	font-weight: normal;
}

#content h2 a, #content h2 a:hover {
	font-size: 0.8em;
}

#content p {
	color: #4F2B00;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 12px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #4F2B00;
}

#content ul li {
	padding-bottom: 4px;
}

#content a {
	color: #FABB00;
	text-decoration: none;
	font-weight: bold;
}

#content p a {
	padding-left: 10px;
	background-image: url(img/arrow_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#content ul a {
	color: #4F2B00;
}

#content a:hover {
	color: #4F2B00;
	text-decoration: underline;
	font-weight: bold;
}

#content a.active:link, #content a.active:visited {
	color: #FABB00;
	text-decoration: none;
	font-weight: bold;
}

#content img {
	margin-bottom: 15px;
	border: 1px solid #FABB00;
	_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: 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: #6F7072;
}

.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 (Pauschale) *******************************************************************/
#news {
	float: left;
	width: 180px;
	background-color: #FDEAB2;
	border-top: 4px solid #FABB00;
	border-bottom: 1px solid #FABB00;
	padding-left: 12px;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 45px;
}

#news h1 {
	color: #4F2B00;
	margin-bottom: 0px;
	font-size: 1.35em;
	font-weight: bold;
}

#news h2 {
	color: #4F2B00;
	padding-top: 15px;
	padding-bottom: 4px;
	font-size: 0.85em;
	font-weight: bold;
}

#news p {
	padding-bottom: 2px;
}

#news p a {
	color: #4F2B00;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 10px;
	padding-bottom: 10px !important;
	background-image: url(img/arrow_link_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#news a:hover {
}

#news a.active:link, #news a.active:visited {
}
/* News end (Pauschale) ***************************************************************/



/* Footer *****************************************************************************/
#footerArea {
	float: left;
	width: 100%;
	height: 180px;
	color: #FFFFFF;
	background-image: url(img/footerArea_bgr.gif);
	background-repeat: repeat-x;
}

#footer {
	width: 948px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
	height: 150px;
	background-position: right top;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}

#footerSpacer {
	float: left;
	width: 360px;
	height: 122px;
}
/* Footer end *************************************************************************/



/* Address ****************************************************************************/
#address{
	float: left;
	width: 580px;
	color: #4F2B00;
	font-size: 0.65em;
	padding-top: 28px;
}

#address p{
	padding-left: 30px;
}

#address a {
	color: #4F2B00;
	text-decoration: underline;
}

#address a:hover{
	color: #FABB00;
	text-decoration: underline;
}

.adrbox {
	float: left;
	text-align: left;
}
/* Address end ************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 945px;
	text-align: center;
	color: #4F2B00;
	font-size: 0.65em;
}

#copy a {
	color: #4F2B00;
	text-decoration: none;
}

#copy a:hover{
	color: #FABB00;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.separator {
	width: 100%;
	border-top: 1px solid #FABB00;
	margin-top: 18px;
	padding-bottom: 30px;
}
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/