/* ----- Seitenstruktur ----- */
html {

	height:101%;
	min-height:101%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#C9CDD1;
	background-image:url(../img/global/bg_main.gif);
	background-repeat:repeat-x;	
	color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:13px;
	text-align:center; 
}


/* 	Äußerster Container, umfasst gesamten Content */
#outer_container {
	position:relative; 
   	margin-left:auto; 
   	margin-right:auto; 
	width: 998px;
	text-align:left;
	min-height:610px;
	background-color:#C9CDD1;
	background-image:url(../img/global/verlauf1.gif);
	background-repeat:repeat-x;
}

/* IE: Höhe immer auf 100% */
html.*  #outer_container { 
	height:608px;
}

/* verdeckt markenlayer */
#marken_overlay {
	position:absolute;
	left:-1000px;
	top:1px;
	width:1000px;
	height:430px;
	background-color: #C9CDD1;
	background-image:url(../img/global/bg_main.gif);
	background-repeat:repeat-x;
	z-index:60;
}

/* Mozilla: marken_overlay leicht verschoben */
*:not(hr) #marken_overlay {
	background-position:-4px 0px;
}

/*	Coca-Cola-Logo	*/
#coke_logo {
	position:absolute;
	right:9px;
	top:16px;
	margin:0;
	padding:0;
	z-index:40;
}

/*	Coca-Cola-Logo Printversion	*/
#coke_logo_print {
	display:none;
}

/*	umfasst gesamte Haupt-Navigation */
#header {
	width:745px;
	height:130px;
}

/* Infotext bei deaktiviertem Javascript */
#noscript_container {
	position:relative;	
	z-index:80;
}

#noscript_info, #flash_note {
	position:relative;	
	width: 998px;
   	margin-left: auto; 
   	margin-right: auto; 	
	padding-top:1px;
	padding-bottom:2px;
	background-color:#CC0000;
	text-align:left;
	font-size:9px;	
	color:#ffffff;
	display:block;	
}

#flash_note {
	display:none;
}

#noscript_info div, #flash_note div {
	margin-left:32px;
}

#flash_note a {
	color:#ffffff;
}



/*	Spacer, bewirkt Mindestabstand des Footers vom Contentbeginn */
.main_content_min_height {
	float:right;
	width:1px;
	height:349px;
	margin:0px;
}

/*	Spacer, bewirkt Mindestabstand des Footers vom Contentbeginn */
.right_container_min_height {
	float:right;
	width:1px;
	height:294px;
	margin:0px;
}

/* Haupt-Container, umfasst Navigation, Haupt-Contant, Marken-Container, Haupt-Image */
#main_container {
	position:relative;
	float:left;
	width:807px;	/*807px*/
	margin:0px;
	padding:0px;
	z-index:29;/*29*/
}

/*	umfasst Haupt-Seitentext und Haupt-Image */
#main_content {
	position:relative;
	float:right;
	width:365px;
	padding-top:4px;
	margin-right:5px;
	z-index:21;
	padding-bottom:30px
}

/*	umfasst Haupt-Seitentext für download-box in Nachhaltigkeit */
#main_content_nachhaltigkeit {
	position:relative;
	float:right;
	width:365px;
	padding-top:430px;
	left: -30px;
	padding-bottom:30px
}


/* fuer die history timeline */
#main_content_swf {
	position:relative;
	float:left;
	width:785px;
	margin-top:15px;
	margin-right:0px;
	z-index:21;
	padding-bottom:0px
}

/* Mozilla */
*:not(hr) #main_content {
	width:370px;
}

/* rechter Container, enthält right_content */
#right_container {
	position:relative;
	width:186px;
	padding-top:137px;		
	margin-left:802px;	
	z-index:16;	
}

/* Mozilla: right_container von Hintergrundbild-Kante nach rechts wegverschoben */
*:not(hr) #right_container {	
	margin-left:810px;	
}

/* Background für rechten Container. Davon unabhängig, um unter Footer-Image zu liegen */
#right_background {
	position:absolute;
	top:0px;
	right:0px;
	width:186px;
	height:590px;
	background-color:#C9CDD1;
	background-image:url(../img/global/verlauf2.gif);
	background-repeat:repeat-x;
}

/* rechter Container, enthält Content des rechten Bereichs */
#right_content {
	margin-left:10px;
	margin-right:5px;
	padding-bottom:45px;
	min-height:258px;
}

/* enthält die bewegliche Marken-Ebene */
#markencontainer {
	border: 0px solid black; 
	position:absolute;
	top:129px;
	left:-825px;
	width:860px;
	height:235px;
	visibility:hidden;
	z-index:32;
} 

