




/*
     FILE ARCHIVED ON 6:57:29 Jan 11, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:07:03 Mrz 17, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@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: 10pt;
   font-family: Georgia, "Times New Roman", serif;
   color: black;
}

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

h1.branding a {
	font: 18pt Georgia "Times New Roman" serif;
	color: #0000FF !important;
	text-indent: 0;
	text-decoration: none;
	line-height: 20pt;
	margin: 0 0 45pt 0;
	display: block;
}

/*------------------ =Claim ----------------------------*/
blockquote.claim {
	font-size: 16pt;
	color: #339900;
}

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

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

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: 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;
}

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: "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#printLogo {
   width: 241px;
   height: 46px;
   position: relative;
	float: right;
	top: 3px;
	border: none !important;
}

img {
   float: right;
   margin: 0 0 1.5em 1.5em !important;
	border: 1px solid black !important;
}

/*------------------ =Image Logo  ---------------------*/
img#printLogo {margin: 0 0 1.5em 1.5em !important;}

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

/*------------------ =Elements Hide -------------------*/
#navi, #navi-add, #content-sidebar, form, .linkTop, #euroweb, #vcard, #player, #footerFragen, #footerNaviAdd {display:none;}

/*------------------ =Show items ----------------------*/
#contentContainer {
	border-bottom: 1pt solid black !important;
   margin: 0 0 25pt 0 !important;
   padding: 0 0 25pt 0 !important;
}

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

#footerAdresse {
   margin: 0 0 5% 0 !important;
	float: none !important;
	clear: left !important;
}

/*------------------ =copyrights ---------------------*/
#container:after {content: "\ Alle Rechte vorbehalten. (c) 2010 Euroweb Internet GmbH";}