/**
 * Stylesheet for International Mountain Summit
 *
 * Screen/Projection Stylesheet (Subpages)
 *
 * @author    akanai web technologies
 * @link      http://www.ims.bz
 * @copyright  International Mountain Summit
 * @developer  Copyright 2010, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
  padding: 0;
  margin: 0;
}

fieldset {
  border: none;
}

body {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}

#banner {
  position: relative;
  float: right;
  width: 150px;
  min-height: 620px;
  margin-top: 40px;
}

#banner div {
  position: relative;
  padding-top: 20px;
}

.clr-both {
  clear: both;
}

.clr-both, .clr-left {
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.clr-left {
  clear: left;
}

.content {
  position: relative;
  width: 1110px;
  background: url('../img/inner_bkg.gif') repeat-y 0px 250px;
}

.dachmarke {
  position: absolute;
  margin: 70px 0 0 36px;
  width: 87px;
  height: 46px;
}

.image_gallery {
  position: absolute;
  margin: 65px 0 0 140px;
  width: 220px;
  text-align: center;
}

.event {
  position: absolute;
  margin: 228px 0 0 960px;
  width: 150px;
  height: 35px;
}

#footer {
  width: 1110px;
  height: 39px;
  background: url('../img/footer_bkg.gif') repeat-x #000 top left;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 1110px;
  height: 220px;
}

#header img, #footer img, .logos img {
  border: 0;
}

.header {
  height: 31px;
  background: url('../img/content_header.gif') no-repeat top left;
}

.innercontent {
  position: relative;
  float: right;
  width: 630px;
  min-height: 630px;
  padding-left: 315px;
  margin-right: 15px;
  background: no-repeat top left;
}

#innerwrap {
  padding-top: 220px;
}

.language {
  position: absolute;
  margin: 42px 0 0 740px;
  width: 200px;
  color: #ca0039;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  text-transform: lowercase;
}

.language a {
  color: #ca0039;
  text-decoration: none;
}

.language a:hover {
  color: #000;
}

.logo {
  position: absolute;
  margin: 47px 0 0 960px;
  width: 150px;
  height: 161px;
}

.logos {
  width: 1110px;
  height: 91px;
}

#menu1 {
  position: absolute;
  margin: 167px 0 0 30px;
  width: 500px;
  z-index: 999;
}

#menu1 a, #menu2 a {
  margin-right: 12px;
}

#menu1 span, #menu2 span, #menu3 span, #menu4 span {
  display: none;
}

#menu2 {
  position: absolute;
  margin: 194px 0 0 30px;
  width: 800px;
}

#menu3 {
  position: relative;
  float: left;
  width: 925px;
  text-align: right;
  padding-top: 10px;
}

#menu3 a {
  margin-left: 8px;
}

#menu3 img {
  vertical-align: middle;
}

#menu4 {
  position: absolute;
  margin: 73px 0 0 805px;
  width: 140px;
  height: 140px;
}

#menu4 dl {
  width: auto;
  float: right;
}

#menu4 dt {
  padding-bottom: 5px;
}

#menu4 table {
  width: 140px;
  height: 140px;
  border-spacing: 0;
}

#menu4 table td {
  vertical-align: bottom;
}

#menu5 {
  position: absolute;
  margin: 80px 0 0 30px;
  width: 150px;
}

#menu5 a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
}

#menu5 a.level1, #menu5 a.level1-active {
  font-size: 12px;
  background: no-repeat top left;
  padding-left: 5px;
  border-left-width: 7px;
  border-left-style: solid;
}

#menu5 a.level1-active {
  background-color: #000;
}

#menu5 a.level1:hover {
  background-color: #000;
  border-left-color: #000;
}

#menu5 a.level2 {
  background-color: #000;
  border-left: 3px solid #000;
}

#menu5 a.level2, #menu5 a.level2-active {
  font-size: 11px;
  margin-left: 10px;
  padding-left: 4px;
}

#menu5 a.level2-active {
  color: #000;
  background-color: #fff;
  border-left: 3px solid #000;
}

#menu5 a.level2:hover {
  color: #000;
  background-color: #fff;
  border-left: 3px solid #fff;
}

#menu5 li {
  padding-bottom: 4px;
}

#menu5 li ul li {
  padding: 1px 0 0 0;
}

#menu5 ul {
  list-style-type: none;
}

#searchinput {
  position: relative;
  float: right;
  width: 150px;
  padding-top: 9px;
}

#searchinput input {
  background-color: #656565;
  border: 1px solid #808080;
  color: #A4A4A4;
  float: left;
  font-size: 11px;
  padding: 2px 3px;
  width: 120px;
}

#searchinput .button {
  background-color: transparent;
  border: 0;
  float: right;
  padding: 0;
  width: auto;
  margin-right: 5px;
}

.slogan {
  position: absolute;
  margin: 85px 0 0 383px;
  width: 317px;
  height: 19px;
}

.premspons {
  position: relative;
  float: right;
  width: auto;
  height: 91px;
  line-height: 91px;
  background: url('../img/sponsors_bkg.gif') no-repeat top left;
  padding-left: 14px;
}

.supporters {
  position: relative;
  float: left;
  width: auto;
  height: 91px;
  line-height: 91px;
  background: url('../img/supporters_bkg.gif') no-repeat top left;
  padding-left: 14px;
}

.text {
  padding: 0 0 15px 15px;
}

.text a {
  color: #000;
  text-decoration: underline;
}

.text a:hover {
  text-decoration: none;
}

.text h1 {
  font-size: 17px;
  padding: 20px 0 5px 0;
}

.text h2 {
  font-size: 15px;
  padding: 10px 0 2px 0;
}

.text h3 {
  font-size: 14px;
  padding-top: 6px;
}

.text hr {
  height: 0;
  border: 0;
  border-top: 1px solid #999;
}

.text li {
  font-size: 12px;
  line-height: 17px;
  padding-left: 15px;
  background: no-repeat 5px 7px;
}

.text ul {
  list-style-type: none;
  padding: 6px 0;
}

.text p {
  font-size: 12px;
  line-height: 17px;
  padding: 6px 0;
  text-align: justify;
}

.text .text11 {
  font-size: 11px;
}

.text td, .text th {
  font-size: 12px;
  line-height: 17px;
  padding: 3px;
}

.text th {
  color: #fff;
}

.text .bordered-tbl {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 1px 0 0;
  width: 100%;
  margin: 6px 0;
}

.text .bordered-tbl td {
  border-style: solid;
  border-color: #ddd;
  border-width: 0 0 1px 1px;
  padding: 5px;
  text-align: center;
}

.text .logo-tbl {
  width: 100%;
  margin: 6px 0;
  border-spacing: 20px;
}

.text .logo-tbl td {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
}

.text .logo-tbl td:hover {
  border: 1px solid #bbb;
}

.text .partner-tbl {
  width: 100%;
  margin: 6px 0;
  border-spacing: 0;
}

.text .partner-tbl td {
  padding: 5px 10px;
  vertical-align: top;
}

.text .partner-tbl td.partner-line {
  padding: 0;
  height: 19px;
  background: url(../img/line.gif) repeat-x top left;
}

.text .partner-tbl td.partner-logo {
  border: 1px solid #ddd;
  text-align: center;
  width: 1%;
}

.text .partner-tbl td.partner-logo:hover {
  border: 1px solid #bbb;
}

.text .partner-tbl th {
  color: #fff !important;
}
  
.text .partner-tbl th a, .text .partner-tbl th a:hover {
  color: #fff !important;
}

.text .program-tbl {
  margin: 6px 0;
  border-spacing: 1px;
}

.text .program-tbl th {
  text-align: left;
}

.title h1 {
  padding: 0 0 10px 4px;
}

.title h1 span {
  display: none;
}

#wrap {
  width: 1110px;
}

/* FORM */
input, select {
  vertical-align: middle;
}

