﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.2
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { color: #FFF; padding: 10px 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  /* .page_margins { width: auto;  min-width: 750px; max-width: 90em; background: #fff; } */
  .page_margins { width: auto;  min-width: 1025px; max-width: 1025px; background: #fff; }
  .page {
  /*	padding: 10px; 
	border: 2px solid #E4E4E4; */
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  }
  
  #col3 {margin: 0;}
  
  #header { position: relative; color: #fff; background-image: url(/fileadmin/dateien/logo/logo.jpg); background-repeat: repeat-y;}
  #header #topnav {
	position: absolute;
	top:5px;
	right:10px;
	text-align:right;
	z-index:11;
	color: #FFF;
	font-size: 10px;
} 

#header #topnav * {
	color: #FFF;
}

#header #RSS {
	position: absolute;
	top:15px;
	right:10px;
	text-align:right;
	z-index:11;
	color: #000;
	font-size: 12px;
	text-align: center;
	color: #FF0004;
	display: none;
} 

#header #RSS a, #header #RSS a:visited { color: #FF0004; }


/* Gefundene Stichwörter im Text farblich hervorheben */
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup {
    background: none repeat scroll 0 0 #FAD1D5;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
    background: none repeat scroll 0 0 #EEEEEE;
	margin: 10px 0 10px 0;
}

input, textarea {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    color: #777777;
    font: 0.8em Verdana,Arial,Helvetica,Sans-Serif;
/*    margin-left: 1em; */
    padding: 2px;
    width: auto;
}


  .tx-macinasearchbox-pi1 { position: absolute; bottom: 5px; right:0px; z-index:11; color: #000; font-size: 12px; border-color: #FF0004; border-bottom-width: 1px;}
  .search {border-color: #FF0004; border: 2px ;}
  
  #main { margin: 0px 0;    background-color: transparent;
    background-image: url(/fileadmin/template/images/col1background.jpg);
    background-repeat:repeat-y;
    background-position:left;
}
#footer {
	padding: 10px 10px;
	heigth: 15px;
	min-height: 15px;
	color:#000;
	background: #f9f9f9;
	border-top: 5px #efefef solid;
}

#footerleft {float: left; }
#footerright {float: right; }
.tx-efafontsize-pi1 {float: right;}

#col1_content2 {
    position: relative;
    z-index: 11;
}

#facebook {
    float: left;
    padding: 25px 15px 15px 22px;
}

#RSS {
    padding-left: 22px;
    padding-top: 25px;
	padding-bottom: 15px;
}

#Tirol {
    padding-left: 22px;
    padding-top: 5px;
	padding-bottom: 15px;
}

#oersv {
    padding-left: 22px;
    padding-top: 5px;
	padding-bottom: 15px;
}

#trsv {
    padding-left: 22px;
    padding-top: 5px;
	padding-bottom: 15px;
}

#col2_content2 {
    position: relative;
    z-index: 11;
	display: none;
}

#tisport {
	padding-left: 60px;	
	padding-top:  45px;	
}
 
.sb_download_single {padding-top: 10px;}
.sb_download_single .category {float: none;}
.sb_download_single .sb_download_text {float: none;}
.sb_download_single .description {padding: 10px 0 10px 0;}

.sb_download_single .sb_download_image {padding: 10px 0 10px 0;}


.sb_download_flex {height: auto;}
  
  .topnavcurrent {font-weight: bold;}

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 255px; background-color: transparent; z-index:9;}
  #col2 { float: right; width: 200px;  margin:0; background-color: transparent; z-index: 10; }
  /*#col3 { width: auto; margin: 0 18% 0 18%; z-index: 8;} */
  #col3 { width: auto; z-index: 8;}
  #col1_content { padding: 10px 0px 0 0px; z-index:9; }
  #col2_content { padding: 20px 5px 0 5px; z-index: 10;  }
  #col3_content { padding: 0 20px 0 10px; z-index: 8; }
  
/*  
  #slogana {
	  font: 210% Arial, Helvetica, sans-serif;
	  color: #444;
	  background-color: transparent;
	  text-align: center;
	  margin-top: 1.4em;
  	  margin-left: auto;
      margin-right: auto;
  } */
  

  #subheader {
	  background-color: transparent;
	  width: 100%;
	  text-align: center;
	  min-height: 300px;
	  margin-left: 45px; /* Breite/2  Logo links oben */
  }
/*  
   #logo {
	  float: left;
	  padding-left: 0px;
	  width: 250px;
  } */
  

  
  #sloganb {
	  font: 140% Georgia, "Times New Roman", Times, serfi;
	  color: #444;;
	  background-color: transparent;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
	  
  }
  
    #sloganc {
	clear: both;
  }
	
  
    

  
  #header {
/*	  height: 9em; */
	  height: 200px;
/*	  border-bottom: solid;
	  border-bottom-width: 5px;
	  border-bottom-color: #DADADA; */
  	
  }
  
/* Menu1 */

.textc {float:left; margin-left: 5px; padding-top: 6px;}
.imgc  {float:left; padding-top: 9px}

