/* schoko.css
------------------------------------------------------------------------
This stylesheet contains the rules for ÖKOPHARM Company Site

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #b3dec2 url(/static/img/oekopharm_bg.jpg) center top no-repeat;
	text-align: center;

}



/*Contentseite (Unternehmen) 
--------------------------------------------------------------------- */
#content {
	width: 550px;
	height: 510px;
	float: left;
	padding-left: 30px;
	overflow: hidden;
	background: none;
	color: #626465;
}

#content .companylogo {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/oekopharm_logo.png) left top no-repeat;
	width: 160px;
	height: 120px;
	overflow: hidden;
	float: left;
}

/* footer container
--------------------------------------------------------------------- */

#footer {
	width: 1000px;
	height: 90px;
	overflow: hidden;
	float: left;
	color: #919da3;
}


#footer #footer_c a {
	color: #919da3;
	text-decoration: none;
	padding: 0 8px;
}

#footer #footer_c .f_left a:hover {
	color: #a2a29e;
	text-decoration: none;
}

#footer #footer_c .elements a {
	color: #a2a29e;
}



