@charset "utf-8";
/* Company: Euroweb Internet GmbH */

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

/*------------------ =body -----------------------------*/
body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: white;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
/*------------------ =H1 and Branding  -----------------*/

h1#branding a {
	font: 15pt Arial, Helvetica, sans-serif;
	color: #5f5f5f !important;
	text-indent: 0;
	text-decoration: none;
	line-height: 25pt;
	margin: 0 0 20pt 0;
	display: block;
}

h1#branding a img {
	margin: 0 0 20pt 0;
	border: none!important;
}

h1#branding a span.hidden { float: left; width:100%; line-height: 20pt; }

/*------------------ =Claim ----------------------------*/
blockquote.claim {
	font-size: 16pt;
	color: #ccc;
	font-style: italic;
}
blockquote.claim, blockquote.claim p {
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	text-indent: 0;
}
/*------------------ =Headlines ------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	line-height: normal;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 15pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 13pt;
}
h5 {
	font-size: 12pt;
}
h6 {
	font-size: 11pt;
}
/*------------------ =Lists ---------------------------*/
ol, ul, li {
	font-size: 11pt;
	line-height: 1.4;
}
/*------------------ =hr ------------------------------*/
hr {
	background-color: #ccc;
	margin: 0 0 25pt 0;
}
/*------------------ =Paragraphs ----------------------*/
p {
	font-size: 10pt;
	line-height: 1.5;
	margin: 0 0 1.1em 0;
}
/*------------------ =Link ----------------------------*/
a, a:visited, a:hover, a:visited:hover {
	background: transparent;
	text-decoration: none;
}
a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	color: black !important;
}
a img {
	border: none;
}

/*------------------ =Internal Links ------------------*/
a[href^=""]:after {
 content: " (www.domain.de" attr(href) ")";
 font-family: Arial, Helvetica, sans-serif !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 {
	float: none;
	margin: 0 0 1.5em 1.5em !important;
	border: 1px solid black !important;
}

dd { float:none; width:50%;}
dt { float:left; width:30%;}

#footer li { font-size:10pt; list-style: none; margin:0; padding: 0; }

/*------------------ =Elements Hide -------------------*/
#navi, #navi-add, form, #euroweb, #player, #header, .print, #top, .track  {
	display:none;
}
#scrollbar1 {
	margin-top:-330px;
}

