/*
 * GLOBAL
 */

html, body, div, td, p, a, input, h1, h2, h3, h4, h5, h6, ul, li, dt, dd {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
}

html, body {
	width: 100%;
	height: 100%;
	background: #fafaf4 url(../image/fairalliance/wallpaper.jpg) no-repeat center 0 fixed;
}

ul, li {
	list-style-type: none;
}

img {
	border: 0;
}

a {
	color: #00bbe4;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
 * CONTENT
 */

#content {
	width: 1000px;
	margin: 0 auto;
	background: url(../image/fairalliance/content_bg.png) repeat-y 0 0;
}

#content_inner {
	padding: 50px 30px 0 30px;
}

#header {
	width: 100%;
	height: 140px;
	background: url(../image/fairalliance/menu_bg.png) repeat-x 0 90px;
}

#header_pic {
	width: 100%;
	height: 190px;
	background: url(../image/fairalliance/menu_bluete_bg.jpg) no-repeat center 30px;
	position: absolute;
}

#header_line {
	width: 100%;
	height: 140px;
	background: url(../image/fairalliance/menu_line.png) no-repeat center 40px;
}

#header_inner {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 276px;
	height: 125px;
	position: absolute;
	left: 30px;
	top: 35px;
}

#menu {
	width: 536px;
	height: 46px;
	background: red;
	position: absolute;
	top: 94px;
	left: 308px;
}

#standards {
	width: 230px;
	height: 24px;
	position: absolute;
	top: 21px;
	left: 725px;
}

#footer {
	width: 100%;
	background: url(../image/fairalliance/footer_bg.png) no-repeat center 0;
	height: 310px;
}
#footer_inner {
	width: 1000px;
	height: 310px;
	margin: 0 auto;
	clear: both;
}

#footer_claim {
	width: 787px;
	height: 120px;
	float: left;
	background: url(../image/fairalliance/footer_claim.png) no-repeat 35px 70px;
}

#footer_standards {
	width: 380px;
	height: 150px;
	float: left;
	background: url(../image/fairalliance/footer_trenner.png) no-repeat right;
}

#footer_standards i {
	color: #b3cd04;
}

#footer_quote {
	width: 375px;
	height: 150px;
	float: left;
}

#footer_person {
	width: 234px;
	height: 286px;
	float: right;
	margin-top: -118px;
	margin-right: 2px;
}

/*
 * Menue
 */

#menu ul li {
	float: left;
	/*display: block;
	width: 134px;
	height: 46px;*/
	background: lightblue;
}

#menu ul li a {
	/*display: block;
	width: 134px;
	height: 46px;*/
	background-image: url(../image/fairalliance/menu_5.png);
}

#menu ul li a b {
	display: none;
}

li#men_fair a {
	background-position: 0 -4px;
	display: block;
	width: 89px;
	height: 46px;
}

li#men_bio a {
	background-position: -89px -4px;
	display: block;
	width: 101px;
	height: 46px;
}

li#men_co2 a {
	background-position: -190px -4px;
	display: block;
	width: 114px;
	height: 46px;
}

li#men_trans a {
	background-position: -304px -4px;
	display: block;
	width: 113px;
	height: 46px;
}

li#men_schule a {
	background-position: -417px -4px;
	display: block;
	width: 119px;
	height: 46px;
}

li#men_fair a:hover,
body.fair li#men_fair a {
	background-position: 0 -64px;
	display: block;
	width: 89px;
	height: 46px;
}

li#men_bio a:hover,
body.bio li#men_bio a {
	background-position: -89px -64px;
	display: block;
	width: 101px;
	height: 46px;
}

li#men_co2 a:hover,
body.co2 li#men_co2 a {
	background-position: -190px -64px;
	display: block;
	width: 114px;
	height: 46px;
}

li#men_trans a:hover,
body.trans li#men_trans a {
	background-position: -304px -64px;
	display: block;
	width: 113px;
	height: 46px;
}

li#men_schule a:hover,
body.schule li#men_schule a {
	background-position: -417px -64px;
	display: block;
	width: 119px;
	height: 46px;
}

/*
 * Standards
 */

#standards ul li {
	float: left;
}

#standards ul li a {
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
	margin: 0 10px 0 0;
	display: inline-block;
	height: 24px;
	padding: 0 5px;
	color: #000;
	font-weight: normal;
}

#standards ul li a:hover,
body.akt ul li#st_akt a,
body.imp ul li#st_imp a,
body.dis ul li#st_dis a {
	background: url(../image/fairalliance/standards_hover_bg.png) repeat-x 0 0;
	color: #fff;
}
 
/*
 * Footer
 */

#footer_claim h2 {
	display: none;
}

#footer_quote p {
	color: #a5a5a5;
	font-size: 11px;
	line-height: 18px;
	padding: 0 15px 0 20px;
}

#footer_quote img {
	float: left;
	margin: 0 5px 0 20px;
}

#footer_standards div {
	margin: 36px 0 0 35px;
}

#footer_standards p {
	font-size: 11px;
	line-height: 18px;
	padding: 0 5px 0 35px;
}

#footer_standards img {
	float: left;
	margin: 0 5px;
}