#markencontainer area {
	border:none;
}


/* der Haupt-Image-Container */
#main_image_container {
	position:absolute;
	top:134px; 
	left:0px;
	z-index:12;
}

/* der Haupt-Image-Container mit Etikett */
#etikett_container {
	position:absolute;
	top:29px; 
	left:80px;
	width:333px;
}

/* der Haupt-Image-Container */
#main_image_container_xs {
	position:absolute;
	top:134px; 
	left:33px;
	z-index:12;
}

/* enthält footer_image und nav_legal */
#footer {
	position:relative;
	top:-125px;
	height:130px;	
	clear:both;
	z-index:15;
}

/* IE 5.0: Footer nach unten schieben */
html + body #footer {
	top:0px;
}


/* IE 5.0: Footer nach unten schieben */
html + body #outer_container {
	margin-bottom:-129px;	
}

/* Footer-Grafik: Welle als PNG */
#footer_image {
	position:absolute;
	top:0px;
	left:0px;
}

/* Footer-Grafik: Welle als JPG */
#footer_image_alt {
	position:absolute;
	top:129px;
	left:0px;
}

/* enthält legal-Menü */
#nav_legal {
	position:absolute;
	top:205px;
	right:0px;
	padding-right:20px;
	width:900px;
	text-align:right;
	font-size:9px;
	z-index:30;	
}

#nav_legal_spacer {
	height:130px;
}

#nav_legal p {
	text-align:right;
	margin-bottom:3px;
}

#nav_legal img {
	margin-left:9px;
}




/* ----- HTML-Elemente ----- */

img {
	border:none;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#CC0000;
}

object, embed, form, input {
	margin:0px;
	padding:0px;
}

hr {
	clear:both;
	margin-top:10px;
	margin-bottom:-20px;
	border-top:1px solid #b1b7bb;
	border-bottom:1px solid #dadee2;
}

.short_line {
	clear:none;
	width:100px;
	margin-top:10px;
	margin-bottom:0px;
	border-top:1px solid #666666;
}	

/* Mozilla: */
*:not(hr) hr {
	margin-top:43px;
}

ul {
	margin:0px;
	margin-left:8px;
	margin-bottom:15px;
	padding:0px;
	text-indent:-8px;		
	list-style-type:none;
}

ol {
	margin-left:23px;
	margin-bottom:15px;
	padding:0px;	
}

/* Mozilla: */
*:not(hr) ol {
	margin-left:20px;
}

p, h1, h2, h6 {
	margin-top:0px;
	margin-bottom:14px;
}

/* Page-Headline */
h1 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

/* Sub-Headline */
h2 {
	margin-top:26px;
	font-size:10px;	
	font-weight:bold;
	text-transform:uppercase;
}

/* Sub-Headline lowercase*/
h6 {
	margin-top:26px;
	font-size:10px;	
	font-weight:bold;
}


/* Headline, nicht in Fließtexten */
h3 {
	margin:0px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

/* Headline, nicht in Fließtexten und nicht uppercase */
h4, h5 {
	margin:0px;
	font-size:10px;
	font-weight:bold;
}

h6 {
	margin:0px;
	font-size:11px;
	font-weight:bold;
}

table {
	margin:0px;
	padding:0px;
	border:none;	
	border-spacing:0px;	
	border-collapse:collapse;
}

td {
	margin:0px;
	padding:0px;
	vertical-align:top;
  	border:none;	
	font-size:10px;	
}

select {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}


/* ----- Content-Klassen und Formatierungen per ID ----- */

/* Links im Fließtext */
.intext {
	color:#666666;
	text-decoration:underline;
}

.intext:hover {
	color:#CC0000;
}

.nowrap {
	white-space:nowrap;
}

/* Legaltexte, kleiner als der normale Text */
.legaltext {
	font-size:9px;
}


/* 	beendet Floaten	*/
.clearer {
	display:block;
	clear:both;
}

/* Fehlertext für Formulare */
.error {
	color:#CC0000;
}

/* Fehlerliste */
.textlist_error {
	margin-top:-6px;
	margin-bottom:15px;
	margin-left:15px;
	padding:0px;
	text-indent:0px;		
	list-style-image:url(../img/global/n-dash_red.gif);
	color:#CC0000;
}

.error_field {
	border:2px solid #CC0000;
}

/* Navigationslinks innerhalb des Contentbereichs */
.pagelink_bottom_left {
	float:left;
	margin-top:15px;
	margin-bottom:20px;
}

/* Link zum Seitenanfang (am Seitenende) */
.pagelink_bottom_right {
	float:right;
	margin-top:15px;
	margin-bottom:20px;
	text-align:right;
}

/* Link zum Seitenanfang (in FAQ-Liste) */
.pagelink_left {
	float:left;
	margin-top:15px;
	margin-bottom:0px;
	text-align:right;
}

/* Link zum Seitenanfang (in FAQ-Liste) */
.pagelink_right {
	float:right;
	margin-top:15px;
	margin-bottom:0px;
	text-align:right;
}

/* normale Textliste */
.textlist {
	margin-top:-6px;
	margin-bottom:15px;
	margin-left:15px;
	padding:0px;
	text-indent:0px;		
	list-style-image:url(../img/global/n-dash.gif);
}

/* Textliste mit Drops */
.textlist_with_drops td {
	padding-bottom:14px;
}

.drop {
	width:12px;
}

#year {
	width:90px;
}

