@charset "utf-8";
@import "reset.css";
/* kju.at */

body {
	background:white;
	color:#2b2522;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
}
a {
	color:#BE0D28;
	text-decoration:none;
}
a:hover {
	color:#BE0D28;
	text-decoration:underline;
}

/* HEADER
----------------------------------------------------------------*/
#header {
	height:27px;
	background-color:#CDC1B2;
}
#header ul {
	width:962px;
	padding:3px 20px 0 0;
	margin:auto;
}
#header ul li {
	float:right;
	height:21px;
	padding-left:8px;
	border-left:1px solid #C6B2A1;
	margin-left:8px;
	color:#2C2422;
	font-size:12px;
}
#header ul li a {
	color:#2C2422;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}
#header ul li a:hover {
	text-decoration:underline;
}
#header ul li.home {
	padding-left:0;
	border-left:0 none;
	margin-left:0;
}
#header ul li.last input {
	float:left;
	width:140px;
	height:15px;
	padding:2px;
	border:1px solid white;
	background-color:#E5DBCD;
	margin-right:5px;
	color:#776860;
	font-size:12px;
	line-height:15px;
}
#header ul li.last .btn_search {
	float:left;
}
#header ul li.langswitch {
	font-weight:bold;
}
#header ul li.langswitch a {
	margin-left:0;
	font-weight:normal;
}

h1 {
	width:962px;
	margin:auto;
}
h1 a {
	width:226px;
	height:78px;
	background:url(/cms_ch/assets/images/logo_cocacola_red.png) no-repeat 0 26px !important;
}
/* MAIN
----------------------------------------------------------------*/
#wrapper {
	width:962px;
	/* background:#F6EEE2; */
	margin:auto;
}
#main {
	width:962px;
	padding:0;
	background:#F6EEE2 url(/cms_ch/assets/images/bg_content.png) repeat-y;
	margin:auto;
}
#secondary {
	float:left;
	width:170px;
	padding:10px 18px 20px;
}
#primary {
	float:right;
	width:719px;
	min-height:370px;
	padding:10px 18px 20px;
	background:url(/cms_ch/assets/images/bg_primary_1.png) no-repeat -20px bottom;
}
#home #flash_header {
	margin-bottom:13px;
}
#home #primary {
	float:none;
	width:962px;
	padding:0;
	background:none;
}
#home {
	background:#F6EEE2;
	width:962px;
	overflow:hidden;
	margin-top:-13px;
}

/* HOME
----------------------------------------------------------------*/
#home .page_content {
	background:none;
}
#home .top_topics {
	width:962px;
	height:182px;
	padding:0;
	overflow:hidden;
	margin:0 0 0 -18px;
	list-style-type:none;
}
#home .top_topics li {
	float:left;
}
#home .top_topics li.pressemeldungen {
	width:204px;
	/* height:116px; */
	padding:36px 18px 10px;
	overflow:hidden;
	background:url(/cms_ch/assets/images/home/bg_presse.jpg) no-repeat;
}
#home .top_topics li.pressemeldungen ul {
	list-style-type:none;
	padding:0;
	font-size:11px;
	line-height:110%;
}
#home .top_topics li.pressemeldungen li {
	padding-bottom:5px;
	border-bottom:1px dotted #C4B59F;
	margin-bottom:5px;
}
#home .top_topics li.pressemeldungen li:last-child {
	padding-bottom:0;
	border:0 none;
	margin-bottom:0;
}
#home .top_topics li.pressemeldungen span {
}
#home .top_topics li.pressemeldungen a {
	color:#685E52;
	text-decoration:none;
}
#home .top_topics li.pressemeldungen a:hover {
	text-decoration:underline;
}

/* PAGE HEADER
----------------------------------------------------------------*/
.page_header {
	padding:0 0 0 18px;
}

/* PAGE CONTENT
----------------------------------------------------------------*/
.page_content {
	min-height:200px;
	padding:0 18px 0 18px;
	background:url(/cms_ch/assets/images/border_contentcolumns.png) no-repeat 513px 5px;
}
#content_primary {
	float:left;
	width:482px;
	padding-right:14px;
}
#popup.page_content {
	min-height:0;
	padding:25px 10px 0 25px;
	border-left:0 none;
	border-right:0 none;
	font-size:0.9em;
}
.page_content h2 {
	margin-top:10px;
	margin-bottom:10px;
	color:#BE0D28;
	font-size:22px;
}
.page_content h3 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
}
.page_content h4 {
	margin-top:10px;
	margin-bottom:0px;
	font-weight:bold;
}
.page_content p, h3, h4, h5, h6, ul, ol, dl {
	margin-bottom:10px;
}
.page_content strong, .page_content h4 {
	font-weight:bold;
}