.textc a, .textc a:visited {
	padding-left: 25px;
	margin-left: -25px;
	/* hidefocus */
	outline:0;
	-moz-outline:0;
}	


	


/* .textcminus {float:left; padding-top: 3px; margin-left: 8px;} */
.textcminus {float:left; padding-top: 6px; margin-left: 5px; }
.imgcminus  {float:left; }
.textcminus a, .textcminus a:visited {
	padding-left: 25px;
	margin-left: -25px;
	/* hidefocus */
	outline:0;
	-moz-outline:0;
}


.textcplus {float:left; padding-top: 5px; margin-left: 8px;}
.imgcplus  {float:left; }
.textcplus a, .textcplus a:visited {
	padding-left: 25px;
	margin-left: -25px;
	/* hidefocus */
	outline:0;
	-moz-outline:0;
}

/* Haupt-Navigation dritte Ebene */

.menu1item3 * {font-size:95.01%;}

.menu1item3 .textcplus {margin-left: 21px;}

.menu1item3CUR .textcplus {margin-left: 21px;}


.menu1item3CUR .textc a:visited {font-weight: bold;}
.menu1item3CUR .textcplus a:visited {font-weight: bold;}
.menu1item3CUR .textcminus a:visited {font-weight: bold;}
.menu1item3CUR .textcplus * {font-weight: bold;}

.menu1item3CUR .imgcplus  {margin-left: 2px;}
.menu1item3 .imgcplus  {margin-left: 2px;}




#menu1 {position:relative; margin-left: 10px;}
.menu1itemCUR .textc a:visited {font-weight: bold;}
.menu1itemCUR .textcplus a:visited {font-weight: bold;}
.menu1itemCUR .textcminus a:visited {font-weight: bold;}

#menu1 {position:relative; margin-left: 10px;}
.menu1itemCUR .textc a:visited {font-weight: bold;}
.menu1itemCUR .textcplus a:visited {font-weight: bold;}
.menu1itemCUR .textcminus a:visited {font-weight: bold;}

/* .menu1item2 */
/*.menu1itemCUR2 .textcplus * {font-weight: bold;} */
.menu1item2CUR .textcplus * {font-weight: bold;}

.menu1itemCUR .textcminus * {font-weight: bold !important;}

.menu1itemCUR .textc * {font-weight: bold !important;}


.menu1item {padding-top: 10px;}

.menu1itemCUR {padding-top: 10px;}

.clear {clear:left;}

/* Image element TYPO3 */

/*h1.csc-firstHeader {color: #FF0004; font-size:120%; } */

.csc-header {text-align: left;}

#col1logo {
	text-align: left;
	padding: 15px 0 15px 15px;
	position: relative;
	}
	
#fontsize {float: right;};

.csc-frame div.csc-textpic-imagewrap {
	padding-top: 10px;
	/* padding-left: 10px; */
	}

.csc-frame .csc-textpic-text {margin-left: 200px; }

.csc-frame-frame1 {background: #e6e6e6; }




.grau {background: #e6e6e6; padding: 5px;}

/* .csc-frame-frame1 .csc-firstHeader {padding-top: 10px;} */

/* .csc-frame-frame1 .csc-header {padding-top: 5px;} */

/* News */

.news-latest-item {
	background: url("/fileadmin/template/images/newstop.gif") no-repeat scroll left top transparent;
    padding: 1em 0 0 1em;
	margin: 0 0 2em 0;
}

.news-list-item { 
	background: url("/fileadmin/template/images/newstop.gif") no-repeat scroll left top transparent;
    padding: 1em 0 0 1em;
	margin: 0 0 2em 0;
}

.news-single-item { 
	background: url("/fileadmin/template/images/newstop.gif") no-repeat scroll left top transparent;
    padding: 1em 0 0 1em;
	margin: 0 0 2em 0;
}

.news-latest-category {display: none;}

.news-list-category {display: none;}

.news-latest-date {color: #FF0004; display:none;}

.news-list-date {color: #FF0004;}

.news-latest-container {padding: 0px; }

.news-latest-gotoarchive {
    background-color: transparent;
	margin: 10px 0px;
	padding: 0px;

}
	
.news-single-backlink {padding: 0px;}

div.tx-powermail-pi1 {
	width: auto;
}

fieldset.tx-powermail-pi1_fieldset label {
	width: 400px;
}

fieldset.tx-powermail-pi1_fieldset {
    background: -moz-linear-gradient(center top , #E5E5E5 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#e5e5e5',GradientType=0 )
}


fieldset.tx-powermail-pi1_fieldset legend {
    color: #FF0004;
	margin-right: 415px;
	visibility: hidden;
	position: absolute;
}

fieldset.tx-powermail-pi1_fieldset {
	-moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc !important;
	
}

.tx-powermail-pi1_formwrap_648 {
	width: 460px !important;
	
}

.powermail_anmeldungsprotforum {
	width: 300px !important;
}

.powermail_submit {
	width: 150px !important;
	margin-right: 20px !important;	
}


#col3_content a, #col2_content  a {
	color:#343C45;
	background:transparent;
	text-decoration:none;
}

#col3_content .mail, #col2_content .mail {
	color:#343C45;
}





#col3_content a:visited, #col2_content a:visited   {
   color:#FF0004; }
  
#col3_content .news-latest-container a, #col3_content .news-latest-container a:visited {
	color:#000;
	background:transparent;
	text-decoration:none;
}

.csc-textpic-text ul {
	list-style-image: url(/fileadmin/template/images/bttn-pfeil-rot.gif);	
}

.csc-default ul {
	list-style-image: url(/fileadmin/template/images/bttn-pfeil-rot.gif);	
}

#col3_content .csc-default ul a {
	color: #000;
	text-decoration: underline;
}

.csc-textpic-text ul li a, .csc-textpic-text ul li a:visited {
	color:#000 !important;
}

#logolink {
	position: absolute; 
	top: 50px; 
	left: 15px; 
	width: 210px; 
	height: 200px; 
	background-color: transparent; 
	/*border: 1px solid yellow; }	*/
	outline:0;
	-moz-outline:0;
}

