

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}



/****************************************************/
/*    1.  CSS-Modul: COLORS                         */
/****************************************************/

.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #B8CB00;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #960000;}
.primColorMedium {background-color: #FF9933;}
.primColorLight {background-color: #3F3723;}

/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/

* {margin:0; border:0; padding:0;}

body#web {
  background:#fff url(http://www.skigrossarl.com/common/css/common/body_BG.gif) top left repeat-x;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

/*-- wrapper for whole page region --*/
#pageregion {
  margin-left:1.5%;
  width:985px;
}
#pageregionLeft {
  float:left;
  width:216px;
}
#header {
  position:relative;
  float:left;
  width:756px;
  height:125px;
  padding:16px 0 0 10px;
  background:transparent url(http://www.skigrossarl.com/common/css/common/header_BG.gif) top left no-repeat;
}
#HeaderImage {
  float:left;
  width:742px;
  height:167px;
  border:1px solid #676767;
  padding:2px;
  background-color:#fff;
  overflow:hidden;
}
#HeaderMeta {
  position:absolute;
  top:170px;
  left:532px;
  width:125px;
}
#content {
  float:left;
  width:500px;
  margin:0 20px 0 10px;
  padding-top:80px;
}
/* needed for IE6 because padding is measured from image div and not the red background div... */
* html #content {
  padding-top:32px;
}
#sitemap {
  float:left;
  width:500px;
  margin:0 20px 0 10px;
  padding-top:80px;
}
/* BG-color compensates BG-bug of IE */
#pageregionRight {
  float:left;
  width:232px;
  margin-top:110px;
  background-color:#fff; 
}
/* needed for IE6 because margin is measured from image div and not the red background div... */
* html #pageregionRight {
  margin-top:66px;
}
#pageregionBottom {
  width:100%;
  height:244px;
  padding-top:15px;
  background:transparent url(http://www.skigrossarl.com/common/css/common/footer_BG.gif) bottom left repeat-x;
}
#bottomWrapper {
  width:985px;
  height:244px;
  margin-left:1.5%;
}
#pageelement_Copyright {
  float:left;
  width:186px;
  height:209px;
  padding:35px 0 0 30px;
  background:transparent url(http://www.skigrossarl.com/common/css/common/copyright_BG.jpg) bottom left no-repeat;
}
#pageelement_Copyright a, #pageelement_Copyright a:link, #pageelement_Copyright a:visited {
  display:block;
  width:100px;
  color:#DC9592;
  font-weight:normal;
  line-height:18px;
}
#pageelement_Copyright a:hover, #pageelement_Copyright a:active {
  color:#ff9933;
  font-weight:normal;
}
#pageelement_Copyright p {
  color:#DC9592;
}
/*-- FLOATING ---------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}


/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/* -- SITEMAP --------------------------------------*/
td.sitemapTitle0 {
  background-color:#ddd;
  border-right:1px solid #444;
}
td.sitemapTitle1 {
  background-color: #ddd;
  border-right: solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  font-weight:bold;
  color:#444;
  text-decoration:none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  font-weight:bold;
  color:#000;
  text-decoration:none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color:#444;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

/* -- SEARCH ---------------------------------------*/
.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
}

#Search {
  margin:10px 0px 15px 0px;
  border:0;
  padding:0;
}
#Search form {
  margin:0;
  border:0;
  padding:10px 10px 0px 10px;
}
#Search input#raw {
  width:115px;
  height:16px;
  margin:10px 0 0 0;
  padding:2px;
  background:#FFFFFF url(http://www.skigrossarl.com/common/css/common/form_field_BG.gif) repeat-x;
  border:1px solid #B7B7B7;
  vertical-align:middle;
}
#Search input#btnSearch {
  margin:10px 0 0 4px;
  vertical-align:middle;
}

/* -- (Results) -- */

#searchresults {
  width:380px;
  padding:10px 15px 0 15px;
}
#searchresults dd {
  margin-top:0px;
  margin-bottom:5px;
  color:#3f3723;
}
#searchresults dt {
  padding-top:10px;
  padding-bottom:3px;
}


