@charset "utf-8";

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

/* ///////////////////////////////////////////////////////////
	=> global classes / id's 
/////////////////////////////////////////////////////////// */

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

/* //////	=> headings	////// */

h1 {
   font-size:20pt;
}

h2 {
   font-size:16pt;
}

h3 {
   font-size:14pt;
}

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

ol,
ul,
li {
   margin-top: .2em;
   margin-bottom: .1em;
}

hr {
   background-color: #ccc;
}

p {
   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;
   text-decoration: underline;
   color:#333;
}
 a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
 content: " (" attr(href) ") ";
 font-size: 80%;
}
 a[href^="http://"] {
 color:#ccc;
}

/* //////	=> 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;
}

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

/* //////	=> hide various parts from the site	////// */

#navi,
#navi-add,
#navi-lang,
#footer,
form,
#euroweb,
#content-sidebar,
#slideshow,
canvas {
   display:none;
}