input[type=button], input[type=reset], input[type=submit] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: none;
  border: none;
  padding: 2px 3px;
  text-transform: uppercase;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color: #fff;
  cursor: pointer;
}

input[type=button].disabled, input[type=reset].disabled, input[type=submit].disabled {
  color: #999;
}

input[type=submit].disabled:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

input[type=text], input[type=file], input[type=password], select {
  background: url('../img/input_bkg.png') repeat-x;
}

input[type=text], input[type=file], input[type=password], select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ddd #ddd #ccc;
  padding: 3px;
}

option {
  padding: 0 3px;
}

textarea {
  background: url('../img/textarea_bkg.png') repeat-x;
}

/* Newsletter */
.tbl-newsletter {
  border-spacing: 1px;
  margin: 6px 0;
}

.tbl-newsletter td, .tbl-newsletter th {
  font-size: 12px;
  padding: 3px;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
}

.privacy h2, .privacy p {
  font-size: 11px;
}

/* Sitemap */
.csc-sitemap li {
  font-weight: bold;
}

.csc-sitemap li li {
  font-weight: normal;
}

.csc-sitemap li li li {
  line-height: 15px;
  font-size: 11px;
}

.csc-sitemap ul ul, .csc-sitemap ul ul ul {
  padding-top: 0;
}

/* Wheater */
.tx-rolstweather-pi1 {
  position: relative;
}

.tx-rolstweather-pi1 hr {
  border: none;
  border-top: 1px solid #ca003a;
  height: 1px;
  margin: 10px 0;
}

.weather-links {
  margin: 12px 0;
}

.weather-links td {
  white-space: nowrap;
  padding-right: 20px;
  line-height: 20px;
}

.WeatherBox {
  position: absolute;
  width: 44px;
  height: 58px;
}