.page_content .headline_withoptions {
	position:relative;
	left:0;
	top:0;
	margin-bottom:30px;
}
.page_content .headline_withoptions .options {
	position:absolute;
	right:0;
	top:10px;
	margin:0;
}
* html .page_content .headline_withoptions .options {
	right:25px;
}
.page_content .headline_withoptions .options .btn_rss {
	float:left;
	padding-right:5px;
	border-right:1px solid #666;
	margin:3px 5px 0 0;
}
.page_content .txt_img_combo {
	/*
	clear:both;
	*/
	margin-bottom:10px;
}

.page_content .img p {
	float:right;
	width:274px;
	overflow:hidden;
	border:1px solid #DDD;
	margin-bottom:10px;
	background-color:#A59986;
	color:white;
	font-size:11px;
	line-height:110%;
}
.page_content .img img {
	float:right;
}
.page_content .img span {
	display:block;
	clear:right;
	padding:2px 5px 5px;
	border-top:1px solid #DDD;
}
.page_content .fullwidth p {
	width:480px;
}

.page_content ul {
	padding-left:15px;
	list-style-type:square;
	list-style-position:outside;
}

.page_content .box_gradient {
	padding:10px 20px;
	border:1px solid #D3C6B1;
	margin-bottom:10px;
	/*
	background:#F9F9F9 url(/cms_ch/assets/images/bg_gradientbox.gif) repeat-x left top;
	*/
	background-color:#E3D7C7;
}
.page_content .box_gradient h4 {
	margin-bottom:0;
}
.page_content .box_gradient h5 {
	font-weight:bold;
}
.page_content .box_gradient dl.downloads dt {
	clear:both;
	float:left;
	width:340px;
	padding:2px 0;
	border-top:1px dotted #DDD;
}
.page_content .box_gradient dl.downloads  dd {
	margin-left:340px;
	text-align:right;
	padding:2px 0;
	border-top:1px dotted #DDD;
}
.page_content .box_gradient li {
	padding:2px 0;
	border-top:1px dotted #DDD;
}
#content_secondary .box_gradient {
	padding:0 0 5px;
	border:0 none;
	border-bottom:1px solid #A59986;
	background:none;
	margin-bottom:12px;
}
#content_secondary .box_gradient h4 {
	margin-top:0;
}
#content_secondary .box_gradient dl dt {
	clear:none;
	float:none;
	width:auto;
	padding:0;
	font-size:11px;
}
#content_secondary .box_gradient dl dd {
	clear:none;
	float:none;
	width:auto;
	padding:0 0 0 7px;
	margin:0;
	border:0 none;
	font-size:11px;
	line-height:100%;
	text-align:left;
}
#content_secondary .box_gradient .linklist li {
	font-size:11px;
	line-height:125%;
}


#content_secondary .box {
	padding:0 10px;
	background:url(/cms_ch/assets/images/box_contentsecondary_middle.png) repeat-y;
}
#content_secondary .box_top {
	height:10px;
	background:url(/cms_ch/assets/images/box_contentsecondary_top.png) no-repeat;
	margin:0 -10px;
}
#content_secondary .box_bottom {
	height:10px;
	background:url(/cms_ch/assets/images/box_contentsecondary_bottom.png) no-repeat;
	margin:0 -10px;
}

/* TABLES
----------------------------------------------------------------*/
.box_gradient table th {
	font-weight:bold;
	text-align:left;
	border-bottom:1px dotted #DDD;
}

table.pressimages {
	width:100%;
	border-collapse:collapse;
	border:0 none;
}
table.pressimages td {
	padding:5px 0;
	border-bottom:1px dotted #DDD;
	vertical-align:top;
}
table.pressimages td.image {
	width:138px;
	overflow:hidden;
}
table.pressimages td.text {
	padding-left:10px;
	padding-right:10px;
}
table.pressimages td.link {
	width:100px;
	text-align:right;
}

/* LISTS
----------------------------------------------------------------*/
ol {
	padding-left:20px;
	list-style-type:decimal;
}
ul.list_arrows {
	margin:0;
	padding-left:15px;
	list-style-type:none;
	list-style-image:url(/cms_ch/assets/images/icons/ico_arrow_red.gif);
	color:#DD0021;
	font-size:1.2em;
	line-height:130%;
}

