@charset "utf-8";
/**
 * Main stylesheet
 * 
 * Website: agri-cultura.ch
 * Autor: Fabian Manetsch
 * Datum: 20.05.2009
 */

*
{
	margin: 0;
	padding: 0;
}
html

{
	height: 100%;
	width:: 100%;
}

body 
{ 
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 62.5%; 
	line-height: 62.5%;
	color: #969696;
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/background.png);
	background-repeat: repeat;
}

*{
	font-size: 1em;
	line-height: 1em;
}
						
div
{
	font-size:1.0em;
}


/* BILDER ---------------------------------------------------------- */
img
{
	border: none;	
}

/* BODY ---------------------------------------------------------- */
#rahmen
{
	width: 1008px;
	height: 100%;
	margin: auto;
	background-image: url(../images/background_lines.png);
	background-repeat: repeat-y;
}

#header
{
	width: 100%;
	height: 150px;
	margin-top: 200px;
	background-image: url(../images/start_logo.png);
	background-repeat: no-repeat;
}

#container
{
	height: 80px;
	width: 450px;
	float: right;
	margin-top: 60px;
	background-image: url(../images/start_welcome.png);
	background-repeat: no-repeat;
}

/*Startseite, HACK IE6, sonst wird Grafik nicht transparent angezeigt*/
/*Pfad muss relativ zur HTML-Datei (index.php) stehen*/
* html #container
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/images/start_welcome.png', sizingMethod='crop');
	background: none;
}
