/**
 * Stylesheet for International Mountain Summit
 *
 * Screen/Projection Stylesheet (Print)
 *
 * @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, img {
	border: none;
}

body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
}

#banner {
	display: none;
}

.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: 926px;
}

.dachmarke {
	position: absolute;
	margin: 81px 0 0 858px;
	width: 87px;
	height: 46px;
}

.event {
	position: absolute;
	margin: 77px 0 0 150px;
	width: 150px;
	height: 35px;
}

#footer {
	display: none;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 1110px;
	height: 160px;
}

.header {
	display: none;
}

#innerwrap {
	width: 926px;
	padding-top: 160px;
}

.language {
	display: none;
}

.logo {
	position: absolute;
	margin: 20px 0 0 20px;
	width: 100px;
}

.logo img {
	width: 100px;
}

#menu1, #menu2, #menu3, #menu4, #menu5 {
	display: none;
}

.slogan {
	position: absolute;
	margin: 90px 0 0 418px;
	width: 317px;
	height: 19px;
}

.sponsors, .supporters, .partner {
	display: none;
}

.text {
	padding: 0 0 20px 20px;
	background-color: #fff;
}

.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 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;
}

.title h1 {
	padding-left: 20px;
	background-color: #fff;
}

.title h1 span {
	display: none;
}

.text td, .text th {
	font-size: 12px;
	line-height: 17px;
	padding: 3px;
}

.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 .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 .program-tbl {
	margin: 6px 0;
	border-spacing: 1px;
}

.text .program-tbl th {
	text-align: left;
}

#wrap {
	width: 946px;
}

/* 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;
}
