/* CSS DOCUMENT

   @title         | spectral.tv - film + fernsehproduktion
                  | Interetpräsentation

   @author        | Tobias Scholz
                  | http://www.tobsen.com

   @created       | 09.08.2009
                  | mail@tobsen.com

/* --- LAYOUT ------------------------------------------------------------- */

/* - GENERAL --- */
#wrapper {
	width: auto;
}

#header {
	width: auto;
	margin: 0 0 2.5em 0;
	padding: 3.75em 0 0 60px;
}

#content {
	width: auto;
	height: auto !important;	/* für moderne Browser */	
	height: 26em;				/* für den Internet Explorer */
	min-height: 26em;
	min-width: 62.5em;
	padding: 0 0 0 60px;
}


#footer {
	clear: both;
	width: auto;
	padding: 0 0 2.5em 60px;
}

/* - END --- */