/* -- FORM -----------------------------------------*/
.form {
  color:#000;
  border:1px solid #666;
  padding:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
  voice-family:"\"}\"";
  voice-family:inherit;
  font-size:x-small;
}
html>.form {
  font-size: x-small;
} 
	
.form-button {
  color:#000;
  background-color:#fff;
  border:1px solid #666;
  font-weight:bold;
  padding-left:1px;
  padding-right:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
}

/* -- EYECATCHER -----------------------------------*/
.eyeCatcher {
  float:left;
  width:200px;
  margin:15px 0 0 6px;
  border-top:1px solid #666666;
  border-bottom:1px solid #666666;
  background:#fff;
}
/* so IE6 has pretty PRLeft spacing */
* html .eyeCatcher {
  margin-left:3px;
}
.eyeCatcherWrapper {
  float:left;
  width:196px;
  margin-top:1px;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  border-right:1px solid #666666;
  padding:1px;
  background:#fff;
}
.eyeCatcherTitle {
  float:left;
  width:200px;
  height:28px;
  margin-top:1px;
  background:#fff url(http://www.skigrossarl.com/common/css/common/ec_title_BG.jpg) bottom no-repeat;
}
.eyeCatcherTitle h4 {
  padding:7px 0 0 40px;
  color:#fff;
  font-size:16px;
  font-style:italic;
}
.eyeCatcher1 {
  float:left;
  width:185px;
  padding:0 0 3px 11px;
  background:#FCF6EA;
}

a.eyeCatcher2, a:link.eyeCatcher2, a:visited.eyeCatcher2 {
  display:block;
  float:left;
  width:185px;
  padding:5px 0 5px 11px;
  background:#FCF6EA;
  color:#960000;
  text-decoration:none;
  font-weight:normal;
}
a:hover.eyeCatcher2, a:active.eyeCatcher2 {
  background:#EDE7DB;
  color:#ff9933;
  text-decoration:none;
  font-weight:normal;
}
.eyeCatcher1 p {
  margin:5px 0 0 5px;
  color:#960000;
  font-size:10px;
}
a.eyeCatcher2 span.p {
  float:left;
  margin:5px 0 0 10px;
  color:#960000;
  font-size:10px;
}
a.eyeCatcher2 img {
  float:left;
  margin:0;
}
div.eyeCatcher2 {
  float:left;
  width:185px;
  padding:5px 0 5px 11px;
  background:#FCF6EA;
}
div.eyeCatcher2 img {
  float:left;
}
div.eyeCatcher2 p {
  margin:0 0 0 48px;
  font-size:10px;
  color:#960000;
}
/* -- NEWS INDEX -----------------------------------*/
#Newsindex {
  float:left;
  width:228px;
  margin:5px 0 5px 0;
  padding:12px 0;
  background:#FCF6EA;
}
#Newsindex a, #Newsindex a:link, #Newsindex a:visited  {
  float:left;
  width:204px;
  padding:8px 12px;
  background:none;
  color:#960000;
  text-decoration:none;
}
#Newsindex a:hover, #Newsindex a:active {
  background:#EDE7DB;
  text-decoration:none;
}
#Newsindex li.title {
  padding:0 12px 3px 12px;
  margin:0;
  background:none;
  color:#960000;
  font-size:16px;
  font-weight:bold;
  font-style:italic;
  font-family:Times New Roman;
}
#Newsindex li.newsTitleText {
  margin:0;
  padding:0 12px 5px;
  color:#3f3723;
  font-size:11px;
  font-weight:normal;
}
#Newsindex li {
  float:left;
  width:204px;
  margin:0;
  list-style:none;
}
#Newsindex img {
  margin-bottom:1px;
}
#Newsindex span.newsDate {
  padding:0;
  margin:0;
  color:#ff9933;
  font-size:11px;
}
#Newsindex span.newsHeadline {
  width:200px;
  padding:0;
  margin:0;
  color:#960000;
  font-size:12px;
}
#Newsindex span.newsText {
  width:135px;
  padding:0;
  margin:0;
  color:#3f3723;
  font-size:11px;
  font-weight:normal;
}
#Newsindex img.newsimg {
  float:left;
  width:60px;
  height:60px;
  margin-top:5px;
  padding:1px;
  border:1px solid #666666;
  background:#fff;
  overflow:hidden;
}
#Newsindex span.newsInfo {
  float:left;
  width:135px;
  margin:2px 0 0 5px;
}

