﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	/*margin: 0;
	padding: 0;*/
	border: 0;
}
/* ############################################################ */

body{
	color:#000000;
	font-size:12px;
	margin: 0px;
	padding: 0;
	/*text-align: center;  korrektur für IE 5.x */
	/*background-image: url(../images/bg-tile.jpg);
	background-attachment: fixed;*/
	background-color: #E2670B;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ############## DIV/LAYER Formatierungen ################## */

#spyder {
	position:absolute;
	width:975px;
	/*height:47px;*/
	visibility: hidden;
}

	
.layout {   	

}

.layout #wrapper {
	/*position: relative;*/
		width: 885px;
    	/* margin: 0px 0px 0px 25px;*/
		margin: 0px auto;
		border: 0px;
		padding: 0px;
		/*background: #FFFFFF;;
    	text-align: left;  Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
}

.layout #flags {
	/*position:absolute;*/
	width:20px;
	height:150px;
	float:left;
	padding: 5px 0 0 0;
	margin: 0;
	border: 0px;
	}

.layout #container { 
    	/*position: relative;*/
		width: 851px;
    	margin: 0px 0px 0px 25px;
		/* margin: 0px auto;*/
		border: 0px;
		padding: 0px;
		background: #FFFFFF;;
    	/*text-align: left;  Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
    } 
	
	
.layout #header { 
	left:0px;
	top:0px;
	padding: 0px 2px 0px 2px;
	width:100%;
	height:250px;
    } 
	
.layout #menu {
	width:847px;
	/*width: 100%;*/
	margin: 2px 0px 8px 2px;
	background-color: #1E2369;
}	
	
	
.layout #content_home {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	margin-left:2px;
		margin-top: 6px;
		width:421px;
    	/*background-color: #99FF00;*/
		padding: 0px 0px 0px 0px;
		overflow: hidden;	
		display: inline;
    }

.layout #content { 
    	/*margin: 0 200px;*/    	  
		margin: 6px 245px 0px 0px;
		/*width:211px;
		height:100px;
		background-color: #1E2369;*/
		padding: 0px 0px 0px 10px;
    } 
.layout #content H1 { 
		color: #1E2369;
    }	


.layout #permnav {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
		width:212px;
		margin: 6px 2px 0px 0px;
		/*background-color: #6633FF;*/
		padding: 0px 0px 0px 0px;
    }
	
.layout #news { 
    	/*margin: 0 200px;*/    	  
		margin: 6px 215px 0px 425px;
		/*width:211px;
		height:100px;
		background-color: #1E2369;*/
		padding: 0px 0px 0px 0px;
    } 
	
	
.layout #footer { 
		height: 27px;
    	padding: 0;
		margin: 15px 0px 0px 0px;
    } 

.layout #fusszeile {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/balken.jpg);
	height: 27px;
	text-align: center;
    } 
	
.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

.fltrt { 
    	float: right;
    	margin-left: 8px;
    }
.fltlft { 
    	float: left;
    	margin-right: 8px;
    }
	
/* ##########   TEXT-/LINKFORMATIERUNGEN  ############### */

.titel {
	font-size:18px;
	color:#E50003;
	font-weight: bold;
	line-height: 30px;
}




.mainlink {
	font-family:Arial;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	line-height: 30px;
}
/*.openedmainlink {
	font-family:Arial;
	font-size:14px;
	color:#D0A41C;
	text-decoration:none;
	font-weight:bold;
	line-height: 30px;
}*/

.openedmainlink {
	background-color: #E2670B; /*oranger hintergrund */
	color: #FF0000;
	font-size:12px;
	font-weight:bold;
}

.sublink {
	font-family:Arial;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	padding-left: 4px;
	/*padding: 2px;
	height: 20px;*/
}
.bgsublink {
	background-image: url(../images/bg-sub.gif);
	height: 16px;
	width: 127px;
	margin-left: 20px;
}

.openedsublink {
	font-family:Arial;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-left: 4px;
}
.bgopenedsublink {
	background-image: url(../images/bg-openedsub.gif);
	height: 16px;
	width: 127px;
	margin-left: 20px;
}

.subsublink {
	font-family:Arial;
	color:#333333;
	text-decoration:none;
	font-size:11px;
	padding-left: 4px;
}
.bgsubsublink {
	background-image: url(../images/bg-subsub.gif);
	height: 14px;
	width: 127px;
	margin-left: 20px;
}

