body 		{
			font-family: arial;
    		font-size: 13px;
    		color: #292626;
			margin:0;
			padding:0;
			background:url(pix/body_hg.gif);
			}
			
/*Allgemeine Definitionen*/		
	
img 		{border:none;}
a 			{text-decoration: none;}
p 			{padding:0; margin:0;}
ul			{margin:0; padding:0; list-style-type:none;}
li			{margin:0; padding:0;}
			
/*Tabellen*/

td			{font-size:13px;}
			
.borderPreisliste {
			border: 1px solid #cfdde6;
			font-size:10px;
			}
			
input, textarea, select {
			border:1px solid #cc0115;
			padding: 3px 5px;
			font-family: arial;
			}
						
/*links global*/

a:link 		{ 	
			color:#d17500;
			text-decoration: none;
			}
	
a:visited 	{ 
			color:#d17500;
			text-decoration: none;
		  	}
		
a:hover   	{ 
			color:#cc0115;
			text-decoration: none;
		    }
			
/*überschriften*/

h1 			{
			color:#cc0115;
			font-size:12px;
			font-weight:bold;
			padding:0;
			margin:0;
			}
			
h2 			{
			color:#cc0115;
			font-size:17px;
			font-weight:bold;
			padding:0;
			margin:0;
			}
			
h3 			{
			color:#cc0115;
			font-size:20px;
			font-weight:bold;
			padding:0;
			margin:0;
			}	
/*hr*/		
	
.hr hr		{border:1px solid #cc0115;}

/*Hintergrund (Schein) für Body*/

#hg_top		{
			position:absolute;
			left:0;
			top:0;
			width:454px;
			height:285px;
			background:url(pix/hg_left_top.jpg);
			}

#centering {
			position:relative;
			margin:auto;
	  		width: 1000px;
			height:auto;
			}
				
/*Header+Logos+Transparentes Overlay*/	
		
#header 	{
			z-index:1;
	  		width:1000px;
	  		height:227px;
			}

#overlay_header	{
			z-index:2;
			position:absolute;
			left:0px;
			top:0px;
			width:1000px;
			height:248px;
			background:url(pix/header_overlay.png);
			}
			
* html #overlay_header {
			 background-image: none;
			 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.bigmountain-fieberbrunn.at/templates/klubarbeit/pix/header_overlay.png')
			}
			
			
#logo_fwt	{
			z-index:2;
			position:absolute;
			right:0px;
			top:143px;
			width:171px;
			height:63px;
			background:url(pix/fwt_women.png);
			}

* html #logo_fwt {
			 background-image: none;
			 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.bigmountain-fieberbrunn.at/templates/klubarbeit/pix/fwt_women.png')
			}

#logo_fwq	{
			z-index:2;
			position:absolute;
			right:0px;
			top:210px;
			width:171px;
			height:64px;
			background:url(pix/fwg.png);
			}
			
* html #logo_fwq {
			 background-image: none;
			 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.bigmountain-fieberbrunn.at/templates/klubarbeit/pix/fwg.png')
			}
			
#logo_left	{
			width:349px;
			height:235px;
			z-index:2;
			position:absolute;
			left:-18px;
			top:27px;
			cursor:pointer;
			background:url(pix/logo_neu.png) no-repeat;
			}

* html #logo_left {
			 background-image: none;
			 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.bigmountain-fieberbrunn.at/templates/klubarbeit/pix/logo_neu.png')
			}
	
#slide		{
			top:0px;
			width:1000px;
			height:227px;
			background:url(pix/slide.jpg);
			}
			
#language	{
			position:absolute;
			z-index:3;
			right:10px;
			top:2px;
			}
			
#language img {
			margin-left:5px;
			border: 2px solid white;
			}
			
#language img:hover {border: 2px solid #fbc932;}
			
/*Hauptmenü oben*/	
		
#menuetop	{
			position:absolute;
			z-index:2;
			width:1000px;
			top:5px;
			left:5px;
			}
			
#menuetop ul li{
			position:relative;
			list-style-type:none;
			display:block;
			
			float:left;
			margin-right:30px;
			}
			
#menuetop ul li ul {
			position:absolute;
			top:18px;
			width:184px;
			/*height:128px;*/
			padding:6px 0 8px 0;
			margin:6px 0 0 0;
/*IE7Hack*/ left:-1px;
			background-image:url(pix/nav_out.png);
			background-repeat:no-repeat;
			background-position:bottom;
			}	