/* -- SPOT AREA ------------------------------------*/
#spot {
  float:left;
  width:769px;
  height:244px;
  background:transparent url(http://www.skigrossarl.com/common/css/common/footer_spot.jpg) bottom left no-repeat;
}
/* --- BOOKMARKS --- */
#bookmarkWrapper {
  float:left;
  width:125px;
  height:32px;
  padding-top:75px;
}
#bookmarkWrapper span {
  width:100px;
  color:#666666;
  font-size:8px;
}
#bookmarking {
  float:left;
  width:119px;
  height:18px;
  border:1px solid #666666;
  padding:1px 0;
}
#bookmarking img {
  padding:0 2px;
}
/* --- PARTNER LOGOS --- */
#partnerLogos {
  float:right;
  width:380px;
  height:50px;
  padding:66px 0 0 0;
}
#partnerLogos a, #partnerLogos a:link, #partnerLogos a:visited {
  height:40px;
  padding:3px 0;
}
#partnerLogos a:hover, #partnerLogos a:active {

}
#partnerLogos span {
  width:50px;
  color:#666666;
  font-size:8px;
}
#partnerLogos img {
  padding:0 15px;
  border-left:1px solid #666666;
}
/* --- PARTNER LINKS --- */
#partnerLink {
  float:left;
  width:769px;
  padding-top:100px;
}
#partnerLink ul {
  margin:0;
  padding:0;
}
#partnerLink li {
  display:inline;
  color:#DC9592;
  font-size:12px;
}
#partnerLink a, #partnerLink a:link, #partnerLink a:visited {
  color:#DC9592;
  text-decoration:none;
  font-weight:normal;
}
#partnerLink a:hover, #partnerLink a:active {
  color:#ff9933;
  text-decoration:none;
  font-weight:normal;
}
/****************************************************/
/*    4.  CSS-Modul: NAVIGATION                     */
/****************************************************/


/* -- MICRONAVIGATION ------------------------------*/
#Micronavigation {
  margin-bottom:20px;
  border-bottom:1px solid #666666;
  padding-bottom:5px;
  font-size:10px;
  color:#ff9933;
}
#Micronavigation a:link,
#Micronavigation a:visited {
  color:#3f3723;
  text-decoration:none;
  font-weight:normal;
}
#Micronavigation a:hover {
  color:#ff9933;
  text-decoration:none;
  font-weight:normal;
}

/* -- MACRONAVIGATION ------------------------------*/
#macronav {
  float:left;
  width:216px;
}
#macronav a, #macronav a:link, #macronav a:visited  {
  display:block;
  margin:2px 0;
  padding:4px 0 6px;
  background:#FCF6EA url(http://www.skigrossarl.com/common/css/common/macronav_dot.gif) 186px 9px no-repeat;
  color:#960000;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  text-align:right;
}
#macronav a:hover, #macronav a:active {
  background:#EDE7DB url(http://www.skigrossarl.com/common/css/common/macronav_dot.gif) 186px 9px no-repeat;
  color:#960000;
  font-weight:bold;
  text-decoration:none;
}
#macronav a.path, #macronav a:link.path, #macronav a:visited.path {
  background: url(http://www.skigrossarl.com/common/css/common/nav_current_BG.jpg) no-repeat;
  color:#fff;
}
#macronav a.current, #macronav a:link.current, #macronav a:visited.current {
  background: url(http://www.skigrossarl.com/common/css/common/nav_current_BG.jpg) no-repeat;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}
#macronav ul {
  width:216px;
  margin:0;
  padding:0px 0 20px 0px;
  line-height:15px;
}
#macronav li {
  width:200px;
  margin:0 0 1px 6px;
  border-top:1px solid #666666;
  border-bottom:1px solid #666666;
  background:#fff;
}
/* -- level 1 -- */
#macronav li.start {
  border-top:none;
  background:none;
}
#macronav li.last {
  border-bottom:none;
}
#macronav li a, #macronav li a:link, #macronav li a:visited {
  width:181px;
  padding-right:19px;
}