ul.gallery {
	padding:0;
	margin:0 -10px 10px 0;
	list-style-type:none;
}
ul.gallery li {
	/*
	float:left;
	*/
	display:inline;
	padding:0 10px 10px 0;
}
ul.gallery li a {
	/*
	display:block;
	width:138px;
	height:138px;
	*/
	text-align:center;
	vertical-align:middle;
}
ul.linklist {
	padding:0;
	list-style-type:none;
}

dl.table_style dt {
	clear:left;
	float:left;
	font-style:italic;
}
dl.table_style dd {
	margin-left:80px;
}

dl.serial_style dt {
	margin:0;
	padding:0;
	font-style:italic;
}
dl.serial_style dd {
	margin:0 0 0 15px;
	padding:0;
}
dl.list_news dt {
	clear:right;
}
dl.list_news dt img {
	float:right;
	border:1px solid #DDD;
	margin:10px 0 0 10px;
}
dl.list_news dd {
	margin:0 162px 15px 0;
}
dl.faqs {
	padding-bottom:10px;
	border-bottom:1px dotted #DDDDDD;
	margin-bottom:10px;
}
dl.faqs dt {
	margin-top:10px;
	font-weight:bold;
}


/* PAGE FUNCTIONS
----------------------------------------------------------------*/
#content_secondary {
	float:right;
	width:166px;
	padding:5px 0 5px 18px;
	border-left:1px solid #A59986;
	margin:45px 0 0 0;
	
	padding:0;
	border:0 none;
	width:172px;
}
#content_secondary .page_downloads {
	padding-bottom:8px;
	border-bottom:1px solid #E1D8CB;
	margin-bottom:8px;
}
#content_secondary .page_downloads li {
	padding-left:20px;
	background:url(/cms_ch/assets/images/icons/ico_download.gif) no-repeat left top;
	margin-bottom:5px;
	font-size:11px;
	line-height:110%;
}
#content_secondary .page_downloads li a {
	display:block;
	color:#726256;
}
#content_secondary .page_downloads li .date {
	display:block;
	font-weight:bold;
}

#content_secondary .page_links {
	padding-bottom:8px;
	border-bottom:1px solid #E1D8CB;
	margin-bottom:8px;
}
#content_secondary .page_links li {
	margin-bottom:5px;
	font-size:11px;
	line-height:110%;
}
#content_secondary .page_links li a {
	display:block;
	color:#726256;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	padding-top:25px;
	background:url(/cms_ch/assets/images/bg_footer.png) no-repeat center top;
	margin-top:-10px;
	font-size:11px;
}
#footer ul {
	width:962px;
	margin:auto;
	text-align:center;
}
#footer ul li {
	display:inline;
	padding:10px 0;
	line-height:100%;
}
#footer ul li a {
	padding-left:5px;
	border-left:1px solid #666;
	margin-left:5px;
	color:#726357;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li.first a {
	margin:0;
	border:0 none;
	padding:0;
}
#footer p {
	width:962px;
	height:32px;
	padding:5px 0 15px;
	margin:auto;
	color:#726357;
	text-align:center;
	line-height:110%;
}

/* LINKS
----------------------------------------------------------------*/
a.link_arrow {
	padding-left:7px;
	background:url(/cms_ch/assets/images/icons/ico_arrow_red.gif) no-repeat left center;
}
.img span a.link_arrow {
	padding-left:7px;
	background:url(/cms_ch/assets/images/icons/ico_arrow_white.gif) no-repeat left center;
	color:white !important;
}
#header a.link_arrow {
	background-image:url(/cms_ch/assets/images/icons/ico_arrow_white.gif);
}
a.link_back {
	padding-left:14px;
	background:url(/cms_ch/assets/images/icons/ico_back_red.gif) no-repeat left center;
	padding-left:7px;
	background:url(/cms_ch/assets/images/icons/ico_arrow_red.gif) no-repeat left center;
}
a.link_next {
	padding-right:14px;
	background:url(/cms_ch/assets/images/icons/ico_next_red.gif) no-repeat right center;
	padding-left:7px;
	background:url(/cms_ch/assets/images/icons/ico_arrow_red.gif) no-repeat left center;
}
a.link_top {
	padding-left:7px;
	background:url(/cms_ch/assets/images/icons/ico_top_red.gif) no-repeat left center;
	padding-left:7px;
	background:url(/cms_ch/assets/images/icons/ico_arrow_red.gif) no-repeat left center;
}
.page_content a[href^="mailto:"] {
	padding-left:17px;
	background:url(/cms_ch/assets/images/icons/ico_mail_red.gif) no-repeat left center;
}
.page_content a[href^="http:"], .page_links a[href^="http:"] {
	padding-left:12px;
	background:url(/cms_ch/assets/images/icons/ico_external_red.gif) no-repeat left center;
}
a[href^="http:"].gs-title {
	padding-left:7px;
	background-image:url(/cms_ch/assets/images/icons/ico_arrow_red.gif) !important;
}

