@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../image/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #f5f7f9;
}

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

#site_table {
	width:1024px;
}

/*--Elemente Seitenhintergrund ----------------------------------------------------------------------------*/
#bg_site_container {
	position: absolute;
	z-index: 0;
	height: 100%;
}

#bg_site_table {
	height: 100%;
	width: 1024px;
}

#bg_site_top {
	height: 30px;
	background-image: url(../image/bg_site_middle.png);
	background-repeat: repeat-y;
	background-position: bottom;
}
#bg_site_middle {
	background-image: url(../image/bg_site_middle.png);
	background-repeat: repeat-y;
	background-position: bottom;
}

#bg_site_bottom {
	height: 115px;
	background-image: url(../image/bg_site_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}

#box_home_big {
	background-image: url(../image/bg_box_home_big.png);
	background-repeat:no-repeat;
	width: 225px;
	height: 332px;
	padding-left: 13px;
	padding-top: 9px;
}

#box_home_logos {
	background-image: url(../image/bg_box_home_logos.png);
	background-repeat:no-repeat;
	width: 225px;
	height: 188px;
}

.box_small {
	background-image: url(../image/bg_box_small.png);
	background-repeat:no-repeat;
	width: 145px;
	height: 159px;
	padding-left: 13px;
	padding-top: 9px;
}
/*--Elemente Contentbereich ----------------------------------------------------------------------------*/

#content_table {
	height: 100%;
	width: 1024px;
}

/*-- Schriften ----------------------------------------------------------------------------*/
a {
	text-decoration: none;
	border: none;
	color: #656667;
}

ul {
	list-style-image: url(../image/tomate_liste.png);
}

li {
	margin-bottom:5px;
}


.subline_16px_heinz_grau, .subline_20px_heinz_grau, .subline_20px_heinz_rot, .subline_20px_heinz_lila, .subline_20px_heinz_blau, .subline_20px_heinz_gruen, .subline_20px_heinz_gelb, .subline_20px_heinz_orange, .subline_20px_heinz_schwarz, .headline_heinz_rot, .subnav, .subnav_active, .subnav_devider, .headline_24px_weiss, .subline_18px_weiss, .subline_16px_schwarz  {
	font-family: "Trebuchet MS";
	padding: 0px;
	margin: 0px;
}

.subline_16px_heinz_grau {
	font-size: 16px;
	color: #9f9f9f;
}

.subline_20px_heinz_grau {
	font-size: 20px;
	color: #9f9f9f;
}

.subline_20px_heinz_rot {
	font-size: 20px;
	color: #e2001a;
}

.subline_20px_heinz_lila {
	font-size: 20px;
	color: #b9006d;
}
.subline_20px_heinz_blau {
	font-size: 20px;
	color: #00a7e3;
}
.subline_20px_heinz_gruen {
	font-size: 20px;
	color: #45a12b;
}

.subline_20px_heinz_gelb {
	font-size: 20px;
	color: #f3c200;
}

.subline_20px_heinz_orange {
	font-size: 20px;
	color: #ff9600;
}

.subline_20px_heinz_schwarz {
	font-size: 20px;
	color: #000000;
}

.headline_24px_weiss {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}

.subline_18px_weiss {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.subline_16px_schwarz {
	font-size: 16px;
	color: #000000;
}


.headline_heinz_rot { 
	font-size: 34px; 
	color: #e2001a;
}

.fliesstext_schwarz {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}
.fliesstext_schwarz a {
	text-decoration: none;
	color: #000000;
}
.fliesstext_schwarz a:hover {
	color: #e2001a;
}
.fliesstext_schwarz_bold {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight:bold;
	color: #000000;
}
.fliesstext_rot_bold, .fliesstext_rot_bold a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight:bold;
	color: #e2001a;
}

.text_12px_schwarz_bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

.text_14px_grau {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #767879;
}



.subline_rot, .subline_rot a  {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight:bold;
	color: #e2001a;
	display:block;
	margin-bottom: 8px;
}

.navi_footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
	color: #656667;
	padding-right: 36px;
	height: 8px;
}
/*-- Navigation ----------------------------------------------------------------------------*/

.btn_navi {
	background-image:url(../image/navi.png);
	overflow: hidden;
	height: 45px;
}

#btn_home {
	background-position: 0px 0px;
	width: 61px;
}
#btn_home_active {
	background-position: 0px -55px;
	width: 61px;
}
#btn_unternehmen {
	background-position: -61px 0px;
	width: 117px;
}
#btn_unternehmen_active {
	background-position: -61px -55px;
	width: 117px;
}
#btn_vision {
	background-position: -178px 0px;
	width: 129px;
}
#btn_vision_active {
	background-position: -178px -55px;
	width: 129px;
}
#btn_marken {
	background-position: -307px 0px;
	width: 179px;
}
#btn_marken_active {
	background-position: -307px -55px;
	width: 179px;
}
#btn_nachhaltigkeit {
	background-position: -486px 0px;
	width: 132px;
}
#btn_nachhaltigkeit_active {
	background-position: -486px -55px;
	width: 132px;
}
#btn_karriere {
	background-position: -618px 0px;
	width: 87px;
}
#btn_karriere_active {
	background-position: -618px -55px;
	width: 87px;
}
#navi_ende_rechts {
	background-position: -705px 0px;
	width: 33px;
}

/*-- Subnavigation ---- */

#subnav_nachhaltigkeit {
	height: 230px;
	width: 170px;
	background-image:url(../image/bg_subnav_nachhaltigkeit.png);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 85px;
	top: 10px;
	padding-left: 20px;
	padding-top: 10px;
}