/* -- level 2 -- */
#macronav ul ul {
  width:200px;
  margin:0;
  padding:0;
  background:transparent;
}
#macronav li li {
  margin-left:0;
  border-bottom:none;
  background:transparent;
}
#macronav li li a, #macronav li li a:link, #macronav li li a:visited {
  width:175px;
  padding-right:25px;
  background:#E8DACF url(http://www.skigrossarl.com/common/css/common/nav2_button.gif) 180px 10px no-repeat;
}
#macronav li li a:hover, #macronav li li a:active {
  background:#DCC9BA url(http://www.skigrossarl.com/common/css/common/nav2_button.gif) 180px 10px no-repeat;
}
#macronav li li a.current, #macronav li li a:link.current, #macronav li li a:visited.current {
  background:#DBAB9D url(http://www.skigrossarl.com/common/css/common/nav2_button.gif) 180px 10px no-repeat;
  color:#960000;
}

#macronav li.logo {
  width:216px;
  height:245px;
  margin-bottom:16px;
  margin-left:0;
  padding:0;
  border:0;
  background:none;
}
#macronav a.logo, #macronav a:link.logo, #macronav a:visited.logo {
  width:216px;
  margin:0;
  padding:0;
  background:none;
  text-decoration:none;
}
#macronav li.logo a:link, #macronav li.logo a:visited {
  padding:0;
}
/* -- METANAVIGATION -------------------------------*/
#Metanavigation {
  float:left;
  width:160px;
  height:37px;
  margin:0 10px 20px 6px;
  padding-left:40px;
  background:transparent url(http://www.skigrossarl.com/common/css/common/meta_BG.gif) center repeat-x;
}
/* so IE6 has pretty PRLeft spacing */
* html #Metanavigation {
  margin-left:3px;
}
#Metanavigation a {
  text-decoration:none;
}

#Copyright p {
  margin-top:30px;
  color:#666;
} 
#Copyright p a {
  text-decoration:none;
  color:#666;
} 

#Login {
  padding:0;
  margin-top:20px;
  border:0;
  /* border-top:5px solid #ccc; */
  width:165px;
  /* background-color:#EDEDED; */
}

/* -- INDEX ----------------------------------------*/

#pageelementIndex {
  float:left;
  width:500px;
  padding:0;
}
.layoutWrapperIndex {
  float:left;
  width:500px;
  padding:8px 0;
}
a.indexItem, a:link.indexItem, a:visited.indexItem {
  display:block;
  float:left;
  width:246px;
  height:169px;
  font-weight:normal;
}
a:hover.indexItem, a:active.indexItem {
  background:#FCF6EA;
  font-weight:normal;
  cursor:pointer;
}
a.indexItem img {
  width:242px;
  height:62px;
  margin:0;
  border:1px solid #666666;
  padding:1px;
  background:#fff;
}
a.indexItem span.h4 {
  float:left;
  width:206px;
  height:23px;
  margin:1px 0;
  border-top:1px solid #666666;
  padding:6px 0 0 40px;
  background:#fff url(http://www.skigrossarl.com/common/css/common/index_title_BG.jpg) bottom no-repeat;
  color:#fff;
  font-size:16px;
  font-style:italic;
  font-weight:bold;
  font-family:Times New Roman;
}
a.indexItem span.p {
  float:left;
  margin:7px 0 0 3px;
  padding:0;
  color: #3f3723;
  line-height: normal;
}

/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/

/* -- STANDARD -------------------------------------*/
#Headline h1 {
  margin-top:0;
}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5, caption {
  font-family:Times New Roman;
  font-weight:bold;
  color:#960000;
}

.form, p, ol, ul, li, em, sup, sub {
  color:#3f3723;
  font-size:12px;
}