.openedsubsublink {
	font-family:Arial;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	padding-left: 4px;
}
.bgopenedsubsublink {
	background-image: url(../images/bg-openedsubsub.gif);
	height: 14px;
	width: 127px;
	margin-left: 20px;
}

.link {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.openedlink {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


a {
	font-weight:normal;
	color:#E2670B;/*
	text-decoration: none;*/
}

a:hover {
	color:#000000;
}

.klein {
	font-family:Arial;
	font-size:9px;
	color:#000000;
}
.klein {
	font-size:10px;
}

.gold {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
	color:#E2670B;
}

.goldgross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color:#E2670B;
}

.feld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E7E7E7;
	border: 1px solid #666666;
	margin:2px;
	padding: 0 4px 0 4px;
}
.search {
	/*background-color: #F8F2FA;*/
	font-size: 11px;
}

.footernav {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}
.footernav:hover {	
	color: #E2670B;
	/*font-size: 9px;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;*/
}
.weiss {
	font-size: 9px;
	color: #cccccc;
}

.tabUeberschrift {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E2670B;
	letter-spacing: 0.1em;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.BgNews1 {
background-color: #FFFFFF;
padding: 4px 0px 4px 0px;
}
.BgNews2 {
background-color: #FFECDC;
padding: 4px 0px 4px 0px;
}


/* #################################################################### */
.infolink {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.infolink:hover {	
	color: #E2670B;
}
.Schneelage {
	padding: 10px 0px 0px 90px;
	margin: 0;
	background-image: url(../images/schneelage.jpg);
	height: 34px;
}
.Wetter {
	padding: 10px 0px 0px 90px;
	margin: 0;
	background-image: url(../images/wetter.jpg);
	height: 34px;
}
.Pisten {
	padding: 10px 0px 0px 90px;
	margin: 0;
	background-image: url(../images/pistenlifte.jpg);
	height: 34px;
}
.ORF {
	padding: 10px 0px 0px 90px;
	margin: 0;
	background-image: url(../images/orf_livcam.jpg);
	height: 34px;
}
.Schirm {
	padding: 10px 0px 0px 90px;
	margin: 0;
	background-image: url(../images/schirmbar.jpg);
	height: 34px;
}
.Kreischberg_TV {
	padding: 10px 0px 0px 90px;
	margin: 0;
	background-image: url(../images/kreischberg_tv.jpg);
	height: 34px;
}
}
.Mastercard {
	padding: 10px 0px 0px 90px;
	margin: 0;
	background-image: url(../images/logos/mc_banner.jpg);
	height: 34px;
}
/* ##################################### */
.td_headline {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E2670B;
	letter-spacing: 0.1em;
   padding: 5px 5px 5px 5px;
}

.td_headline_ohne {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #E2670B;
	letter-spacing: 0.1em;
   padding: 5px 5px 5px 5px;
}

.td_hell {
background-color: #FFFFFF;
padding: 4px 0px 4px 0px;
text-align: center;
}

.td_fussnote {
	background-color: #FFFFFF;
	padding: 4px 0px 4px 0px;
	text-align: center;
   border: 1px solid #E2670B;
}

.td_dunkel_links {
background-color: #FFECDC;
padding: 4px 0px 4px 4px;
}

.td_dunkel_center {
background-color: #FFECDC;
padding: 4px 0px 4px 0px;
text-align: center;
}

.td_dunkel_links_u {
background-color: #FFECDC;
padding: 4px 0px 4px 4px;
text-decoration: underline;
}

.td_dunkel_links_a {
background-color: #FFECDC;
padding: 4px 0px 4px 20px;
}

.BgEvent1 {
background-color: #FFFFFF;
padding: 4px 0px 4px 4px;
}

.BgEvent2 {
background-color: #FFECDC;
padding: 4px 0px 4px 4px;
}

.EventText1 {
background-color: #FFFFFF;
font-style: italic;
color: #000000;
padding: 0px 0px 4px 20px;
}

.EventText0 {
background-color: #FFECDC;
font-style: italic;
color: #000000;
padding: 0px 0px 4px 20px;
}

.EventUeberschrift {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E2670B;
	letter-spacing: 0.1em;
        padding: 5px 5px 5px 5px;
}