.slideshow {
    position: absolute !important;
	margin-left: 245px !important;
}

#col2_content .slideshow {
    position: relative !important;
	margin-left: auto !important;
}

#col3_space .csc-frame DIV.csc-textpic-intext-left .csc-textpic-single-image {
	margin-top: -56px;	
}

.news-list-date {display: none !important;}
	
.csc-header-n1 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n2 h1 {
	padding-top: 10px; 
	}

.csc-header-n3 h1 {
	padding-top: 10px; 
	}

.csc-header-n4 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n5 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n6 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n7 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n8 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n9 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n10 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n11 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n12 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n13 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n14 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n15 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n16 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n17 h1 {
	padding-top: 10px; 
	}
	
.csc-header-n18 h1 {
	padding-top: 10px; 
	}

.csc-header-n19 h1 {
	padding-top: 10px; 
	}

.csc-header-n20 h1 {
	padding-top: 10px; 
	}
	


.parent_192 .csc-header-n1 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n2 {
    margin-left: 205px;
    text-align: left;
	}

.parent_192 .csc-header-n3 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n4 {
    margin-left: 205px;
    text-align: left;
	}
.parent_192 .csc-header-n5 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n6 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n7 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n8 {
    margin-left: 205px;
    text-align: left;
	}

.parent_192 .csc-header-n9 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n10 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n11 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n12 {
    margin-left: 205px;
    text-align: left;
	}

.parent_192 .csc-header-n13 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n14 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n15 {
    margin-left: 200px;
    text-align: left;
	}
	
.parent_192 .csc-header-n16 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n17 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n18 {
    margin-left: 205px;
    text-align: left;
	}

.parent_192 .csc-header-n19 {
    margin-left: 205px;
    text-align: left;
	}
	
.parent_192 .csc-header-n20 {
    margin-left: 205px;
    text-align: left;
	}

#supersized {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

/* Kalendar */

.default_catheader_text .summary {
	display: block;	
}

.default_catheader_text .summary {
	font-size: 9px;	
}

/* Galerie */

#page_288 #col3 .tx-chgallery-pi1 {margin-left: 85px;}
#page_288 #col3 .pagebrowser {display: none;}

/* RSS Feeds */

div#c705.csc-default table.contenttable {border-top: none;}
div#c705.csc-default table.contenttable {border-bottom: none;}
div#c705.csc-default table.contenttable tbody tr td {border-bottom: none;}

 /* table.contenttable tbody tr  {height: 7px !important;} */

table.contenttable tbody tr td {vertical-align: middle  !important;}

/* Tabellen Rahmen oben und unten entfernen */ 

table.contenttable {border-top: none;}
table.contenttable {border-bottom: none;}


  /*-------------------------------------------------------------------------*/

/* ONLINEPLATTFORM grafisch hinterlegen */

#menuitem302 {
	margin: 6px 0 0 0;
	background-image: url("/fileadmin/template/images/onlineplattform.jpg");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 4px 10px 5px 10px;
}

#menu1item302 .imgc {display: none;}

#menu1item302 .imgcminus {display: none;}

#menu1item2303 .imgcplus {display: none;}
#menu1item2303 {padding-left: 10px;}

/* Land-Tirol / TiSport-Logo */

#col11logo {display: inline; display: none; }

/* Nur auf der Startseite anzeigen */
#col12logo {display: none;}

#page_75 #col12logo {
	display: inline;
	position: relative;
	left: 870px;
	bottom: 90px;
	z-index:15;
	}
	
.news-latest-container HR.clearer {
    clear: both;
}
  
}

  /* RTE Style */
  
  .rot {
	  color: #F00;
  }
  
  .rotfett {
	  color: #F00;
	  font-weight: bold;
  }
  
  .groesser {
	font-size: 110%;
  }
  
  .kleiner {
	font-size: 90%;
  }

  /* ----------------- */