h1.title {
  height:37px;
  font-size:22px;
  line-height:24px;
  margin:10px 0 13px 0;
  padding:5px 0 0 44px;
  background:transparent url(http://www.skigrossarl.com/common/css/common/icon_krone.gif) no-repeat;
  font-style:italic;
}
h1,.heading1 {
  font-size:18px;
  line-height:20px;
  margin-top:16px; 
}
h2,.heading2 {
  font-size:15px;
  line-height:18px;
}

h3,.heading3 {
  font-size:14px;
  line-height:16px;
  margin-bottom:0px;
}
h4,.heading4 {
  font-size:12px;
  line-height:14px; 
}
h5,.heading5 {
  font-weight: normal;
  font-size:12px;
  line-height:14px; 
}
p {
  padding:5px 0;
  line-height:15px;
}
ol {
  margin:5px 0 0 10px;
  padding-left:15px;
  line-height:15px;
}
ul {
  list-style:none;
}
ul.liste {
  margin:5px 0 0 10px;
  padding-left:15px;
  list-style-image:url(http://www.skigrossarl.com/common/css/common/nav2_button.gif);
  line-height:18px;
}


a:link, a:visited {
  color:#3f3723;
  font-weight:bold;
  text-decoration:none;
}

a:hover, a:active {
  color:#ff9933;
  font-weight:bold;
  text-decoration:none;
}

code {
}

/* -- ZMS FORMAT (TEXT FORMATS) --------------------*/
p.caption {
  padding:4px;
  font-size:10px;
  color:#960000;
}
p.emphasis {
  background:#FCF6EA;
  margin:0 30px 0 20px;
  padding:5px;
  line-height:16px;
}

p.description {
  line-height:16px;
  font-weight:bold;
  color:#999;
}
p.creator  {
}

p.small {
  font-size:10px;
}
p.smalltext {
  font-size:10px !important; font-size: xx-small;
}
.ins {
  color:#960000;
  font-weight:bold;
}

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/

/* -- ZMS TABLES -----------------------------------*/
.ZMSTable {
  margin:2px 10px 10px;
  border:1px solid #666666;
}
table.ZMSTable tr th {
  padding:1px 3px;
  background:none;
}
table.ZMSTable th p {
  color:#fff;
  font-size:12px;
  font-weight:bold;
}
.ZMSTable thead {
  background:#720000;
}
.ZMSTable tr.even td {
  padding:1px 3px;
  background:#EDE7DB;
}
.ZMSTable tr.odd td {
  padding:1px 3px;
  background:#FCF6EA;
}
table tr td  {
  font-size: 10px;
}
.ZMSTable caption {
  font-size:10px;
  color:#960000;
}

/* -- ZMS GRAPHIC ----------------------------------*/

a.zoom img.zoom {
  width:23px;
  height:21px;
  margin:2px 0 5px 0;
  background:url(/misc_/zms/zoom.gif);
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

 * +- [WAI] ZMSGraphic

 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

 */
.img {
  border:1px solid #666666;
  padding:1px;
  background:#fff;
}


div.ZMSGraphic { 
  background-color:transparent;
  margin:2px 0;
}
div.ZMSGraphic.left {
  text-align:left;
}
div.ZMSGraphic.right {
  text-align:right;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.ZMSGraphic.floatleft { 
  float:left;
}
div.ZMSGraphic.floatright { 
  float:right;
}
div.ZMSGraphic.center { 
  text-align:center;
  
}
div.graphic.alignleft {
  float:left;
  margin-right:10px;
  text-align:right;
}
div.graphic.alignright {
  float:right;
  margin-left:10px;
  text-align:right;
}
div.graphic {
}
div.ZMSGraphic div.text p {
  padding: 4px;
  font-size:10px;
  color:#960000;
}
a.zoom img.zoom {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/zoom.gif);
}
a.download img.download {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/download.gif);
}
a.superzoom img.superzoom {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/superzoom.gif);
}

/* -- ZMS TEASER -----------------------------------*/
div#teaser {
  float:left;
  width:228px;
}

div.ZMSTeaserContainer {
  float:left;
  width:228px;
}
div.ZMSTeaserElement {
  float:left;
  width:228px;
  margin-top:10px;
  margin-bottom:1px;
  padding-bottom:4px;
  background:#fff url(http://www.skigrossarl.com/common/css/common/teaser_border.gif) bottom repeat-x;
}
div.ZMSTeaserElement img.title {
  border:none;
}

