@charset "utf-8";

/*======================================================
Stylesheet for printer
========================================================*/

/*------------------ =body -----------------------------*/
body {
   width: 100% !important;
   margin: 0 !important;
   padding: 0 !important;
   background: white;
	font-size: 10pt;
   font-family: Georgia, "Times New Roman", serif;
   color: black;
}

/*------------------ =H1 and Branding  -----------------*/

h1.branding a {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	color: black !important;
	text-indent: 0;
	text-decoration: none;
	line-height: 20pt;
   margin: 0 0 15pt 0;
	display: block;
	height: 96px;
	padding-top: 60px;
}

/*------------------ =Claim ----------------------------*/
blockquote.claim {
	font-size: 16pt;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

blockquote.claim,
blockquote.claim p {
   margin: 0;
	padding: 10pt 0;
	width: auto;
	display: block;
	text-indent: 0;
}

/*------------------ =Headlines ------------------------*/
h1, h2, h3, h4, h5, h6 {color: #000;}

h2 {font-size: 16pt;}
h3 {font-size: 13pt;}
h4 {font-size: 13pt;}
h5 {font-size: 12pt;}
h6 {font-size: 11pt;}

/*------------------ =Lists ---------------------------*/
ol, ul, li, dl, dt {
   font-size: 11pt;
   line-height: 1.4;
}

/*------------------ =hr ------------------------------*/
hr {
	background-color: #ccc;
	margin: 0 0 25pt 0;
}

/*------------------ =Paragraphs ----------------------*/
p {
   font-size: 11pt;
   line-height: 1.5;
   margin: 0 0 1.1em 0;
}

/*------------------ =Link ----------------------------*/
a, a:visited, a:hover, a:visited:hover {
   background: transparent;
   text-decoration: none!important;
}

a:link, a:visited {
   background: transparent;
   text-decoration: underline;
   color: black !important;
}

a img {border: none;}

/*------------------ =Internal Links ------------------*/

/*a[href^=""]:after {
	content: " (www.chocolate-and-more.de/" attr(href) ")";
	font-family: "Courier New", Courier, monospace !important;
	color: #FF66CC;
}

h1.branding a[href^=""]:after {content: "" !important;}*/

/*------------------ =External Links ------------------*/

a[href^="http"]:after {
    content: " (" attr(href) ") ";
}

/*------------------ =Title and Abbreviations ---------*/

abbr[title]:after,
acronym[title]:after {
	content: '(' attr(title) ')';
	background-color: inherit;
	color: #369;
	font-style: italic;
}
  
/*------------------ =Images  -------------------------*/

img {
   margin: 0 1.5em 1.5em 0 !important;
	border: none!important;
}

img#print-logo {
   width: 329px;
   height: 99px;
   position: relative;
	float: none;
	top: 3px;
	border: none !important;
	margin: 0 0 1.5em 0em !important;
}

/*------------------ =Container -----------------------*/
#container,
#footer-content {
	margin: 0 5% 0 5% !important;
}

.content-main-contact {
	padding: 0px 0px 0 0px;
	margin:0px 12px 0 0;
	width:300px;
	float:left;
}

/*------------------ =Elements Hide -------------------*/
#navi, #navi-add1, #navi-add2, #navi-add3, form, #slider, #euroweb, .euroweb, #mediaplayer-bg, #content-sidebar, #footer-content-route, #header-slideshow, .top, .noprint, #noprint, #branding, #prevBtn, #nextBtn, .highlight-newsletter, .content-main-column-start, #claim1, #claim2 {display:none!important;}

/*------------------ =Show items ----------------------*/
#footer-content-adress1, #footer-content-adress2 {
   margin: 0 0 25pt 0 !important;
   padding: 0 0 0 0 !important;
	border-top: none !important;
}

#content-main {
   margin: 0 0 25pt 0 !important;
   padding: 0 0 0 0 !important;
	border-bottom: 1pt solid black !important;
}

dt, dd {padding:0px;margin:0px;}
dd {padding-bottom:10px !important;}