.subnav, .subnav_active {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

.subnav {
	color: #000000;
}

.subnav_active {
	color: #e3011b;
}

.subnav_devider {
	font-size: 11px;
	color: #999999;
	margin-right: 15px;
	margin-bottom: 5px;
	height: auto;
	border-bottom: #999999 dotted 1px;
	display: block;
	line-height: 14px;
}

#subnav_devider_2 {
	margin-top: 10px;
}

/*-- Bildelemente ----------------------------------------------------------------------------*/

#img_marken_produkte, #img_marken_heinz, #img_marken_sonnenbassermann, #img_marken_foodservice, #img_marken_seesen {
	background-repeat:no-repeat;
	width: 200px;
	height: 140px;
}

#img_marken_produkte {
	background-image:url(../image/img_marken_produkte.png);
}

#img_marken_heinz {
	background-image:url(../image/img_marken_heinz.png);
}

#img_marken_sonnenbassermann {
	background-image:url(../image/img_marken_sonnenbassermann.png);
	margin-top: 45px;
}

#img_marken_foodservice {
	background-image:url(../image/img_marken_foodservice.png);
}

#img_marken_seesen {
	background-image:url(../image/img_marken_seesen.png);
}

.img_float {
	height: 140px;
	width: 165px;
	float: left;
}


/*-- Nachhaltigkeit ----------------------------*/

.subline_zitat {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	padding-left: 25px;
	font-family: "Times New Roman", Times, serif;
}

#bg_nachhaltigkeit_qualitaet {
	margin-left: -15px;
	height: 645px;
	width: 690px;
	padding-left: 30px;
	background-image:url(../image/bg_nachhaltigkeit_qualitaet.png);
	background-repeat: no-repeat;
}

#bg_nachhaltigkeit_grown_not_made {
	margin-left: -15px;
	height: 550px;
	width: 690px;
	padding-left: 30px;
	background-image:url(../image/bg_nachhaltigkeit_grown_not_made.png);
	background-repeat: no-repeat;
}

#bg_nachhaltigkeit_ziele {
	margin-left: -15px;
	height: 550px;
	width: 690px;
	padding-left: 30px;
	background-image:url(../image/bg_nachhaltigkeit_ziele.png);
	background-repeat: no-repeat;
}

#bg_nachhaltigkeit_gesund_aufwachsen {
	margin-left: -15px;
	height: 535px;
	width: 690px;
	padding-left: 30px;
	background-image:url(../image/bg_nachhaltigkeit_gesund_aufwachsen.png);
	background-repeat: no-repeat;
}

#bg_nachhaltigkeit_umwelt {
	margin-left: -5px;
	height: 620px;
	width: 680px;
	padding-left: 20px;
	background-image:url(../image/bg_nachhaltigkeit_umwelt.png);
	background-repeat: no-repeat;
}

#bg_nachhaltigkeit_wirtschaft {
	margin-left: -5px;
	height: 520px;
	width: 680px;
	padding-left: 20px;
	background-image:url(../image/bg_nachhaltigkeit_wirtschaft.png);
	background-repeat: no-repeat;
}

#bg_nachhaltigkeit_gesellschaft {
	margin-left: -15px;
	height: 550px;
	width: 690px;
	padding-left: 30px;
	background-image:url(../image/bg_nachhaltigkeit_gesellschaft.png);
	background-repeat: no-repeat;
}


.bullets_wirtschaft, .bullets_umwelt, .bullets_gesellschaft, .bullets_qualitaet, .bullets_gesund_aufwachsen {
	list-style: disc;
	list-style-position:outside;
	font-size: 12px;
	padding-left: 15px;
}

.bullets_umwelt {
	color: #41a62a;
	margin-top: 0px;
}

.bullets_ziele {
	list-style-position:inside;
	font-size: 12px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 0px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.bullets_table {
	background-repeat:no-repeat;
	height: 25px;
	width: 50px;
}

#bullet_ziele_energieverbrauch {
	background-image:url(../image/bullet_ziele_energieverbrauch.png);
}
#bullet_ziele_restmuell {
	background-image:url(../image/bullet_ziele_restmuell.png);
}
#bullet_ziele_verpackung {
	background-image:url(../image/bullet_ziele_verpackung.png);
}
#bullet_ziele_transport {
	background-image:url(../image/bullet_ziele_transport.png);
}
#bullet_ziele_erneuerbare_engergien {
	background-image:url(../image/bullet_ziele_erneuerbare_energien.png);
}
#bullet_ziele_landwirtschaft {
	background-image:url(../image/bullet_ziele_landwirtschaft.png);
}
#bullet_ziele_wasser {
	background-image:url(../image/bullet_ziele_wasser.png);
}
#bullet_ziele_mitarbeiter {
	background-image:url(../image/bullet_ziele_mitarbeiter.png);
}


.bullets_umwelt_sub {
	list-style-position:inside;
	font-size: 12px;
	padding-left: 0px;
	line-height: 0px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

#bullet_umwelt_energie {
	list-style-image:url(../image/bullet_umwelt_energie.png);
}
#bullet_umwelt_muell {
	list-style-image:url(../image/bullet_umwelt_muell.png);
}
#bullet_umwelt_wasser {
	list-style-image:url(../image/bullet_umwelt_wasser.png);
}

.bullets_wirtschaft {
	color: #cc071e;
}

.bullets_qualitaet, .bullets_gesund_aufwachsen, .bullets_gesellschaft {
	color: #ff8400;
	margin-top: 0px;
}

.textbox {
	width: 340px;
}