div.ZMSTeaserElement div.title {
  width:188px;
  height:24px;
  margin:1px 0;
  border-top:1px solid #666666;
  padding:5px 0 1px 40px;
  background:#fff url(http://www.skigrossarl.com/common/css/common/teaser_title_BG.jpg) 0px 1px no-repeat;
  color:#fff;
  font-family:Times New Roman;
  font-size:16px;
  font-weight:bold;
  font-style:italic;
  text-decoration:none;
}
div.ZMSTeaserElement div.title a:link a, div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited {
  color:#fff;
  font-family:Times New Roman;
  font-size:16px;
  font-weight:bold;
  font-style:italic;
  text-decoration:none;
}
div.ZMSTeaserElement div.title a:hover, div.ZMSTeaserElement div.title a:active {
  color:#ff9933;
  font-family:Times New Roman;
  font-size:16px;
  font-weight:bold;
  font-style:italic;
  text-decoration:none;
}
div.ZMSTeaserElement div.text {
  margin-top:1px;
  margin-bottom:1px;
  padding:10px;
  background:#FCF6EA;
  color:#3f3723;
  font-size:10px;
}
div.ZMSTeaserElement .graphic {
  float:left;
  width:224px;
  margin-bottom:1px;
  border:1px solid #666666;
  padding:1px;
  background:#fff;
  overflow:hidden;
}
/* -- ZMS LINK -------------------------------------*/
div#pageelement_Links {
  width:180px;
}

div.ZMSLinkElement {
  background-color:transparent;
  padding:2px;
}

div.ZMSLinkElement div.title {
  font-weight:bold;
  color:black;
  font-size:12px !important; font-size: small;
  margin:10px 0px 0px 0px;
}

div.ZMSLinkElement div.text {
}

div.ZMSLinkElement div.text ul {
  margin-top:5px;
  margin-left:-10px !important; margin-left: 20px ;
}
li.LinkElementExternal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
  list-style-image:url(common/mail_link.gif);
}



/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/
/* -- PREIS TABELLE --------------------------------*/
.preise {
  margin:0;
  padding:0 0 20px 0;
}

/* -- GOOGLE MAP -----------------------------------*/
#mapMain {
  display:block;
  border:1px solid #979797;
}

#mapTeaser {
  border:1px solid #979797;
}
#mapTeaser span {
  display:block;
}

#map_overview {
  width:200px;
  height:200px;
}

/* -- TEASER ANFRAGE -------------------------------*/
#teaserAnfrage {
  float:left;
  width:224px;
  margin-bottom:1px;
  padding:2px;
  padding-bottom:10px;
  background:#FCF6EA;
  font-size:10px;
}
#teaserAnfrage select {
  float:left;
  margin-right:7px;
  border:1px solid #996767;
  color:#3f3723;
  font-size:10px;
}
#teaserAnfrage p {
  float:left;
  width:160px;
  padding-bottom:2px;
  font-size:10px;
  font-weight:bold;
}
#teaserAnfrage p.p2 {
  float:left;
  width:105px;
  padding:0;
  font-size:10px;
  font-weight:normal;
}
.taWrapper {
  float:left;
  padding:0 0 5px 36px;
}
#teaserAnfrage input.btn {
  float:left;
  width:92px;
  height:21px;
  border:none;
  margin:7px 0 0 36px;
  background:transparent url(http://www.skigrossarl.com/common/css/common/teaser_form_button.jpg) no-repeat;
  color:#fff;
  font-size:0px;
}


