@charset "utf-8";
/**
 * Home stylesheet
 * 
 * Website: disentis-sports.ch
 * Autor: Fabian Manetsch
 * Datum: 18.03.2010
 */
/* CSS Main stylesheet */
@import url(base.css);

/*Übersteuert folgende Klassen, um die Home-Seite richtig anzuzeigen (nur auf Home)*/

/* Sprachauswahl */
#lang
{
	display: block;
	width: 798px;
	height: 46px;
	float: left;
	margin: auto;
	margin: 20px 0 0 2px;
	background-image:url(../img/bg_lang.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#container
{
	/*height: 756px;
	width: 800px;*/
	margin-top: 10px;
	/*background-image: url(../img/background_home.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/*/
}
/*Content*/
#content
{
	width: 485px;
	/*display: none;*/
}

#leftrow
{
	width: 315px;
	/*display: none;*/
}


/*Content Left anzeigen*/
#content_left
{
	display: block;
	height: 735px;
	width: 100%;
	float: left;
	padding-top: 4px;
	text-align: justify;
	background-image: url(../img/bg_swisssnowsports.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* Logo und Subnav ausblenden */
#logo, #subnav
{
	display: none;	
}