/* Linkliste */
.linklist_xl {
	margin-top:0px;
}

.linklist_xl li {
	margin-bottom:14px;
}

/* Container für eingerückte Liste */
.indent {
	margin-top:13px;
	margin-left:32px;
}

.indent ul {
	margin-top:8px;
	margin-left:-8px;
}

/* Fotoliste Hauptbereich */
.fotolist {
	width:370px;
	margin-bottom:19px;
}

.fotolist .fotocell {
	width:85px;
	height:68px;

}

.fotolist img {
	margin:0px;
}

.fotolist .foto {
	margin-right:30px;
	/* API - entfernen der weissen Hintergrundfläche */
	/*
	width:59px;
	height:59px;
	border-right:1px solid #E4E5E5; 
	border-bottom:1px solid #D5D7D7;
	background-color:white; 
	*/
}

.fotolist .presse_fotocell {
	width:84px;
	height:84px;
	margin:0px;
	padding-right:20px;
	padding-bottom:20px;
}

.fotolist .foto img {
	margin:5px;
}

.fotolist .textcell {
	width:285px;
	padding-bottom:14px;
	line-height:13px;
}

.fotolist .textcell p {
	margin-bottom:9px;
}

/* Fotoliste rechte Spalte */
.fotolist_xs {
	width:204px;
	margin-bottom:19px;
}

.fotolist_xs .fotocell {
	width:60px;
	height:48px;
}

.fotolist_xs img {
	margin:0px;
}

.fotolist_xs .foto {
	width:51px;
	height:35px;
	margin:0px;
	border-right:1px solid #E4E5E5;
	border-bottom:1px solid #D5D7D7;
	background-color:white;
}

.fotolist_xs .foto img {
	margin:3px;
}

.fotolist_xs .fotolist .textcell {
	padding-bottom:14px;
	line-height:13px;
}

/* Terminliste */
.datelist {
	width:370px;
	margin-bottom:19px;
}

.datelist tr td {
	height:17px;
}

/* Liste Historie */
.yearlist td {
	padding-bottom:14px;
}

.yearlist .year {
	width:45px;
	font-weight:bold;
}

/* Textbreite Downloadpage */
.textwidth_download {
	width:375px;
}

/* Tabelle Broschüren-Download */
/* Abstand zum vorhergehenden Text */
p + .download {
	margin-top:13px;
}

.download {
	width:366px;
	margin-bottom:19px;
	padding-top:2px;
	background-image:url(../img/global/bg_download.png);
	background-position:top left;
	background-repeat:no-repeat;
	/*border-left:1px solid #f0f0f0;
	border-right:1px solid #E4E5E5;*/
	border-bottom:1px solid #D5D7D7;
	background-color:#eaebec;
}

table.download  caption,
.download .downloadheadline {
	width:366px;
	margin-left:2px;
	padding:4px 0px 4px 11px;
	background-image:url(../img/global/bg_downloadheadline.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#f5f6f7;
}

table.download  caption {
	margin-left:0;
	font-size:10px;
	font-weight:bold;
	text-align:left;
}

.download .downloadimage {	
	padding:12px 14px 14px 14px;
	background-color:#f5f6f7;	
}

.download .downloadtext {
	padding:12px 14px 0px 0px;
	background-color:#f5f6f7;
}

.download .downloadtext p {
	width:240px;
}

.download .downloadsubheadline {
	padding:12px 14px 14px 14px;
	background-color:#f5f6f7;	
}

.table_subheadline {
	margin-left:2px;
	padding:4px 0px 4px 11px;
	border-bottom:1px solid #D5D7D7;
}

.table_column_subheadline {
	/*width:186px;*/
	margin-left:2px;
	padding:4px 0px 4px 11px;
	border-bottom:1px solid #D5D7D7;
}

.tabletext {
	margin-left:2px;
	padding:4px 11px 4px 11px;
	line-height:12px;
}

/* Markennavigation */
.links {
	width:45px;
}

#spacer_fotos{
	float:left;
	margin-top:4px;
	height:120px;
}
#spacer_fotos_small{
	float:left;
	margin-top:4px;
	height:100%;
}