#menuetop ul li ul li{
			padding:2px 1px 0 15px;
			margin:0 0 0 0;	
			}
						
#menuetop a {
			font-size:16px;
			color:white;
			font-weight:bold;
			}
			
#menuetop a:hover {
			color:#fbc932;
			text-decoration:underline;
			}
			
.menu-current a {
			color: #fbc932 !important;
			text-decoration: none;
			}
			
#menuetop ul li ul li a{
			font-size:15px;
			color:black;
			font-weight:bold;
			padding-left:35px;
			position:relative;
			}

#menuetop ul li ul li a:hover {
			color:#cc0115;
			text-decoration:underline;
			background:url(pix/spider_klein.gif);
			background-repeat:no-repeat;
			}
			
#menuetop ul li ul li.menu-current a {
			color: #cc0115 !important;
			text-decoration: none;
			background:url(pix/spider_klein.gif);
			background-repeat:no-repeat;
			}
			
/*Conatin für Float*/
			
#left		{
			float:left;
			width:648px;
			}
			
#right		{
			padding-top:15px;
			float:left;
			width:310px;
			}
			
/*Container für Wrapper*/
			
#main		{
			z-index:2;
			width:1000px;
			height:auto;
			background:url(pix/wrapper.gif);
			}
			
/*Textinhalt*/	
		
#content	{
			width:480px;
			margin:80px 0 0 108px;
			}
			
#content ul {
			margin:20px 0 10px 50px;
			}
			
#content ul li {
			margin-bottom:10px;
			padding:0 0 0 35px;
			background:url(pix/spider_klein.gif);
			background-repeat:no-repeat;
			}
			
/*Seitentitelleisten*/		
			
#title_hrz	{
			position:absolute;
			height:40px;
			margin-left:100px;
			margin-top:35px;

/*IE Hack*/	left:-1px;
			}
			
#title_vrt	{
			margin-top:40px;
			width:40px;
			margin-left:22px;
/*IE Hack*/	-margin-left:11px;
			float:left;
			padding-bottom:50px;
			background-position:bottom;
			background-repeat:no-repeat;
			}
			
* html #title_vrt {background-image: none;}
			
/*News Box mit Title*/
			
#news_title	{
			background:url(pix/news.gif);
			width:135px;
			height:45px;
			}
			
#news_box_hg {
			background-image:url(pix/newsbox_hg.gif);
			width:300px;
			}			
#news_box	{
			margin-top:5px;
			padding:15px;
			width:270px;
			height:180px;
			overflow:auto;
			}
			
#news_box .newsentry	{
			margin-bottom:10px;
			}
			
#news_box .newsentry a {
			color:#cc0115;
			}
			
#news_box .newsentry a:hover {
			color:#ce7800;
			}
				
#news_box .newsentry_title a {
			font-size:16px;
			font-weight:bold;
}

/*News für Contentbereich*/
			
#content .newsentry	{
			margin-bottom:10px;
			}
			
#content .newsentry a {
			color:#cc0115;
			}
			
#content .newsentry a:hover {
			color:#ce7800;
			}
				
#content .newsentry_title a {
			font-size:16px;
			font-weight:bold;
}


/*kleine Thmumbgallery*/
			
#smallgallery_title	{
			background:url(pix/smallgallery.gif);
			width:300px;
			height:77px;
			margin-top:10px;
			}
			
#smallgallery {
			width:300px;
			}
			
#smallgallery img {
			border: 2px solid #cc0115;
}
			
#smallgallery ul {
			margin:5px 0 0 12px;
			width:300px;
			}
			
#smallgallery ul li {
			padding:0 26px 6px 0;
			float:left;
			}
	
/*Biggallery - Link zur externen Flashgallery*/		
			
#biggallery a{
			display:block;
			width:115px;
			height:115px;
			width:300px;
			height:115px;
			background:url(pix/biggallery.gif);
			}
			
#biggallery a:hover {background:url(pix/biggallery_ov.gif);}

.link_impressum  {
	margin-top:30px;
	display:block;
	float:right;
	font-weight:bold;
	font-size:15px !important;
	color:white !important;
}

#footer		{
			background: #000 url(pix/footer.gif) no-repeat;
			width:1000px;
			height:15px;
			margin:0px;
			color:#fff;
			padding-top:10px;
			text-align:center;
			letter-spacing:1px;
			}
			
#sponsoren {
	margin-left:78px;
}
			
.gold {color:#d17500;}

.clear{clear:both;}