@charset "utf-8";

/* Author: Andreas Walter */
/* Company: Euroweb Internet GmbH */
/* Copyright: 2009 - Andreas Walter & Euroweb Internet GmbH */

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

body {
   width:100% !important;
   margin:0 !important;
   padding:0 !important;
   background: white;
   font: 12pt/1.4 Arial, Helvetica, sans-serif;
   color: black;
   word-spacing: 1.1pt;
   page-break-after: always;
}

/*------------------ =Headings  ------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: Helvetica, Arial, sans-serif;
}

h1 {
   font-size:19pt;
}

h2 {
   font-size:17pt;
}

h3 {
   font-size:15pt;
}

h4,
h5,
h6 {
   font-size:12pt;
}

ol,
ul,
li {
   font-size: 1.0em;
   line-height: 1.8;
   margin-top: .2em;
   margin-bottom: .1em;
}

hr {
   background-color: #ccc;
}

p {
   font-size: 1.0em;
   line-height: 1.5;
   margin: 0 0 1em 0;
}

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

a:link,
a:visited {
   background: transparent;
   font-weight: 700;
   text-decoration: underline;
   color:#333;
}
 a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
 content: " (" attr(href) ") ";
 font-size: 90%;
}
 a[href^="http://"] {
 color:#000;
}

/*------------------ =Images  ------------------*/
img {
   float: left;
   margin: 1em 1.5em 1.5em 0;
}

a img {
   border: none;
}

/*-------------- Special Content  --------------*/
dl.imprint-business,
dl.imprint-address {
   width:100%;
   line-height:18px;
   margin:15px 0;
}

dl.imprint-business dt,
dl.imprint-address dt {
   display:block;
   width:50%;
   float:left;
}

#datenschutz {
   display:block;
}

dl.imprint-business dd,
dl.imprint-address dd {
   clear:right;
}

/*----- hide various parts from the site  ------*/
#header,
#navi,
#navi-add,
#navi-lang,
#footer,
form,
.gototop,
#euroweb {
   display:none;
}