/* Link Presse - erweiterte Suche */
#link_erweiterte_suche {
	margin-top:5px;
	margin-left:100px;
}

/* fotos suchformular */
#searchform #rubric{
	width:148px;
}

/* Austauschgrafik Inhaltsstoffe */
#bottles {
	height:127px;
}
/* Austauschgrafik Nestea */
#bottles_nestea {
	height:210px;
}
/* Logo zu Nestea */
#logo_nestea {
	margin-bottom:80px;
}

/* Logo zur Bottles-Grafik */
#logo {
	margin-bottom:45px;
}

/* Datentabelle auf Seite Etikett */
#etikett {
	visibility:hidden;
}

/* Standort-Adresse auf Seite Konzessionen */
/*
#standort_info {
	display:none;
}*/


/* Make every drop count */
#segment_0, #segment_1, #segment_2, #segment_3, #segment_4, #segment_5, #segment_6, #segment_7, #segment_8, #segment_9, #segment_10  {
	margin-top:14px;
	width:365px;
	height:87px;
	display:none;
}

#segment_0  {
	display:block;
}

#segment_selection_container {
	margin-left:-8px;
}
#segment_marke_container {
	position:absolute;
	top:35px; 
	left:300px;
	width:120px;
	height:285px;
}

/* Kontaktformular */
form td {
	vertical-align:bottom;
}

#contactform .label {
	padding-right:4px;
	padding-bottom:4px;
}

#contactform .radio {
	margin-right:1px;
	vertical-align:middle;
}

#contactform .input_normal {
	margin-bottom:1px;
	padding:1px;
	width:280px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;	
}

#contactform #message,  #contactform #message2 {
	width:280px;
	height:122px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;			
}

#contactform .pers_data_storage {
	width:30px;
	margin-top:15px;
	margin-left:-1px;
	padding:0px;
}

#contactform #pers_data_storage_text {
	margin-top:-16px;
	margin-left:25px;
}

#contactform #submitcell {
	padding-top:16px;
	text-align:right;
}

#contactform #submitcell .submitbutton {
	margin-left:4px;
	width:11em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#E0E2E4;
	color:#666666;	
}

#reset {
	position:absolute;
	left:115px;
}

#reset {
	float:right;
}

/* Suchformular */

#searchform_meta {
	margin-top:25px;
	width:295px;
}

#searchform_meta .input_normal {
	margin-bottom:1px;
	padding:0px;
	width:295px;
	margin:0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;	
}

#searchform_meta .align_right {
	text-align:right;
}

#searchform_meta .align_left {
	text-align:left;
}

#searchform_meta .margin_bottom {
	margin-bottom:10px;
}

#searchform_meta .subtitle {
	margin-top:10px;
	margin-bottom:10px;
}

#searchform_meta .search_press_releases {
	width:30px;
	text-align:left;
	margin-top:15px;
	margin-left:0px;
	padding:0px;
	
}

#searchform_meta #search_press_releases_text {
	margin-top:-16px;
	margin-left:25px;
	width:213px;
}

#searchform_meta .date_fields {
	width:90px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

#searchform_meta .line_spacer {
	height:5px;
}

#searchform_meta #category {
	width:230px;
}

#searchform_meta #rubric {
	width:230px;
}

#searchform_meta #dateFrom {
	margin-left:9px;
}

#searchform_meta #dateTill {
	margin-left:9px;
}

#searchform_meta #submitcell .submitbutton, #searchform_meta #submitcell_2 .submitbutton {
	margin-top:10px;
	margin-left:4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#E0E2E4;
	color:#666666;	
}

#searchform_meta #submitcell_2 .submitbutton {
	margin-top:0;
}

#searchform_meta .label {
	padding-right:4px;
	padding-bottom:4px;
	
}

#searchform_meta .select_label {
	width:55px;
	text-align:right;
	padding:0px;
	margin-right:0px;
	vertical-align:middle;
}

#searchform_meta .radio {
	margin-right:1px;
	margin-left:60px;
	vertical-align:middle;
}

#searchform #submitbutton {
	height:17px;
	margin-left:4px;
	margin-bottom:1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight:bold;
	color:#666666;	
}

#searchform .input_date {
	margin-bottom:1px;
	padding:1px;
	width:100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;	
}

#searchform #backbutton {
	margin-top:20px;
}

/* Suchformular - Ergebnis */

#search_result #search_home_link {
	margin-top:10px;
	text-align:right;
}