a.link_pagingprev {
	padding-left:14px;
	background:url(/cms_ch/assets/images/icons/ico_back_red.gif) no-repeat left center;
}
a.link_pagingnext {
	padding-right:14px;
	background:url(/cms_ch/assets/images/icons/ico_next_red.gif) no-repeat right center;
}

/* HEADLINES
-------------------------------------------------------- */
.h_imgreplaced {
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}

/* TOP THEME
-------------------------------------------------------- */

.toptheme {
    margin: 10px 0;
	padding-bottom:6px;
	background:url(/cms_ch/assets/images/bg_toptheme_bottom.gif) no-repeat left bottom;
}
.toptheme a {
	color:#666;
	text-decoration:none;
}
.toptheme h4 {
	background:transparent url(/cms_ch/assets/images/bg_toptheme_top.gif) no-repeat left 0px;
	margin:0;
	padding: 2px 15px;
	height:18px;
	font-size:11px;
	font-weight:normal;
}
.toptheme p {
	background:transparent url(/cms_ch/assets/images/bg_toptheme_middle.gif) repeat-y left ;
	font-size:9px;
    line-height:13px;
    padding:10px 15px 5px;	
}
.toptheme p img {
    float:right;
}
/* ADDTHIS
-------------------------------------------------------------- */
.addthis_toolbox {
	/* margin-top:20px; */
}
.addthis_toolbox a[href^="http:"] {
	padding:0;
	background:none;
	font-size:11px;
	line-height:15px;
	color:#2B2522;
}
#atff {
	/* removes AddThis tracking flash */
	display: none;
}


/* SERVICE CLASSES
-------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix_left:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_left {height: 1%;}
*+html .clearfix_left {height: 1%;}
/* End hide from IE-mac */

.clearfix_right:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_right {height: 1%;}
*+html .clearfix_right {height: 1%;}
/* End hide from IE-mac */

.box_gradient .msg_confirm {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:1px solid #C5C5C5;
	margin-bottom:10px;
	background:url(/cms_ch/assets/images/icons/ico_confirm.gif) no-repeat 5px 5px;
	font-size:smaller;
	font-weight:bold;
}
* html .box_gradient .msg_confirm {
	height:32px;
}
.box_gradient .msg_alert {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:1px solid #E41122;
	margin-bottom:10px;
	background:url(/cms_ch/assets/images/icons/ico_warning.gif) no-repeat 5px 5px;
	overflow:visible;
	color:#E41122 !important;
	font-size:12px;
	font-weight:bold;
	line-height:110%;
}
* html .box_gradient .msg_alert {
	height:32px;
}
.msg_waiting {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:2px solid #C5C5C5;
	margin-bottom:10px;
	background:url(/images/common/euro2008/ani_waiting.gif) no-repeat 5px 5px;
	font-weight:bold;
}
* html .msg_waiting {
	height:32px;
}

.subnote, .footnote {
	font-size:smaller;
	line-height:1.1em;
}

/* TEXTIMAGE
------------------------------------ */
.textimage {
	display:block;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
    height:0;
}

/* SEARCHRESULTS
------------------------------------ */
.page_content ul.searchresults {
	padding:0;
	list-style-type:none;
}
.page_content ul.searchresults li {
	margin-bottom:15px;
	line-height:110%;
}
.page_content ul.searchresults li .title {
	text-decoration:underline;
	line-height:130%;
}
.page_content ul.searchresults li .text {
	font-size:11px;
}
.page_content ul.searchresults li .text strong {
	background-color:#FF6;
}
.page_content ul.searchresults li .url {
	font-size:11px;
	color:#999;
	text-decoration:none;
}
.page_content ul.paging {
	padding:0;
	list-style-type:none;
	text-align:center;
}
.page_content ul.paging li {
	display:inline;
	padding:0;
}
.page_content ul.paging li a {
	padding:2px 4px;
	color:#2B2522;
}
.page_content ul.paging li a.active {
	background-color:#BE0D28;
	color:white;
	font-weight:bold;
}