.WeatherBox img {
  width: 36px;
}

#WeatherBox-Bozen {
  top: 145px;
  left: 134px;
}

#WeatherBox-Brixen {
  top: 91px;
  left: 189px;
}

#WeatherBox-Bruneck {
  top: 80px;
  left: 257px;
}

#WeatherBox-Meran {
  top: 38px;
  left: 94px;
}

#WeatherBox-Schlanders {
  top: 43px;
  left: 26px;
}

#WeatherBox-Sterzing {
  top: 10px;
  left: 199px;
}

.WeatherDegreesminBox {
  position: absolute;
  width: 26px;
  background-color: #cbd5db;
  text-align: center;
  padding: 2px 0;
  color: #000;
  font-size: 9px;
  top: 42px;
  left: 0px;
}
      
.WeatherDegreesmaxBox {
  position: absolute;
  width: 26px;
  background-color: #e77f29;
  text-align: center;
  padding: 2px 0;
  color: #000;
  font-size: 9px;
  top: 42px;
  left: 26px;
}

.WeatherIconBox {
  width: 46px;
  background-color: #fff;
  border: 1px solid #e5e4d8;
  text-align: center;
  padding: 2px;
}

#WeatherMap {
  position: relative;
  width: 350px;
  height: 215px;
  margin: 25px auto;
  background-repeat: no-repeat;
}

.weather-date {
  font-size: 11px;
  font-weight: normal;
}

.weather-link img {
  vertical-align: top;
}

/* Search */
.tbl-search {
  border-spacing: 5px;
}

.browsebox {
  padding-left: 20px;
}

.browsebox li {
  font-size: 11px;
  background: none !important;
  padding: 0 5px 0 0 !important;
}

.tx-indexedsearch-descr {
  font-size: 11px;
  font-style: normal !important;
  line-height: 15px;
  padding: 5px 0;
}

.tx-indexedsearch-info {
  font-size: 11px;
  line-height: 14px;
  padding: 4px;
}

.tx-indexedsearch-path {
  font-size: 11px;
  border-bottom: none !important;
  padding: 0 !important;
}

.tx-indexedsearch-redMarkup {
  color: #ca003a !important;
}

.tx-indexedsearch-searchbox-button {
  width: auto !important;
  display: block;
  color: #ca003a;
  font-weight: bold;
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin: 10px 0 5px 0;
}

.tx-indexedsearch-searchbox-sword, .tx-indexedsearch-selectbox-type, .tx-indexedsearch-selectbox-defop, .tx-indexedsearch-selectbox-media, .tx-indexedsearch-selectbox-lang, .tx-indexedsearch-selectbox-sections, .tx-indexedsearch-selectbox-order, .tx-indexedsearch-selectbox-desc, .tx-indexedsearch-selectbox-results, .tx-indexedsearch-selectbox-group {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  padding: 2px 3px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ccc;
}

/* News */
.news-list-date {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

.news-list-item {
  margin-top: 20px;
}

.news-list-item hr {
  display: none;
}

.news-list-item img {
  float: left;
  margin: 10px;
}

.news-list-morelink {
  clear: left;
  padding-top: 3px;
  border-top: 1px dotted #333;
  text-align: right;
}

/* Images */
.csc-textpic-imagewrap div, .csc-textpic-imagerow div {
  float: left;
}

.news-single-img {
  float: left;
  width: auto;
  margin: 10px 20px 20px 0;
}

.csc-textpic-imagerow .jqfancybox {
  margin: 3px;
}

.news-single-imgcaption {
  width: 179px;
  font-size: 10px !important;
  line-height: 13px !important;
  padding: 3px 0 10px 0 !important;
}

/* Program */
.poverview-tbl {
  border-spacing: 0 !important;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.poverview-tbl a:hover {
  color: #000 !important;
}

.poverview-tbl td {
  font-size: 11px;
  line-height: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.poverview-tbl th {
  font-size: 11px;
  color: #fff;
  background-color: #000 !important;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.poverview-tbl .cat_bouldern {
  color: #fff;
  background-color: #df720e !important;
}

.poverview-tbl .cat_congress {
  color: #fff;
  background-color: #c90039 !important;
}

.poverview-tbl .cat_film {
  color: #fff;
  background-color: #0079c3 !important;
}

.poverview-tbl .cat_talk {
  color: #fff;
  background-color: #c90039 !important;
}

.poverview-tbl .cat_walk {
  color: #fff;
  background-color: #c1ca00 !important;
}

.poverview-tbl .greyrow td {
  background-color: #eee;
}

.poverview-tbl .white {
  background-color: #fff !important;
}

.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

.alignright img {
  border: 0;
}

.wp-caption-text {
  font-size: 11px !important;
}

.ims2011 {
  position: absolute;
  margin: 115px 0 0 450px;
  width: 212px;
  height: 16px;
}