#search_result #page_display {
	text-align:right;
}

#search_result #search_line_light {
	width:365px;
	background-image:url(../img/global/line_light_bg.gif);
	background-repeat:repeat-x;
	height:2px;
	margin-top:5px;
}

#search_result #search_line_dark {
	width:365px;
	background-image:url(../img/global/line_dark_bg.gif);
	background-repeat:repeat-x;
	height:2px;
	margin-top:5px;
}

#search_result #search_link_back {
	float:left;
}

#search_result #search_link_next {
	text-align:right;
}

#search_result #search_result_container {
	margin:35px 0px -20px 0px;
}

#search_result #search_result_container #search_result_image {
	float:left;
	margin-bottom:20px;
	margin-right:5px;
	
}
#foto_details_image_big{
	float:left;
	margin-bottom:20px;
	margin-right:5px;
	
}

#rss_icon{
	float:left;
	margin-bottom:10px;
	margin-right: 4px;
	
}
#rss_icon_txt{
	float:right;
	vertical-align:middle;
}


#fotos_details{
	float:left;
	margin-bottom:10px;
	margin-right:5px;
	
}
#fotos_details_content{
    float:left;
	margin-top:4px;
	height:70px;
}

#search_result #search_result_container #search_result_content #result_arrow {
	float:left;
	margin-top:4px;
	height:70px;
}

#search_result #search_result_container #search_result_content #result_title {
	text-decoration:underline;
}


/* Teaserboxen rechte Spalte */
#coke_line {
	margin-bottom:10px;
}
#trendence_siegel {
	margin-bottom:10px;
}