/* -- SEITE ANFRAGE --------------------------------*/
#anfrage {
  float:left;
  width:500px;
  padding:0;
}
#anfrage table {
  border-left:1px solid #666666;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  background:#FCF6EA;
}
#anfrage td {
  padding:4px 5px;
  vertical-align:top;
  font-size:11px;
  line-height:15px;
  color:#3f3723;
}
#anfrage td.spacer {
  background:#fff;
}
#anfrage .none {
  border:0;
  padding:0;
  background:none;
}
#anfrage .breit {
  width:500px;
}
#anfrage .schmall {
  width:247px;
}
#anfrage input {
  width:282px;
  border:1px solid #996767;
  padding:1px 2px;
  font-size:11px;
  color:#3f3723;
}
#anfrage select {
  width:40px;
  border:1px solid #996767;
  font-size:11px;
  color:#3f3723;
}
#anfrage textarea {
  border:1px solid #996767;
  font-size:11px;
  padding:2px;
  color:#3f3723;
}
#anfrage label {
  font-size:11px;
  color:#3f3723;
}
div#anfrage input.btn {
  float:left;
  width:186px;
  height:29px;
  border:none;
  background:transparent url(http://www.skigrossarl.com/common/css/common/form_button.jpg) no-repeat;
  color:#fff;
  font-size:0px;
}
div#anfrage input.radio {
  float:left;
  width:20px;
  border:none;
  color:#3f3723;
}
div#anfrage caption {
  padding:27px 0 8px 47px;
  color:#fff;
  font-size:16px;
  font-style:italic;
  text-align:left;
}
div#anfrage caption.box1 {
  background:transparent url(http://www.skigrossarl.com/common/css/common/form_title1.jpg) no-repeat;
}
div#anfrage caption.box2 {
  background:transparent url(http://www.skigrossarl.com/common/css/common/form_title2.jpg) no-repeat;
}
div#anfrage caption.box3 {
  background:transparent url(http://www.skigrossarl.com/common/css/common/form_title3.jpg) no-repeat;
}
div#anfrage caption.box4 {
  background:transparent url(http://www.skigrossarl.com/common/css/common/form_title4.jpg) no-repeat;
}
div#anfrage caption.box5 {
  background:transparent url(http://www.skigrossarl.com/common/css/common/form_title5.jpg) no-repeat;
}
div#anfrage caption.box6 {
  background:transparent url(http://www.skigrossarl.com/common/css/common/form_title6.jpg) no-repeat;
}

div#anfrageDanke {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px solid #666666;
  border-bottom:1px solid #666666;
  padding:15px;
  color:#960000;
  font-size:bold;
  }
  
div#anfrageFehler {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px solid #666666;
  border-bottom:1px solid #666666;
  padding:15px;
  color:#960000;
  font-size:bold;
}


.preise table {
  width:100%;
  border-left:1px solid #666;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
  font-size:11px;
  border-collaps:collaps;
}
.preise td, .preise th {
  padding:5px;
  font-weight:normal;
  font-size:11px; 
  line-height:15px;
  vertical-align:top;
}
.preise caption {
  background:transparent url(http://www.skigrossarl.com/common/css/common/form_preise.jpg) no-repeat;
  font-size:16px;
  font-style:italic;
  color:#FFF;
  padding:24px 0pt 7px 47px;
  text-align:left;
}


/* -- INFO BOX -------------------------------------*/
div.infobox  {
  margin-top:10px;
  border-top:5px solid #ccc;
  background-color:#f6f6f6;
  padding:0px;
  width:auto;
  margin-bottom:20px;
}
p.infoboxtitle  {
  padding:3px;
  margin:0px;
  font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
  padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
  margin:3px;
}
div.infobox div.infoboxContentOdd  {
  background-color:#eaeaea;
}
div.infobox  div.ZMSFile div.title img {
  margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
  font-size:11px;
}
div.infobox  div.ZMSFile div.text {
  margin-left:20px;
}
div.infobox ul {
  margin:0px 0px 0px 28px;
  padding:0;
}
div.infobox ul li {
}

/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/
h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/****************************************************/
/*    9.  ZMI Management Interface                  */
/****************************************************/
.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

div.ZMSTable table th {
  background-color:#DDEFFC;
}
div.ZMSTable table td {
  background-color:#EEEEEE;
}

.zmiTableRowEven {
  background-color:#eee;
}
.zmiTableRowOdd {
  background-color:#ccc;
}

.form-submit {
  font-size:12px;
}

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:15px;
  line-height:19px;
} 
body.zmi p, body.zmi li, body.zmi blockquote  {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:15px;
} 