.teaserheadline {
	width:158px;
	margin-left:1px;
	margin-bottom:3px;
	border-left:1px solid #CECECE;
	border-right:1px solid #EEEEEE;
	background-image:url(../img/global/bg_teaserheadline.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
	font-weight:bold;
}

.teaserheadline div {
	padding:2px 7px 3px 7px;
}

.teaserbox {
	width:158px;
	min-height:67px;
	margin-bottom:9px;
	border-right:1px solid #DFE0E0;
	border-bottom:1px solid #DADBDC;
	border-left:1px solid #EAEBEB;
	background-color:#FFFFFF;
	background-image:url(../img/global/bg_teaserbox.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:9px;
	line-height:12px;
	cursor:hand;
}

.teaserboxadresse {
	width:158px;
	min-height:67px;
	margin-bottom:9px;
	border-right:1px solid #DFE0E0;
	border-bottom:1px solid #DADBDC;
	border-left:1px solid #EAEBEB;
	background-color:#FFFFFF;
	background-image:url(../img/global/bg_teaserbox.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:9px;
	line-height:12px;
	cursor:hand;
}


.teaserbox_min_height {
	float:left;
	margin:0px;
	width:1px;
	height:67px;
}

.teaserbox span {
	width:145px;
	padding:5px 7px 14px 0px;
	display:block;
	cursor:hand;
}


/* Teaser mit 5 Textzeilen */
.teaserbox .moretext {
	padding-bottom:0px;
}

/* Modern: teaserbox-content leicht verschieben */
.teaserbox[class] span {
	width:145px;
	padding:5px 6px 14px 6px;
	display:block;
}

.teaserbox span p {
	margin-bottom:6px;
}

.teaserbox span ul {
	margin-bottom:-7px;
}

.teaserbox span li {
	margin-bottom:1px;
}

#teaserbox_suche {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

/* Backgrounds Teaserboxen */
#bg_ticketkick {background-image:url(../img/global/teaser/ticket_kick.gif);}
#teaserbox_hit2009 {background-image:url(../img/global/teaser/hit2009.jpg);}
#teaserbox_topmarke {background-image:url(../img/global/teaser/topmarke.jpg); height:70px;}
#teaserbox_freundeskreis {background-image:url(../img/global/teaser/freundeskreis.jpg); height:70px;}
#teaserbox_klimaschutz2 {background-image:url(../img/global/teaser/klimaschutz2.jpg);}
#teaserbox_earth_hour {background-image:url(../img/global/teaser/earth_hour.jpg); background-position:top !important;}
#teaserbox_energiespartipps {background-image:url(../img/global/teaser/energiespartipps.jpg);}
#teaserbox_karriere {background-image:url(../img/global/teaser/karriere.jpg);}
#teaserbox_karrierebroschuere {background-image:url(../img/global/teaser/karriere_broschuere.jpg);}
#teaserbox_informiert {background-image:url(../img/global/teaser/informiert.jpg);}
#teaserbox_coke_zero {background-image:url(../img/global/teaser/teaser_coke_zero.jpg);}
#teaserbox_imagebroschuere {background-image:url(../img/global/teaser/imagebroschuere.jpg);}
#teaserbox_broschueren {background-image:url(../img/global/teaser/broschueren.jpg);}
#teaserbox_gunter {background-image:url(../img/global/teaser/gunter.jpg);}
#teaserbox_genuss {background-image:url(../img/global/teaser/genuss.jpg);}
#teaserbox_vielfalt {background-image:url(../img/global/teaser/vielfalt.jpg);}
#teaserbox_berufsbilder {background-image:url(../img/global/teaser/berufsbilder.jpg);}
#teaserbox_praktikumsangebot {background-image:url(../img/global/teaser/praktikumsangebot.jpg);}
#teaserbox_stellenangebot {background-image:url(../img/global/teaser/stellenangebot.jpg);}
#teaserbox_marken {background-image:url(../img/global/teaser/markenvielfalt.jpg);}
#teaserbox_inhaltsstoffe {background-image:url(../img/global/teaser/inhaltsstoffe.jpg);}
#teaserbox_umwelt {background-image:url(../img/global/teaser/umwelt.jpg);}
#teaserbox_websites {background-image:url(../img/global/teaser/websites.jpg);}
#teaserbox_international {background-image:url(../img/global/teaser/international.jpg);}
#teaserbox_investor {background-image:url(../img/global/teaser/investor.jpg);}
#teaserbox_historie {background-image:url(../img/global/teaser/historie.jpg);}
#teaserbox_gmbh {background-image:url(../img/global/teaser/gmbh.jpg);}
#teaserbox_konzessionen {background-image:url(../img/global/teaser/konzessionen.jpg);}
#teaserbox_presse {background-image:url(../img/global/teaser/presse.jpg);}
#teaserbox_fitness {background-image:url(../img/global/teaser/fitness.jpg);}
#teaserbox_mythos {background-image:url(../img/global/teaser/mythos.jpg);}
#teaserbox_sport {background-image:url(../img/global/teaser/sport.jpg);}
#teaserbox_schule {background-image:url(../img/global/teaser/schule.jpg);}
#teaserbox_klimaschutz {background-image:url(../img/global/teaser/klimaschutz.jpg);}
#teaserbox_verpackung {background-image:url(../img/global/teaser/verpackungen.jpg);}
#teaserbox_wasser {background-image:url(../img/global/teaser/wasser.jpg);}
#teaserbox_umweltschutz {background-image:url(../img/global/teaser/umweltschutz.jpg);}
#teaserbox_olympia {background-image:url(../img/global/teaser/olympia.jpg);}
#teaserbox_fussball {background-image:url(../img/global/teaser/fussball.jpg);}
#teaserbox_1000schulen {background-image:url(../img/global/teaser/1000schulen.jpg);}
#teaserbox_mmm {background-image:url(../img/global/teaser/mmm.jpg);}
#teaserbox_trinktipps {background-image:url(../img/global/teaser/trink_tipps.jpg);}
#teaserbox_trinken_beim_sport {background-image:url(../img/global/teaser/trinken_beim_sport.jpg);}
#teaserbox_getraenke_abc {background-image:url(../img/global/teaser/getraenke_abc.jpg);}
#teaserbox_trinken_gehoert_dazu {background-image:url(../img/global/teaser/trinken_gehoert_dazu.jpg);}
#teaserbox_ernaehrung {background-image:url(../img/global/teaser/ernaehrung.jpg);}
#teaserbox_naehrwert {background-image:url(../img/global/teaser/naehrwert.jpg);}
#teaserbox_brandmanager {background-image:url(../img/global/teaser/brand_manager.jpg);}
#teaserbox_businessanalyst {background-image:url(../img/global/teaser/businessanalyst.jpg);}
#teaserbox_fifa {background-image:url(../img/global/teaser/fifa.jpg);}
#teaserbox_everydrop {background-image:url(../img/global/teaser/everydrop.jpg);}
#teaserbox_everydrop_vielfalt {background-image:url(../img/global/teaser/vielfalt.jpg);}
#teaserbox_bewegung {background-image:url(../img/global/teaser/bewegung.jpg);}
#teaserbox_peb {background-image:url(../img/global/teaser/peb.jpg);}
#teaserbox_rss {background-image:url(../img/global/teaser/rss.jpg);}
#teaserbox_fachbereiche {background-image:url(../img/global/teaser/fachbereiche.jpg);}
#teaserbox_bewerbungstipps {background-image:url(../img/global/teaser/karriere_bewerbungstipps.jpg);}
#teaserbox_onboarding {background-image:url(../img/global/teaser/karriere_onboarding.jpg);}
#teaserbox_cceag {background-image:url(../img/global/teaser/karriere_cceag.jpg);}
#teaserbox_stellen {background-image:url(../img/global/teaser/karriere_stellen.jpg);}
#teaserbox_cr_arbeit_sport {background-image:url(../img/global/teaser/cr_arbeit_sport.jpg);}
#teaserbox_mission_olympic {background-image:url(../img/global/teaser/mission_olympic.jpg);}
#teaserbox_packungsangebot {background-image:url(../img/global/teaser/packungen.jpg);}
#teaserbox_campaignyourself {background-image:url(../img/global/teaser/campaignyourself.jpg);}
#teaserbox_donaubox1 {background-image:url(../img/global/teaser/donaubox1.jpg);}
#teaserbox_donaubox2 {background-image:url(../img/global/teaser/donaubox2.jpg);}
#teaserbox_wasserschutz1 {background-image:url(../img/global/teaser/wasserschutz1.jpg);}
#teaserbox_welle {background-image:url(../img/global/teaser/machnewelle.jpg);}
#teaserbox_wasserschutz {background-image:url(../img/global/teaser/wasserschutz.jpg);}
#teaserbox_sprite40 {background-image:url(../img/global/teaser/sprite40.jpg);}
#teaserbox_cclight25 {background-image:url(../img/global/teaser/cclight25.jpg);}
#teaserbox_georgia_pl { background-image:url(../img/global/teaser/georgia_pl.png); background-position:right; }
#teaserbox_naehrwertkompass {background-image:url(../img/global/teaser/naehrwertkompass.jpg);}
#teaserbox_weltweit {background-image:url(../img/global/teaser/ccweltweit.jpg);}
#teaserbox_fragen_antworten {background-image:url(../img/global/teaser/fragenuantworten.jpg);}
#teaserbox_heritage {background-image:url(../img/global/teaser/heritage.jpg);}
#teaserbox_einstieg {background-image:url(../img/global/teaser/einstiegsmoeglichkeiten.jpg);}


/*teaserboxen karriere fachbereich*/
#teaserbox_fachbereich_bangel {background-image:url(../img/global/teaser/karriere_fachbereich_bangel.jpg);}
#teaserbox_fachbereich_blume {background-image:url(../img/global/teaser/karriere_fachbereich_blume.jpg);}
#teaserbox_fachbereich_buettel {background-image:url(../img/global/teaser/karriere_fachbereich_buettel.jpg);}
#teaserbox_fachbereich_bundschuh {background-image:url(../img/global/teaser/karriere_fachbereich_bundschuh.jpg);}
#teaserbox_fachbereich_dedrich {background-image:url(../img/global/teaser/karriere_fachbereich_dedrich.jpg);}
#teaserbox_fachbereich_dunker {background-image:url(../img/global/teaser/karriere_fachbereich_dunker.jpg);}
#teaserbox_fachbereich_fasse {background-image:url(../img/global/teaser/karriere_fachbereich_fasse.jpg);}
#teaserbox_fachbereich_gorski {background-image:url(../img/global/teaser/karriere_fachbereich_gorski.jpg);}
#teaserbox_fachbereich_grobotek {background-image:url(../img/global/teaser/karriere_fachbereich_grobotek.jpg);}
#teaserbox_fachbereich_hawkins {background-image:url(../img/global/teaser/karriere_fachbereich_hawkins.jpg);}
#teaserbox_fachbereich_miquelino {background-image:url(../img/global/teaser/karriere_fachbereich_miquelino.jpg);}
#teaserbox_fachbereich_niederdrenk {background-image:url(../img/global/teaser/karriere_fachbereich_niederdrenk.jpg);}
#teaserbox_fachbereich_quader {background-image:url(../img/global/teaser/karriere_fachbereich_quader.jpg);}
#teaserbox_fachbereich_schlieter {background-image:url(../img/global/teaser/karriere_fachbereich_schlieter.jpg);}
#teaserbox_fachbereich_schnitzlein {background-image:url(../img/global/teaser/karriere_fachbereich_schnitzlein.jpg);}
#teaserbox_fachbereich_schwakenberg {background-image:url(../img/global/teaser/karriere_fachbereich_schwakenberg.jpg);}
#teaserbox_fachbereich_wurz {background-image:url(../img/global/teaser/karriere_fachbereich_wurz.jpg);}


/*1_1_1_Unternehmen*/
#teaserbox_unternehmen {background-image:url(../img/global/teaser/unternehmen.jpg);}
/*1_1_1_Lizenzsystem*/
#teaserbox_lizenzsystem {background-image:url(../img/global/teaser/lizenzsystem.jpg);}
/*1_1_2_Qualität*/
#teaserbox_qualitaet {background-image:url(../img/global/teaser/qualitaet.jpg);}
/*1_2_Deutschland*/
#teaserbox_deutschland {background-image:url(../img/global/teaser/deutschland.jpg);}
/*1_2_Nachhaltigkeitsreport*/
#teaserbox_report {background-image:url(../img/global/teaser/nachhaltigkeitsreport.jpg);}
/*2_Citizenship@Coke*/
#teaserbox_verantwortung {background-image:url(../img/global/teaser/verantwortung.jpg);}
/*2_1_Markt (international)*/
#teaserbox_markt {background-image:url(../img/global/teaser/markt.jpg);}
/*2_1_1_Global Compact*/
#teaserbox_marktglobal {background-image:url(../img/global/teaser/marktglobal.jpg);}
/*2_1_2_Aktivitäten in Deutschland*/
#teaserbox_marktdeutschland {background-image:url(../img/global/teaser/marktdeutschland.jpg);}
/*2_2_Arbeit (international)*/
#teaserbox_arbeit {background-image:url(../img/global/teaser/arbeit.jpg);}
/*2_4_Gesellschaft (international)*/
#teaserbox_gesellschaft {background-image:url(../img/global/teaser/gesellschaft.jpg);}
/*2_4_Gesellschaft (Deutschland*/
#teaserbox_gesellschaftdeutschland {background-image:url(../img/global/teaser/gesellschaft_d.jpg);}
/*TCCC Atlanta / CSR Report: http://www.thecoca-colacompany.com */
#teaserbox_csrreport {background-image:url(../img/global/teaser/csrreport.jpg);}
/*TCCC Atlanta / Lizensystem: http://www.thecoca-colacompany.com */
#teaserbox_atlantalizensystem {background-image:url(../img/global/teaser/atlantalizensystem.jpg);}
/*TCCC Atlanta / Investor Center: http://www.thecoca-colacompany.com/investors/index.html*/
#teaserbox_investorcenter {background-image:url(../img/global/teaser/investorcenter.jpg);}
/*TCCC Atlanta / Sammlerclub: http://www.thecoca-colacompany.com/heritage/collectorsclub.html*/
#teaserbox_sammelclub {background-image:url(../img/global/teaser/sammelclub.jpg);}
/*TCCC Atlanta / Environmental report: http://www.thecoca-colacompany.com/citizenship/environmental_report.html*/
#teaserbox_environreport {background-image:url(../img/global/teaser/environreport.jpg);}
/*Coke.de*/
#teaserbox_csol {background-image:url(../img/global/teaser/csol.jpg);}
/*120Jahre*/
#teaserbox_120jahre {background-image:url(../img/global/teaser/120jahre.jpg);}
#teaserbox_breitensport {background-image:url(../img/global/teaser/breitensport.jpg);}
#teaserbox_erstecola {background-image:url(../img/global/teaser/erstecola.jpg);}
#teaserbox_mitarbeiterengagement {background-image:url(../img/global/teaser/mitarbeiterengagement.jpg);}
#teaserbox_handy {background-image:url(../img/global/teaser/handy.jpg)}
#teaserbox_faircompany {background-image:url(../img/global/teaser/faircompany.jpg)}
#teaserbox_limette {background-image:url(../img/global/teaser/limette.jpg)}
#teaserbox_pemberton {background-image:url(../img/global/teaser/pemberton.jpg)}
#teaserbox_tuv {background-image:url(../img/global/teaser/tuv.jpg);}

.game_navigator {
	margin: 10px 0px 10px 0px;
	width: 355px;
	clear:left;	
	float:left;
}



/* Disclaimer-Layer */
#disclaimerlayer {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	height:100%;
	width:100%;
	z-index:9999;
}
#disclaimerlayer .background {
	background:transparent url(../img/disclaimerlayer_bg.png) repeat scroll left top;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#disclaimerlayer .disclaimer {
	width:350px;
	text-align:left;
	background:#F1F2F2;
	margin:0 auto;
	overflow:visible;
	position:relative;
	top:100px;
}
#disclaimerlayer .disclaimer p {
	margin:0;
	padding:0;
}
#disclaimerlayer .disclaimer .header {
	background:#CC0000;
	color:#fff;
	padding:3px 10px;
	font-weight:bold;
}
#disclaimerlayer .disclaimer .text {
	padding:10px 10px 5px 10px;
}

#disclaimerlayer .disclaimer .buttons {
	padding:5px 10px 10px 10px;
}
#disclaimerlayer .disclaimer .buttons a {
	background:transparent url(../img/global/arrow_right.gif) left 3px no-repeat;
	padding-left: 10px;
	margin-right:30px;
}
